Exactly simulate 1D-Heisenberg dynamics with a compressed circuit. This is the implementation of the algorithm in Quantum time dynamics employing the Yang-Baxter equation for circuit compression
QuYBE is written in Python 3, with dependency on numpy and qiskit. You can enter the folder and install with
pip install .
Run the compression XY-model in analytical operators by
python example/example_YBE.py
Run the compression of XY Heisenberg dynamics model in qiskit circuits by
python example/example_dynamics.py
If you find this repository useful, please cite us at ...