Add Store
instruction class
#10939
Labels
mod: circuit
Related to the core of the `QuantumCircuit` class or the circuit library
Milestone
Add the
Store
instruction class that writes anExpr
into aVar
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.
The text was updated successfully, but these errors were encountered: