Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 485 Bytes

File metadata and controls

16 lines (12 loc) · 485 Bytes

Circuit compression for 2D quantum dynamics

Overview

cc2d_example is a repo designed to illustrate the circtuit compression algorithm for the dynamics of 2d systems introduced in [1].

Installation

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")