prototype-zne

View on PyPIReverse Dependencies (0)

1.3.1 prototype_zne-1.3.1-py3-none-any.whl

Wheel Details

Project: prototype-zne
Version: 1.3.1
Filename: prototype_zne-1.3.1-py3-none-any.whl
Download: [link]
Size: 56526
MD5: 598ecf6f00449f4716f3a7b2b4e6a843
SHA256: c2fe9835146a1af17e7470f707208b35b712e32f021c353cdf1b25961703ccca
Uploaded: 2024-02-06 14:12:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: prototype-zne
Version: 1.3.1
Summary: Zero Noise Extrapolation (ZNE) prototype for error mitigation on
Author: Friederike Metz, Areeq Hasan
Author-Email: Pedro Rivero <pedro.rivero[at]ibm.com>, Caleb Johnson <caleb.johnson[at]ibm.com>, Agata Branczyk <agata.branczyk[at]ibm.com>
Maintainer-Email: Pedro Rivero <pedro.rivero[at]ibm.com>
Project-Url: Documentation, https://github.com/qiskit-community/prototype-zne/tree/main/docs/
Project-Url: Download, https://pypi.org/project/prototype-zne/
Project-Url: Home, https://qiskit-community.github.io/prototypes/
Project-Url: Repository, https://github.com/qiskit-community/prototype-zne/
Keywords: error mitigation,zero noise extrapolation,quantum computing,quantum information science,qiskit
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Requires-Dist: qiskit (>=0.45.1)
Requires-Dist: tox (>=4.4.6); extra == "dev"
Requires-Dist: pre-commit (>=2.19.0); extra == "dev"
Requires-Dist: commitizen (>=2.28.0); extra == "dev"
Requires-Dist: jupyter-sphinx (>=0.3.2); extra == "docs"
Requires-Dist: nbsphinx (>=0.8.8); extra == "docs"
Requires-Dist: reno (>=3.5.0); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (>=1.17.0); extra == "docs"
Requires-Dist: autoflake (>=1.7.6); extra == "lint"
Requires-Dist: black[jupyter] (~=22.6.0); extra == "lint"
Requires-Dist: flake8 (>=4.0.1); extra == "lint"
Requires-Dist: isort (>=5.10.1); extra == "lint"
Requires-Dist: mypy (>=0.961); extra == "lint"
Requires-Dist: mypy-extensions (>=0.4.3); extra == "lint"
Requires-Dist: pylint (>=2.14.4); extra == "lint"
Requires-Dist: jupyter (>=1.0.0); extra == "notebook"
Requires-Dist: notebook (>=6.4.12); extra == "notebook"
Requires-Dist: qiskit[visualization] (>=0.45.1); extra == "notebook"
Requires-Dist: qiskit-aer (>=0.13.1); extra == "notebook"
Requires-Dist: nbqa (>=1.3.1); extra == "notebook"
Requires-Dist: treon (>=0.1.3); extra == "notebook"
Requires-Dist: pytest (>=7.1.2); extra == "test"
Requires-Dist: pytest-cov (>=3.0.0); extra == "test"
Requires-Dist: pytest-randomly (>=3.12.0); extra == "test"
Requires-Dist: qiskit-aer (>=0.13.1); extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: notebook
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 8822 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
zne/__init__.py sha256=WF7WP_kkgyz6q4CTCifuuexylWiAmsZEyFDXiJBi77Y 981
zne/immutable_strategy.py sha256=eqTySMWCTopLOId8aRQy9PVw5cByExJUIdfos8oypM0 2194
zne/types.py sha256=KZFcTY2jMLXMdZ9MoozKmKnnsmmv1rByrRa8YoiCxMo 938
zne/zne_strategy.py sha256=Mo4pw6cnRfTT3urAG49_on2_hyXQ32fdYkY8_VmtLjQ 13899
zne/extrapolation/__init__.py sha256=zoIViVeo6nBt9UGzBsshwASjjs0-0JRw7tIu0FRGXUY 1401
zne/extrapolation/exponential_extrapolator.py sha256=A0p5NpQAA4POOivq1FuR2MutrusA2zDM-Ao6y3wTCEQ 8718
zne/extrapolation/extrapolator.py sha256=PDTZB44BUiBs6Yj0_v2pGcFqqQ8JaYxcHQDFIIuahOU 7984
zne/extrapolation/polynomial_extrapolator.py sha256=d8Mm19GIWTgX4Hp7Nq5hWXs0D4EBgx14Mt2Mcu2GxNk 5347
zne/meta/__init__.py sha256=WReHAwGjeS7Qn0B4h04L7FUFWYv7tn3fa9wFgRDdPbs 757
zne/meta/call.py sha256=5enQSUWL9d6i2E2QTtRivv6-gJ9APGmhpybH2LzhQmo 1898
zne/meta/cls.py sha256=1g6-jrx9KTioyuU2Sa71lAU5Fe4EtakWBuGQF9qXYQM 2337
zne/meta/init.py sha256=waWhavb978w5HjG7ip3EU9D6QGKRMSJfvNrkxhTUASw 1968
zne/meta/job.py sha256=7nUY7sUYMyNAtOi0kvGMtBf3v9uBLIoP1LgehtYFui4 4000
zne/meta/run.py sha256=KuureyJktJNrEZETTxvUuvqsO-xDwez0lRm2m7yDRDg 2369
zne/noise_amplification/__init__.py sha256=_z2BwyHQGXb0s6wls53bMR0Dsw2XPUY1RW-HfmtToTs 1104
zne/noise_amplification/noise_amplifier.py sha256=IstiemSUyd9PgxDyBLf0epNrrDKRRSN_5NWmhM4opt4 4518
zne/noise_amplification/folding_amplifier/__init__.py sha256=L3YZPQ0Ivtg8nqk5UwjzNGcMSLqH6QMrh3eY9Z4Npmg 890
zne/noise_amplification/folding_amplifier/folding_amplifier.py sha256=w6wzkuZrWnAIOfzxly9_pENHQvijQWx138665DjGdGE 7798
zne/noise_amplification/folding_amplifier/global_folding_amplifier.py sha256=5knp_DRLUj2W531uQJVdxFTCZCzL8D2-RY_R1R8HpoY 5070
zne/noise_amplification/folding_amplifier/local_folding_amplifier.py sha256=f7iYXaW9_IRwlPa5aXyNMhPfgCZ0JWmICux534XbMc8 14943
zne/qiskit/__init__.py sha256=1BAihRG-VGS0Imh5OXLysCl4zj-n1dNr6O0SEGDDlCM 529
zne/qiskit/primitives/__init__.py sha256=1BAihRG-VGS0Imh5OXLysCl4zj-n1dNr6O0SEGDDlCM 529
zne/utils/__init__.py sha256=lhI5gOurcXFzLbBoMWQrGcfZ_lUF4VKvUD-j5x_2Meo 593
zne/utils/classconstant.py sha256=ZG7F-h7WctDqfKCtUN7KqMaMCOK_PpGuCNtN0U1mWR0 1720
zne/utils/docstrings.py sha256=38pXK4GfRMs6pK55BeF_vC2jktVLcdvhdyOTT-tXN8U 6212
zne/utils/grouping.py sha256=NnoY5iYKNYM8Vihz0Vzt3qrX1OO9xYoilv406SR22hw 3296
zne/utils/serialization.py sha256=qYuFZ2_QtGdImXsBTaGm6POrQLc2Nc9Al9foaBSY3jw 2216
zne/utils/standard_gates.py sha256=_hZ2euxLQJLJDkqQrz9zrhlqZct6hEXmRV9SaCu4sP0 1086
zne/utils/strategy.py sha256=Da34xdLBGKdUb12mkO4COOIbULE0Dv0ZZ2DsGGRlqgg 16076
zne/utils/typing.py sha256=TwB18y99t80sgnuQRDJXrKCLqN894GLJbc1FM8iM6MM 1483
zne/utils/unset.py sha256=cNtkAk8_sQ-NHAZba0kLS5pwxLHDPWaNxx1U1pCUBd8 1173
zne/utils/validation.py sha256=E-7rTEHYi2U2tbZhmkamjStje7cDoQ_6s0hox8_r0ms 5839
prototype_zne-1.3.1.dist-info/LICENSE.txt sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
prototype_zne-1.3.1.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
prototype_zne-1.3.1.dist-info/METADATA sha256=RycL_FVzRaFvIjU3k7dd-SwV-8JK-yS0LdJPxgSUCkY 11816
prototype_zne-1.3.1.dist-info/RECORD