qiskit/test/python/visualization
Elena Peña Tapia 246f5f3a13
Update transpiler pipeline to (only) use target internally (#12850)
* First attempt at supporting a virtual target (FakeTarget) with no basis gates in the preset pass managers.

* Remove prints

* Fix control-flow failures with fake target

* Fix init stage, add instruction_supported method to FakeTarget

* Tweak preset pass manager

* Handle inst_map deprecation warning

* Handle annotated operations

* Do not skip stages with FakeTarget

* Deprecate custom basis gates

* Cleanup

* Remove reno

* Refactor creation of _FakeTarget, add tests

* Fix handling of pre-optimization stage and gate direction passes

* Restore cargo.lock

* Address most lint complaints

* Fix dt issue

* Address HLS issue

* Address GateDirection issue

* Fix lint and improve style

* Refactor plugin logic, handle target with no basis gates at the pass level (Python interface only) instead of pm level.

* Remove deprecated arguments: instruction_durations, timing_constrants and custom basis_gates.
Do not skip target unless dictated by backend. Add warning for backend + loose constraints and
raise error if basis_gates contains 3q+ gates with a coupling map, as this generates a conflic
in the model where it's not clear to which qubits the gates can apply. This is a limitation that
comes from Target.from_configuration, but it's more user-friendly to raise the error from
generate_preset_pass_manager.

* Apply suggestions from Eli's code review

Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>

* Clean up

* Apply suggestions from Eli's code review. Add reno for API changes. Fix oversights

* Fix merge conflict

---------

Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>
2025-03-06 16:25:55 +00:00
..
references Remove fake backends based on `BackendV1` and related tools (#13805) 2025-02-28 12:46:24 +00:00
timeline Update transpiler pipeline to (only) use target internally (#12850) 2025-03-06 16:25:55 +00:00
__init__.py Remove coding: utf-8 per PEP 3120 (#4914) 2020-08-12 08:29:16 -04:00
test_circuit_drawer.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
test_circuit_latex.py The parameter ``idle_wires`` default flipped to False in all circuit drawers (#13865) 2025-03-06 11:12:18 +00:00
test_circuit_text_drawer.py The parameter ``idle_wires`` default flipped to False in all circuit drawers (#13865) 2025-03-06 11:12:18 +00:00
test_dag_drawer.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
test_gate_map.py Remove fake backends based on `BackendV1` and related tools (#13805) 2025-02-28 12:46:24 +00:00
test_pass_manager_drawer.py Fix pass-manager drawing tests for pydot 3.0 (#12775) 2024-07-16 13:24:21 +00:00
test_plot_histogram.py Fix the possibly-used-before-assignment in pylint (#12542) 2024-06-13 10:47:34 +00:00
test_state_latex_drawer.py Pass `max_size` to Statevector LaTeX drawer (#8197) 2022-06-21 16:17:04 +00:00
test_state_plot_tools.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_utils.py Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
visualization.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00