Quantum Computing in Practice (IBM Learning)
IBM Quantum
1 course · 8 tutorials
IBM Quantum
Cut noise on NISQ devices with PennyLane: implement zero-noise extrapolation and probabilistic error cancellation, with a working example that beats the unmitigated baseline.
Use Qiskit Runtime's built-in error mitigation options: resilience levels, zero-noise extrapolation, and Probabilistic Error Cancellation in the Estimator primitive.
A practical comparison of the three main quantum error mitigation strategies (zero-noise extrapolation, probabilistic error cancellation, and Clifford data regression) with working Mitiq code and guidance on when to use each.
Use Mitiq's zero-noise extrapolation to reduce the impact of hardware noise on expectation values without full quantum error correction.
Side-by-side Qiskit Runtime and Mitiq for zero-noise extrapolation: which library handles gate folding better, when Richardson extrapolation outperforms linear fits, and which to pick.
How to use tket's compiler passes and error mitigation tools to improve results from noisy quantum hardware.
Learn how probabilistic error cancellation (PEC) works as a powerful generalization of zero-noise extrapolation, and how to implement it with Mitiq to extract near-ideal expectation values from noisy quantum hardware.
Apply zero-noise extrapolation and measurement error mitigation techniques on Amazon Braket using local and density matrix simulators.