Frequently Asked Questions (FAQ) #2358
-
1. What is quantum error mitigation? 2. What are the basic elements of Mitiq? 3. What do ZNE/PEC/DDD/etc. mean? 4. What QEM techniques are available in Mitiq? mitiq.qem_methods() which will output something like this (updated May 9, 2024): Out[2]:
{'mitiq.cdr': 'Clifford Data Regression',
'mitiq.ddd': 'Digital Dynamical Decoupling',
'mitiq.pec': 'Probabilistic Error Cancellation',
'mitiq.pt': 'Pauli Twirling',
'mitiq.qse': 'Quantum Subspace Expansion',
'mitiq.rem': 'Readout Error Mitigation (confusion inversion)',
'mitiq.zne': 'Zero Noise Extrapolation'} 5. How should I choose a QEM technique for my use case? 6. Are you planning to add support for [feature/toolkit/library]? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answers above. If you have additional questions you think should be added, please comment below :) |
Beta Was this translation helpful? Give feedback.
Answers above. If you have additional questions you think should be added, please comment below :)