No project description provided
Project description
Mitiq
Mitiq is a Python toolkit for implementing error mitigation techniques on quantum computers.
Installation
Mitiq can be installed from PyPi via
pip install mitiq
To test installation, run
import mitiq
mitiq.about()
This prints out version information about core requirements and optional quantum software packages which Mitiq can interface with.
Supported quantum programming languages
Mitiq can currently interface with
Cirq is a core requirement of Mitiq and is automatically installed. To use Mitiq with other quantum programming languages, install the optional package(s) following the instructions linked above.
Supported quantum processors
Mitiq can be used on any quantum processor which can be accessed by supported quantum programming languages and is available to the user.
Getting started
See this getting started guide in Mitiq's documentation.
Error mitigation techniques
Mitiq currently implements zero-noise extrapolation and is designed to support additional techniques.
Documentation
Mitiq's documentation is hosted at mitiq.readthedocs.io. A PDF version of the latest release can be found here.
Developer information
We welcome contributions to Mitiq including bug fixes, feature requests, etc. Please see the contribution guidelines for more details. To contribute to the documentation, please see these documentation guidelines.
Authors
An up-to-date list of authors can be found here.
License
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.