You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once Expr values are valid in some .condition and .target attributes in QuantumCircuit instructions, they need to be supported through the circuit_to_dag and dag_to_circuit converters. Especially in circuit_to_dag, we must ensure that any implied classical dependencies between instructions are represented in the wires in the DAGCircuit.
The work here will mostly be in ensuring that DAGCircuit.apply_operation_back has this handling. We should also ensure that DAGCircuit.apply_operation_front has the same handling.
What should we add?
Once
Expr
values are valid in some.condition
and.target
attributes inQuantumCircuit
instructions, they need to be supported through thecircuit_to_dag
anddag_to_circuit
converters. Especially incircuit_to_dag
, we must ensure that any implied classical dependencies between instructions are represented in the wires in theDAGCircuit
.The work here will mostly be in ensuring that
DAGCircuit.apply_operation_back
has this handling. We should also ensure thatDAGCircuit.apply_operation_front
has the same handling.Depends on #10223 and #10224.
The text was updated successfully, but these errors were encountered: