Python package for evaluating nested commutators between fermionic operators and computing Trotter splitting error bounds based on commutator scaling for the Fermi-Hubbard model, accompanying arXiv:2306.10603.
The following tutorials provide an introduction to the main concepts and features of fh_comm:
The full documentation is available at fermi-hubbard-commutators.readthedocs.io.
To install the fh_comm package, clone this repository and install it in development mode via
python3 -m pip install -e <path/to/repo>