qiskit/releasenotes
Matthew Treinish adbe88707c
Fix dag visualization with Var wires (#12848)
* Fix dag visualization with Var wires

This commit fixes the dag visualization for DAGs with classical
variables. The Var type was not handled in the attribute callback
functions for nodes and edges. This was causing the visualizer to fail
if the dag contained these types. This fixes this by adding explict
handling for the Var types and using the name attribute of the Var
object.

* Add release note and test
2024-08-08 00:35:20 +00:00
..
notes Fix dag visualization with Var wires (#12848) 2024-08-08 00:35:20 +00:00
config.yaml Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00