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

Delay instruction #233

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Delay instruction #233

wants to merge 3 commits into from

Conversation

jrj-d
Copy link

@jrj-d jrj-d commented Apr 14, 2023

Hello,
This PR introduces a delay instruction in the QIS:

declare void @__quantum__qis__delay__body(double, %Qubit*)

The main objective is interoperability with Qiskit, which defines a delay operation at the gate level.

Using the delay instruction, users will be able to do must-have experiments with qubits like T1 measurements, T2 Ramsey measurements, T2 Hahn measurements, etc.

This PR is related to a PR on the qiskit-qir repository, which I'll link.

Thanks for considering it!

Julien Dumazert added 3 commits April 14, 2023 13:41
The next commit will introduce the delay gate, which shares the same
function signature as the rotation gates. The current name rotation_gate
was not adapted to the delay gate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant