Pylattice is a Python package for a toolkit of first-principle calculations and lattice-model calculations.
- Supplementation of a crystal structure with its space group
- Generation of a lattice model with various shapes (e.g., chain, ladder, kagome, etc)
- A python controller for Quantum ESPRESSO and RESPACK software packages
- We now add a feature for the molecular dynamics calculation via PWSCF.
See test.py
- Install mVMC
- Install Qunatum ESPRESSO
conda create -n pylattice python=3.9
conda activate pylattice
git clone https://github.com/nkitamuraQC/pylattice.git
cd pylattice
pip install -e .