Ryan Hill
Ryan Hill
Re-opening for unit test failure: https://github.com/qBraid/qBraid/actions/runs/5956542864/job/16157514933#step:5:200 Re: https://github.com/aws/amazon-braket-sdk-python/issues/683
The `cirq-on-iqm` and `qiskit-on-iqm` have since been deprecated, and migrated into the `iqm-client` package: https://docs.meetiqm.com/iqm-client/
Possibly could be a magic command through qBraid-CLI?
@arulandu It is, go for it!
I'll admit, I'm not super familiar with how [`cirq.CompilationTargetGateset`](https://quantumai.google/reference/python/cirq/CompilationTargetGateset) work. It seems like you just start by passing in a `list` of [`cirq.Gate`](https://quantumai.google/reference/python/cirq/Gate), so to start, this would be the...
You can leave out `GlobalPhaseGate` as there's not a way to represent that in `pyqir` at the moment (to my knowledge). And yes, like Victory said, the "CZ" gate is...
The purpose of this "pre-processing" function is to decompose gates within the circuit that are not supported by pyqir into ones that are. Gates in the circuit that are already...
This issue is once again up for grabs. Feel free to work off of PR https://github.com/qBraid/qbraid-qir/pull/184
I second this! Was just about to open a similar issue.
Maybe we want to create abstract `QIRVisitor` and `QIRModule` classes at the `qbraid_qir` top-level which the cirq and qasm3 visitor / module classes inherit from, and then have the `AdaptiveProfile`...