Metadata-Version: 2.4
Name: lawaf
Version: 0.2.3
Summary: A library for constructing Lattice and other Wannier functions 
Author-email: Xu He <mailhexu@gmail.com>
License: BSD-2
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<=2.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: sisl>=0.9.0
Requires-Dist: netcdf4
Requires-Dist: HamiltonIO>=0.1.2
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: ase>=3.19
Requires-Dist: phonopy>=2.11.0
Requires-Dist: toml
Provides-Extra: test
Requires-Dist: pytest>=6.2.0; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest>=6.2.0; extra == "dev"
Requires-Dist: black>=21.6b0; extra == "dev"
Requires-Dist: pre-commit>=2.13.0; extra == "dev"
Requires-Dist: sphinx>=4.1.2; extra == "dev"
Dynamic: license-file

# banddownfolder
[![Documentation Status](https://readthedocs.org/projects/banddownfolder/badge/?version=latest)](https://banddownfolder.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.com/mailhexu/banddownfolder.svg?branch=master)](https://travis-ci.com/mailhexu/banddownfolder)

LaWaF is a python package for build  electron/phonon/magnon/etc Wannier functions.


It has interface to:
 * Siesta (through sisl)
 * Anaddb (part of Abinit)
 * Phonopy

The online documentation can be found at:
https://lawaf.readthedocs.io/en/latest/index.html
