isqham¶
A modular framework for constructing custom quantum Hamiltonians from basic operators.
Installation¶
This project uses Nix to manage a reproducible development environment. To get started:
Enter the development environment:
nix develop .
Install the project:
pip install .
Running Tests¶
To run the test suite:
pytest