Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add support for defcal #95

Open
TheGupta2012 opened this issue Nov 27, 2024 · 0 comments
Open

[FEATURE] Add support for defcal #95

TheGupta2012 opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request qasm3-coverage Adding support for qasm3 constructs qasm3 Related to openqasm3

Comments

@TheGupta2012
Copy link
Member

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 is openpulse, we will need to figure out how to validate the semantics of these blocks. This is because the openqasm AST object treats the defcal body as a string and not as a parsed Python object.

@TheGupta2012 TheGupta2012 added enhancement New feature or request qasm3 Related to openqasm3 qasm3-coverage Adding support for qasm3 constructs labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request qasm3-coverage Adding support for qasm3 constructs qasm3 Related to openqasm3
Projects
None yet
Development

No branches or pull requests

1 participant