You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update IBM Accelerator to use this calibration gate for pulse job submission.
The old method will be phased out 'by the end of December'.
IBM Quantum has released pulse gates to all users on open systems to attach custom gates defined via their pulse representation, called "calibrations" in Qiskit, to QASM circuits. This allows for a streamlined way to incorporate pulse-level control with the simplicity of QASM circuit construction. A tutorial is available to help you implement this feature into your code. Please note that there is a limitation to 3 qubits and 9 channels per gate for all users.
This method will also become the preferred path for most workflows that previously submitted pulse jobs. The previous way of submitting pulse jobs will still work on non-open systems and ibmq_armonk; however, it is planned to be phased out by the end of December. Users will still be able to access their old pulse jobs even after December 2021.
The text was updated successfully, but these errors were encountered:
- Unless a gate has a specific pulse sequence defined, the pulse mapper will keep it as a gate instruction.
Signed-off-by: Thien Nguyen <[email protected]>
Update IBM Accelerator to use this
calibration
gate for pulse job submission.The old method will be phased out 'by the end of December'.
The text was updated successfully, but these errors were encountered: