Skip to main content

Optimize and simulate measurement-based quantum computation

Project description

logo

PyPI - Python Version PyPI Unitary Fund DOI Documentation Status GitHub Downloads

Graphix is a measurement-based quantum computing (MBQC) software package, featuring

  • the measurement calculus framework with integrated graphical rewrite rules for Pauli measurement preprocessing
  • circuit-to-pattern transpiler, graph-based deterministic pattern generator and manual pattern generation
  • flow- and gflow-based graph visualization tools
  • statevector and tensornetwork pattern simulation backends
  • QPU interface and fusion network extraction tool

Installation

Install graphix with pip:

$ pip install graphix

Install together with device interface:

$ pip install graphix[extra]

this will install graphix and inteface for IBMQ and Perceval to run MBQC patterns on superconducting and optical QPUs and their simulators.

Using graphix

generating pattern from a circuit

from graphix import Circuit
circuit = Circuit(4)
circuit.h(0)
...
pattern = circuit.transpile()
pattern.draw_graph()
logo

note: this graph is generated from QAOA circuit, see our example code. Arrows indicate the causal flow of MBQC and dashed lines are the other edges of the graph. the vertical dashed partitions and the labels 'l:n' below indicate the execution layers or the order in the graph (measurements should happen from left to right, and nodes in the same layer can be measured simultaneously), based on the partial order associated with the (maximally-delayed) flow.

preprocessing Pauli measurements

pattern.perform_pauli_measurements()
pattern.draw_graph()
logo

(here, the graph has generalized flow.)

simulating the pattern

state_out = pattern.simulate_pattern(backend='statevector')

and more..

  • See demos showing other features of graphix.

  • You can try demos on browser with mybinder.org: Binder

  • Read the tutorial for more usage guides.

  • For theoretical background, read our quick introduction into MBQC and LC-MBQC.

  • Full API docs is here.

Citing

Shinichi Sunami and Masato Fukushima, Graphix. (2023) https://doi.org/10.5281/zenodo.7861382

Update on the arXiv paper: [^1]

[^1]: Following the release of this arXiv preprint, we were made aware of Backens et al. and related work, where graph-theoretic simplification (Pauli measurement elimination) of patterns were shown. Many thanks for letting us know about this work - at the time of the writing we were not aware of these important relevant works but will certainly properly mention in the new version; we are working on significant restructuring and rewriting of the paper and hope to update the paper soon.

Contributing

We use GitHub issues for tracking feature requests and bugs reports.

Discord Server

Please visit Unitary Fund's Discord server, where you can find a channel for graphix to ask questions.

Core Contributors

Dr. Shinichi Sunami (University of Oxford)

Masato Fukushima (University of Tokyo, Fixstars Amplify)

Acknowledgements

We are proud to be supported by unitary fund microgrant program.

unitary-fund

Special thanks to Fixstars Amplify:

amplify

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graphix-0.2.11.tar.gz (79.9 kB view details)

Uploaded Source

Built Distribution

graphix-0.2.11-py3-none-any.whl (93.2 kB view details)

Uploaded Python 3

File details

Details for the file graphix-0.2.11.tar.gz.

File metadata

  • Download URL: graphix-0.2.11.tar.gz
  • Upload date:
  • Size: 79.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for graphix-0.2.11.tar.gz
Algorithm Hash digest
SHA256 2674622af8859c23268d8c9af5c3091ddb33c83a686e97bfe2542622de9aba8e
MD5 9e45dfe03dd676a0f4b399de09d8e9d6
BLAKE2b-256 f0f73388d6ade645c1da8b2ff673a4df5bf56d6ff80d977c53fe243e1882b803

See more details on using hashes here.

File details

Details for the file graphix-0.2.11-py3-none-any.whl.

File metadata

  • Download URL: graphix-0.2.11-py3-none-any.whl
  • Upload date:
  • Size: 93.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for graphix-0.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 17f0987bc66eca2696bb2664c175fe5ffbb902e782ffb66a8e0a07a0532c5fb1
MD5 2d9212d991ab78d28643ee5163d4e736
BLAKE2b-256 37fdc6f55e9cd75ef265e86ac201ba16c23f375ad9092a3d7229c13f05ccac52

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page