Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.21 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.21 KB

graph-state-dynamics

This repository contains the data of exeperiments and numerical simulations presented in the paper:

Dissipative Dynamics of Graph-State Stabilizers with Superconducting Qubits, Liran Shirizly, Grégoire Misguich, Haggai Landa, arXiv:2308.01860, Phys. Rev. Lett. 132, 010601 (2024)

Together with the data, the complete source code allowing to run the experiments and simulations is included.

The lindbladmpo repository is required (together with ITensor), and assumed to be cloned to a directory side by side with current repo's root folder. See the installation guide of lindbladmpo for instructions on compiling the C++ binary necessary for running the simulations.

The requirements.txt file allows for pip installing the dependencies of the code.

A simple code example allowing to run charge-parity characterization is given here.