/fermi_hubbard_commutators

Trotter error with commutator scaling for the Fermi-Hubbard model

Primary LanguagePythonApache License 2.0Apache-2.0

Trotter error with commutator scaling for the Fermi-Hubbard model

https://github.com/qc-tum/fermi_hubbard_commutators/actions/workflows/ci.yml/badge.svg?branch=master

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.

Documentation

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.

Installation

To install the fh_comm package, clone this repository and install it in development mode via

python3 -m pip install -e <path/to/repo>