How to add a qiskit backend with a Noise Model? #316
Unanswered
inajetovic
asked this question in
Q&A
Replies: 1 comment
-
Hi @inajetovic, if I understand your question correctly, you have a custom noise model that you wish to use with the qiskit AerSimulator in openqaoa. If that is the case, you need not add a new backend specifically. You can simply pass your custom noise model as an argument to the existing AerSimulator in the OpenQAOA backend as follows:
Do keep in mind, that your custom noise model should be of type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm new to OpenQAOA but I'm really interested in its features! I'm currently working on a Noise Model with qiskit. Do you have some recommendations about how to easily add a local qiskit backend featured by a custom noise model (in particular a AerSimulator noisy backend)? Should I create a new class or there's a more straightforward way to do it?
Beta Was this translation helpful? Give feedback.
All reactions