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
Shall we take a note to issue a deprecation warning on the use of the `dag` keyword argument in Qiskit 1.4, and document + release note that the argument is unused as of 1.3?
The dag argument to DAGNode subclasses is irrelevant since the move of the DAGCircuit to Rust space, so the argument no longer has a meaning. It's a candidate for deprecation in 1.4 and removal in 2.0.
The text was updated successfully, but these errors were encountered:
Originally posted by @jakelishman in #12550 (comment)
The
dag
argument toDAGNode
subclasses is irrelevant since the move of theDAGCircuit
to Rust space, so the argument no longer has a meaning. It's a candidate for deprecation in 1.4 and removal in 2.0.The text was updated successfully, but these errors were encountered: