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

Support for applying measurements in a Circuit at a specific moment using delay instruction #417

Open
Kapabeta opened this issue Aug 2, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Kapabeta
Copy link

Kapabeta commented Aug 2, 2022

Describe the feature you'd like
There are two different requests but correlated.

  1. The delay function in a quantum circuit yells the machine do nothing with a duration on the certain qubit. See Gates and Instructions: Delay for the more details.

  2. The measurements can be opreated at different machine time if one specify the time order manually or via the circuit design. (See the Fig below.) This will let some bit are measured, but the others still keep coherence and are to be computed.

How would this feature be used? Please describe.
These functions may not be important in quantum computation since the circuit topology will be equivalent. However, in the quantum communication and related topic, it will be more realistic if the measurements of the final state are at the different runtime moments (with physical time interval). This issue is a key when one analyzes the fidelity of some specific protocals, or considers the effect of the delay-choise and the quantum eraser.

A concrete example is given as follows. Two users commuicate with each other via a Bell state. In general, they will Not measure the final state synchronic and in the same diraction. The following Fig shows that two user measure at different physical time. Futhermore, one observes the state on z axis and the other observes the state on x axis.

image

Additional context
As these functions is adopted by Qiskit but not by Braket, the error message will appear when one conver the quantum circuit containing delay gate via qiskit.braket.provider.

@christianbmadsen
Copy link
Contributor

@Kapabeta Thank you so much for the detailed request. This is a reasonable ask and we will evaluate how it fits with our roadmap. When we have an answer we will circle back in this issue but for now we recommend holding off on implementation.

@shpface shpface added the enhancement New feature or request label Jun 22, 2023
@zmohammad01
Copy link

Hey @Kapabeta - Thanks for you patience with us here. We have opened an internal ticket for the engineering team to brainstorm some solutions and will update you here with a resolution

@rmshaffer rmshaffer changed the title Support for delay function in .Circuit and applying measurement at different moment Support for applying measurements in a Circuit at a specific moment using delay instruction May 9, 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
Projects
None yet
Development

No branches or pull requests

4 participants