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

Add Store instruction class #10939

Closed
Tracked by #10922
jakelishman opened this issue Oct 2, 2023 · 1 comment
Closed
Tracked by #10922

Add Store instruction class #10939

jakelishman opened this issue Oct 2, 2023 · 1 comment
Assignees
Labels
mod: circuit Related to the core of the `QuantumCircuit` class or the circuit library
Milestone

Comments

@jakelishman
Copy link
Member

jakelishman commented Oct 2, 2023

Add the Store instruction class that writes an Expr into a Var instance for the circuit. This will be the only immediate instruction type that causes a "write" in the circuit immediately, although stores contained within control-flow scopes will cause the control-flow scope to be like a write operation on that variable as well.]

See Qiskit/RFCs#50.

@jakelishman jakelishman added this to the 0.45.0 milestone Oct 2, 2023
@jakelishman jakelishman added the mod: circuit Related to the core of the `QuantumCircuit` class or the circuit library label Oct 2, 2023
@jakelishman jakelishman self-assigned this Oct 2, 2023
@jakelishman jakelishman modified the milestones: 0.45.0, 1.0.0 Oct 5, 2023
@jakelishman
Copy link
Member Author

Closed by #10974.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: circuit Related to the core of the `QuantumCircuit` class or the circuit library
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant