openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
38 stars 12 forks source link

Pulse python bindings fork #264

Closed mbhealy closed 4 months ago

mbhealy commented 4 months ago

This PR adds support for python bindings of the qe-compiler's custom dialects (QUIR, Pulse, QCS, and OQ3). It includes support for a number of operations, but doesn't yet claim to provide full support for all of the operations of all dialects, rather, it is a proof of concept. A new pytest has been added to exercise the bindings as well.

This work was started by @bcdonovan, continued by Joshua Lou, and completed by me, and has been a long term goal of the project. 🎉

Supersedes #141 because we have moved to the fork model of PRs.

CLAassistant commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: mbhealy
:x: Joshua Lou


Joshua Lou seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

bcdonovan commented 4 months ago

Rather than go through and mark them all a number of the file headers will need to be corrected for file name / description and should get the standard copyright date, Qiskit statement and license.

mbhealy commented 4 months ago

Rather than go through and mark them all a number of the file headers will need to be corrected for file name / description and should get the standard copyright date, Qiskit statement and license.

👍 Will do.

mbhealy commented 4 months ago

Superseded by https://github.com/openqasm/qe-compiler/pull/276