Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 762 Bytes

pylattice

Pylattice is a Python package for a toolkit of first-principle calculations and lattice-model calculations.

Features

  • 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.

Usages

See test.py

Installation

conda create -n pylattice python=3.9
conda activate pylattice
git clone https://github.com/nkitamuraQC/pylattice.git
cd pylattice
pip install -e .