Qiskit Provider
The library can be used as a Qiskit provider, so existing Qiskit code can
run noisy simulations without changing the call sites. NoisyGatesBackend
plugs into Qiskit’s provider interface and delegates the simulation to
MrAndersonSimulator under the hood. See the
tutorial_qiskit_NoisyGatesProvider.ipynb notebook in docs/tutorials/
for a worked example.