A tool to treat noise on graph states.
Project description
Noisy graph states
This python package is a tool to track how noisy graph states transform under operations and measurements (for an introduction to graph states see e.g. arXiv:quant-ph/0602096). It uses the Noisy Stabilizer Formalism introduced in
Noisy stabilizer formalism
M. F. Mor-Ruiz, W. Dür
Phys. Rev. A 107, 032424 (2023); DOI: 10.1103/PhysRevA.107.032424
Preprint: arXiv:2212.08677 [quant-ph]
that describes how Pauli-diagonal noise on graph states transforms under various graph operations, such as local complementation, Pauli measurements and merging operations.
Installation
You can install the package into your Python environment from the Python Package Index:
pip install noisy-graph-states
As with all Python packages this can possibly overwrite already installed package versions in your environment with its dependencies, so installing it in a dedicated virtual environment may be preferable.
If you encounter any problems, you can try installing the
exact versions of the dependencies of this package, which
were used to develop it (specified in Pipfile.lock
).
This assume Python 3.9 and pipenv
are available on your system.
git clone https://github.com/jwallnoefer/noisy_graph_states.git
cd noisy_graph_states
git checkout main
pipenv sync
pipenv install .
Then you can activate the virtual environment with pipenv shell
.
Documentation
The documentation can be built from source with Sphinx, but it is also hosted at https://noisy-graph-states.readthedocs.io
Motivation
There are many protocols in quantum information science that are based on graph states and transformations of graph states. In any realistic scenario noise and imperfections have to be taken into account in order to analyse the performance of such protocols.
While there are existing tools for dealing with stabilizer states and Clifford circuits, it can be useful to stay within the graph state interpretation for the whole protocol. Furthermore, our approach allows us to explicitly obtain the density matrix of the output state without the need to sample from it.
Working principle
Instead of updating the density matrix, instead track how the noise on the state transforms along with the graph state transformation.
For some cases of noise (such as local noise acting on the initial state before operations are performed) the Noisy Stabilizer Formalism allows to do this very efficiently (updating O(n) noises instead of exponentially many density matrix entries).
The main insight here is that the noise channels can be tracked individually instead of being combined to one global channel, e.g. local depolarizing noise on every qubit is highly structured, but nonetheless a full rank noise channel viewed in a global picture.
However, note that this efficiency increase is not guaranteed in general, as with the general correlated noise, one inevitably needs to track exponentially many entries again.
Use of the code
The noisy graph state package was used for these publications:
Imperfect quantum networks with tailored resource states
M. F. Mor-Ruiz, J. Wallnöfer, W. Dür
Preprint: arXiv:2403.19778 [quant-ph]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file noisy_graph_states-0.3.tar.gz
.
File metadata
- Download URL: noisy_graph_states-0.3.tar.gz
- Upload date:
- Size: 54.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f95427cfdd7bca7f371dbc3f810b2e89a9964ddd75a975ac3c1f7c22976fc91 |
|
MD5 | 194df8d4996f735ce359ce49b8f43590 |
|
BLAKE2b-256 | ed3e05e5c0ac5ebcfb60f6e13ad736388f9a3978e6808b63dfe2f06d1a33084e |
File details
Details for the file noisy_graph_states-0.3-py3-none-any.whl
.
File metadata
- Download URL: noisy_graph_states-0.3-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 248c8686e3b3ef43dffb748934ac49ce0fbb463be27d5e50691cdff79b98b4c0 |
|
MD5 | 767d0d42cdcf4bda503aacf998a48afa |
|
BLAKE2b-256 | 35ead21b58711561fc405ee356681c95f525e48695b52e7713faef167cafd801 |