Skip to content
/ fplore Public

📂 A library for evaluating data generated by FPLO runs 🎓

License

Notifications You must be signed in to change notification settings

mueslo/fplore

Repository files navigation

fplore

A python library for FPLO run evaluation.

🚧 Still a work in progress, syntax may change without notice. 🚧

🙋 If you have completed FPLO runs, It'd be super helpful if you could send them to me so I can test various cases and implement new features. Thanks! Either drop me an e-mail or submit a pull request here.

Installation

The recommended way to install fplore is via the packages made available at PyPI by using the tool pip: pip install fplore.

Ideally, you should never install packages from PyPI as system packages, rather you should use virtual environments. If for some reason virtualenv is unavailable to you, installing for your user only (pip install --user) is preferable to forced system-wide installation.

Gallery

Brillouin zone Band plot Band projection Fermi surface projection

Usage

See the documentation at fplore.readthedocs.io.