qiskit/test
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
..
benchmarks Deprecate Qobj and assemble (#12649) 2024-07-25 10:11:56 +00:00
python Fix dag visualization with Var wires (#12848) 2024-08-08 00:35:20 +00:00
qpy_compat Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
randomized Randomized errors are failing because Aer uses deprecated functionality (#12722) 2024-07-11 11:27:56 +00:00
utils Deprecate BackendV1 and `qiskit.providers.models` (#12629) 2024-07-31 10:53:40 +00:00
visual GenericBackendV2 should fail when the backend cannot allocate the basis gate because its size (#12653) 2024-06-26 07:41:11 +00:00
__init__.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00