Skip to content

Commit

Permalink
Merge branch 'main' of github.com:haggaila/graph-state-dynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
haggaila committed Dec 25, 2023
2 parents 5233d88 + 82cd299 commit 94a2a76
Show file tree
Hide file tree
Showing 7 changed files with 1,278 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This repository contains the data of exeperiments and numerical simulations pres

_Dissipative Dynamics of Graph-State Stabilizers with Superconducting Qubits_, Liran Shirizly, Grégoire Misguich, Haggai Landa, [arXiv:2308.01860](https://arxiv.org/abs/2308.01860)

Together with the [data](./output), the complete source code allowing to run the experiments and simulations is included.
Together with the [data](./output), the complete source code allowing to run the [experiments](./project_experiments) and [simulations](./project_simulations) is included.

The [lindbladmpo](https://github.com/qiskit-community/lindbladmpo) repository is required (together with [ITensor](https://github.com/ITensor/ITensor)), and assumed to be cloned to a directory side by side with current repo's root folder. See the [installation guide](https://github.com/qiskit-community/lindbladmpo/blob/main/INSTALL.md) of _lindbladmpo_ for instructions on compiling the C++ binary necessary for running the simulations.

More details and a `requirements.txt` file for pip installing the dependencies of the code to be listed here soon.
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](./project_experiments/run-parity-characterization.py).
Loading

0 comments on commit 94a2a76

Please sign in to comment.