-
Notifications
You must be signed in to change notification settings - Fork 129
Description
A significant barrier to the usefulness of quantum computers is by far the noise generated by various operations. For example measurement noise, that is the noise generated by taking measurements of some quantum circuit.
Qiskit and Pyquil both have noise models in there simulators to generate a so-called noisy state.
I am not sure if Yao.jl does.
Error mitigation is the general set of methods and protocols to deal with such errors. Consider
where
Now error mitigation is obviously akin to sampling problems and probility in general. In small circuits, this problem is trivial. But what about even 8 qubits. The computational basis is
I would like to open the issue of developing some error mitigation techniques.