Extending QDMI_Job to avoid redundant calls #60
Closed
kayaercument
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Hi @kayaercument, awesome job bringing this new QDMI backend to life! This will ensure a more tightened collaboration between AQT and the LRZ. I need you to help me understand though, you mentioned |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Firstly, please see @burgholzer 's comment.
I'm working on creating a minimal working backend for AQT's Ion Trap QPU. Even though I use Python binding to create AQT Job, it would be safe to assume that they need to iterate the bitcode to create AQT Job. Since there are function attributes such as
required_num_qubitsandrequired_num_results, they can be used to calculatereadout_size.All reactions