Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 719 Bytes

Model Hamiltonian

This utility generates 1- and 2-electron integrals corresponding to various model Hamiltonians. The basic input is some indication of connectivity, either explicitly or as a lattice. One then specifies the Hamiltonian of interest. The output are 1- and 2-electron integrals in a format convenient for use in other (external) software packages. Notably, these integrals can be transformed into FCIDUMP format using IOData.

🛠️ This module is currently under development; major API changes are expected soon!

Installation

python3 -m pip install -e .

Building Sphinx-Doc

python3 -m pip install --user sphinx-rtd-theme
cd docs && make html