This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
Releases: qiskit-community/qiskit-ignis
Releases · qiskit-community/qiskit-ignis
Qiskit Ignis 0.3.0
Added
- API documentation (#345, #346, #347, #348, #353)
- CNOT-Dihedral randomized benchmarking (#296)
- Accreditation module for output accrediation of noisy devices (#252,
#325, #329) - Pulse calibrations for single qubits (#292, #302, #303, #304)
- Pulse Discriminator (#238, #278, #297, #316)
- Entanglement verification circuits (#328)
- Gateset tomography for single-qubit gate sets (#330)
- Adds randomized benchmarking utility functions
calculate_1q_epg
,
calculate_2q_epg
functions to calculate 1 and 2-qubit error per gate
from error per Clifford (#335) - Adds randomized benchmarking utility functions
calculate_1q_epc
,
calculate_2q_epc
for calculating 1 and 2-qubit error per Clifford
from error per gate (#368)
Changed
- Support integer labels for qubits in tomography (#359)
- Support integer labels for measurement error mitigation (#359)
Deprecated
- Deprecates
twoQ_clifford_error
function. Usecalculate_2q_epc
instead. - Python 3.5 support in qiskit-ignis is deprecated. Support will be
removed on the upstream python community's end of life date for the
version, which is 09/13/2020.
Qiskit Ignis 0.2.0
Changelog
Added
- Logging Module
- Purity RB
- Interleaved RB
- Repetition Code for Verification
Changed
- Apply measurement mitigation in parallel when applied to multiple results
- Add multiple results to measurement mitigation
- Fixed bug in RB fit error
- Updates for Terra Qubit class
- Added the ability to add arbitrary seeds to RB (not just in order)
- Fix bug in the characterization fitter when selecting a qubit index to fit
- Improved guess values for RB fitters and enabled the user to input their own guess values
Qiskit Ignis 0.1.1
Added
- Tensored Measurement Mitigation
- Align cliffs option to RB
- Quantum Volume
- Subset measurement mitigation
Qiskit Ignis 0.1.0
First Release
- RB
- Measurement Mitigation using Full Matrix
- Tomography
- T1,T2
- ZZ
- Gate Errors