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
The semantic equality checkers of DAGCircuit.__eq__ should continue to work with the remapping Clbit instances into indices. This currently won't work, because DAGNode.semantic_eq converts the .condition field into a simple Python list for comparison, but this doesn't translate well to the general Expr tree.
The text was updated successfully, but these errors were encountered:
The semantic equality checkers of
DAGCircuit.__eq__
should continue to work with the remappingClbit
instances into indices. This currently won't work, becauseDAGNode.semantic_eq
converts the.condition
field into a simple Python list for comparison, but this doesn't translate well to the generalExpr
tree.The text was updated successfully, but these errors were encountered: