[FEATURE] Add support for defcal
#95
Labels
enhancement
New feature or request
qasm3-coverage
Adding support for qasm3 constructs
qasm3
Related to openqasm3
Feature Description
Add support for pulse level description of quantum gates using the
defcal
gate definitions.Reference : https://openqasm.com/language/pulses.html#pulse-level-descriptions-of-gates-and-measurement
Implementation (Optional)
Given that the grammar used to define
defcal
blocks isopenpulse
, we will need to figure out how to validate the semantics of these blocks. This is because the openqasm AST object treats thedefcal
body as a string and not as a parsed Python object.The text was updated successfully, but these errors were encountered: