Quantum error correction simulator
Project description
qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.
It provides access to all features via a command-line interface. It can also be used as a library via the fully-documented API. It includes many common codes, error models and decoders, and can be extended with additional components.
Installation
Install and upgrade using pip:
$ pip install -U qecsim
Usage
CLI
$ qecsim --version
qecsim, version 1.0b7
$ qecsim --help # console script
...
$ python -O -m qecsim --help # module script with Python options e.g. -O for optimize
...
API
>>> import qecsim
>>> qecsim.__version__
'1.0b7'
>>> from qecsim import app
>>> help(app)
...
Extension
qecsim can be extended with additional codes, error models and decoders that integrate into the command-line interface. See https://bitbucket.org/qecsim/qecsimext/ for a basic example.
License / Citing
qecsim is released under the BSD 3-Clause license. If you use qecsim in your research, please see the qecsim documentation for citing details.
Links
Source code: https://bitbucket.org/qecsim/qecsim/
Documentation: https://davidtuckett.com/qit/qecsim/
Issue tracker: https://bitbucket.org/qecsim/qecsim/issues
Releases: https://pypi.org/project/qecsim/
Contact: qecsim@gmail.com
Copyright 2016, David K. Tuckett.
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 qecsim-1.0b7.tar.gz
.
File metadata
- Download URL: qecsim-1.0b7.tar.gz
- Upload date:
- Size: 119.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0836044255986b4180a5237983c4b6a208bd1ec4a628355d84f6317e927b4f50 |
|
MD5 | 59bc9f9f7296fa1b3663ba9225b210ef |
|
BLAKE2b-256 | c575dc4d6c4d3c9a0abc01dc88c676d7cf0f0aa469f375b21789d44b869fdd23 |
File details
Details for the file qecsim-1.0b7-py3-none-any.whl
.
File metadata
- Download URL: qecsim-1.0b7-py3-none-any.whl
- Upload date:
- Size: 148.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b1460fd5ecf9b11b72345e833aad315f05545dc5985a1273b0a34f922a2c4d |
|
MD5 | 3e288e6236f6eadacfe665382eac01a7 |
|
BLAKE2b-256 | 572fc412ccbc716e0d78ff9089ebe0f7822e1264dba7d68f9a276610d432e90c |