qiskit/test/python/providers/basic_provider
Elena Peña Tapia 4347eb869a
Remove use of deprecated objects in `BasicSimulator` (#13743)
* Refactor BasicSimulator not to rely on assemble or qobj. Drop support for c_if (deprecated) and providing parameter bounds to the "run" method.

* Code cleanup and style fixing

* Add reno

* Address small oversights

* Apply suggestions from Eli's code review

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

* Fix handling of backend options in both BasicSimulator and BackendV2. Add unit tests. Rename kwargs to unify use of options with aer simulator and update documentation to reflect actual usage.

* Document header in docstring

* Fix lint

* Apply suggestions from Eli's code review

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

---------

Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>
2025-02-04 11:18:35 +00:00
..
__init__.py Remove use of deprecated objects in `BasicSimulator` (#13743) 2025-02-04 11:18:35 +00:00
test_basic_provider_backends.py Deprecating Provider ABC, as abstraction is not very useful (#12145) 2024-04-23 15:39:21 +00:00
test_basic_provider_integration.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00
test_basic_simulator.py Remove use of deprecated objects in `BasicSimulator` (#13743) 2025-02-04 11:18:35 +00:00
test_multi_registers_convention.py Deprecating Provider ABC, as abstraction is not very useful (#12145) 2024-04-23 15:39:21 +00:00
test_standard_library.py Extend the basis gates of BasicSimulator (#12186) 2024-04-30 06:56:51 +00:00