Transpilation for Real Hardware #457
-
I am currently playing with wire cutting and want to be able to run it on real hardware The objective is to be able to transpile the circuit for a given backend
It seems to error out in the following ways
The overview of what im trying is Easiest way to replicate would be
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the step you are missing is to run That said, once you get past the current error, I expect you may also experience the an error about resets, given in #452. I've provided a workaround in that issue and am working on a PR that fixes it in CKT. If you follow the above suggestion, you will need to run mapomatic for each transpiled experiment. If you'd like to run mapomatic once before generating the subexperiments, this is likely possible too, but it will be more involved (I can provide some guidance; in short, the test here demonstrates how to pass a |
Beta Was this translation helpful? Give feedback.
I believe the step you are missing is to run
generate_cutting_experiments
to generate the explicit cutting experiments, as demonstrated in the first tutorial.That said, once you get past the current error, I expect you may also experience the an error about resets, given in #452. I've provided a workaround in that issue and am working on a PR that fixes it in CKT.
If you follow the above suggestion, you will need to run mapomatic for each transpiled experiment. If you'd like to run mapomatic once before generating the subexperiments, this is likely possible too, but it will be more involved (I can provide some guidance; in short, the test here demonstrates how to pass a
SingleQubitQPDGate
…