qiskit/test/python/primitives
Luciano Bello 7b0c1d60aa
Move PendingDeprecations to Deprecations in the circuit library (#13604)
* blueprint deprecation + reno

* unittest test.python.transpiler.test_star_prerouting

* test.python.transpiler.test_solovay_kitaev

* test.python.transpiler.test_linear_functions_passes

* unittest test.python.synthesis.test_qft_synthesis

* test.python.synthesis.test_cz_synthesis

* test.python.transpiler.test_parameterizedgate_translator

* test.python.quantum_info.operators.test_operator

* test.python.primitives.test_statevector_sampler

* test.python.primitives.test_sampler

* test.python.primitives.test_statevector_estimator

* test.python.primitives.test_estimator

* test.python.primitives.test_backend_sampler_v2

* test.python.primitives.test_backend_sampler

* test.python.primitives.test_backend_estimator_v2

* test.python.primitives.test_backend_estimator

* test.python.circuit.library.test_blueprintcircuit

* test.python.transpiler.test_high_level_synthesis.TestHighLevelSynthesisModifiers.test_circuit_with_mcx

* test.python.circuit.test_controlled_gate.TestControlledGate.test_mcxrecursive_clean_ancilla_cx_count

* some less errors

* capture the deprecations for internal usage

* test.python.visualization.test_circuit_text_drawer.TestTextOpenControlledGate

* test.python.circuit.library.test_boolean_logic

* test.python.transpiler.test_swap_strategy_router

* test.python.transpiler.test_high_level_synthesis

* test.python.circuit.library.test_qft.TestQFT

* test.python.circuit.test_controlled_gate.TestControlledGate

* test.python.circuit.test_controlled_gate.TestControlledGate.test_mcxvchain_dirty_ancilla_action_only

* test.python.circuit.test_controlled_gate.TestControlledGate

* test.python.transpiler.test_high_level_synthesis

* test.python.qasm2.test_export

* EvolvedOperatorAnsatz

* fix tests in circuit library

* more controlled gate fixes

* I can see light at the end of the tunnel

* updating to 2.1

* black

* filterwarnings

* filterwarnings

* last update of a since

* pylint

* test.python.circuit.library

* Fix mcry and gray code deprecation msg

* test.python.circuit.test_controlled_gate.TestControlledGate

* test.python.circuit.test_controlled_gate.TestControlledStandardGates

* qiskit/circuit/library/standard_gates/x.py:1533

* mpl.circuit.test_circuit_matplotlib_drawer.TestCircuitMatplotlibDrawer.test_cnot

* 395658b3fb (r2106219162)

* addressing https://github.com/Qiskit/qiskit/pull/13604#discussion_r2100057390

---------

Co-authored-by: Julien Gacon <jules.gacon@googlemail.com>
2025-05-28 05:47:34 +00:00
..
containers New methods in `ObservablesArray`: `sparse_observables_array` and `sparse_observables_array_slice` (#14344) 2025-05-20 20:39:45 +00:00
__init__.py Reference implementation of Estimator and Sampler Primitives (#7780) 2022-03-25 16:46:20 +00:00
test_backend_estimator_v2.py Move PendingDeprecations to Deprecations in the circuit library (#13604) 2025-05-28 05:47:34 +00:00
test_backend_sampler_v2.py Move PendingDeprecations to Deprecations in the circuit library (#13604) 2025-05-28 05:47:34 +00:00
test_primitive_job.py Make PrimitiveJob serializable (#12963) 2025-04-02 16:44:49 +00:00
test_result.py Remove v1 primitive implementations (#13877) 2025-03-05 17:56:31 +00:00
test_statevector_estimator.py Move PendingDeprecations to Deprecations in the circuit library (#13604) 2025-05-28 05:47:34 +00:00
test_statevector_sampler.py Move PendingDeprecations to Deprecations in the circuit library (#13604) 2025-05-28 05:47:34 +00:00
test_validation_base_primitives_v1.py Remove v1 primitive implementations (#13877) 2025-03-05 17:56:31 +00:00