Crystal, Lattice, Atoms, K-path.
For the detailed description check documentation.
Requirement for Wulfric installation are:
- Python (>=3.9)
- NumPy (~=1.26)
- SciPy
- termcolor
- matplotlib (optional)
- plotly (optional)
Optional dependencies are required if you want to use visual capabilities.
Wulfric can be installed with pip
or from source.
To install Wulfric, run (you may need to use pip3
):
pip install wulfric
To install with optional visualisation capabilities, run (you may need to use pip3
):
pip install wulfric[visual]
- Clone the project to your local computer:
git clone [email protected]:adrybakov/wulfric.git
- Change the directory:
cd wulfric
- Instal the dependencies (you may need to use
pip3
):
pip install -r requirements.txt
- To install Wulfric, run (you may need to use
pip3
):
pip install wulfric