-
Notifications
You must be signed in to change notification settings - Fork 28
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
Qiskit delay gates do not handle unit='s' #149
Comments
Altenrate delay units other than hardware cycles explicitly are not handled. From
|
The
Before that, quantuminspire could update the delay instructions to the appropriate units. At the very least there should be a warning when non-integer values for the delay (and unit Perhaps one could also look at the other qiskit backends how the delays are handled. |
In any case, the Qiskit compatibility of QuantumInspire probably needs a good deal of work as things are changing rapidly in Qiskit. |
@eendebakpt I will create 2 issues:
|
When submitting qiskit circuits the unit attribute of the delay is ignored. E.g.
When a delay gate with unit 's' is used, it should be converted by quantuminspire to the appropriate equivalent in
dt
units. (e.g. for starmon-5 20e-9 seconds/cycle).Using the
dt
unit when defining the delay is not always possible. For example when using circuits generated by third party code or when delays are connected to other parameters in the circuit (e.g. a phase).@QFer
The text was updated successfully, but these errors were encountered: