cc2d_example is a repo designed to illustrate the circtuit compression algorithm for the dynamics of 2d systems introduced in [1].
When running the TFIM_example.ipynb example notebook for the first time, install the needed packages.
using Pkg
Pkg.activate(".")
Pkg.add(name="PauliPropagation", version="0.3.0")
Pkg.add("ReverseDiff")
Pkg.add("OptimKit")