What's the problem this feature will solve?
The focus of this issue is job submission interface for the Pulse program to the device for execution.
Open questions:
What initial pulse format should be supported? OpenQasm 3.0?
How would one put in the feature of mid-circuit measurements in the pulse representation?
Describe the solution you'd like
In principle the Pulse-Level job submission should be same as a Gate-Level job. The only addition should be addition of a new enum in QDMI_PROGRAM_FORMAT_T
- e.g QDMI_PROGRAM_FORMAT_OPENPULSE or QDMI_PROGRAM_FORMAT_QIRPULSE
What's the problem this feature will solve?
The focus of this issue is job submission interface for the Pulse program to the device for execution.
Open questions:
What initial pulse format should be supported? OpenQasm 3.0?
How would one put in the feature of mid-circuit measurements in the pulse representation?
Describe the solution you'd like
In principle the Pulse-Level job submission should be same as a Gate-Level job. The only addition should be addition of a new enum in
QDMI_PROGRAM_FORMAT_T- e.g
QDMI_PROGRAM_FORMAT_OPENPULSEorQDMI_PROGRAM_FORMAT_QIRPULSE