qiskit/qiskit
Jake Lishman ea7c3e35eb
Add `default` routing stage plugin (#13802)
This is added for a similar reason as the recent `default`
translation-stage plugin (gh-13794).  We currently have no plans to
change the default routing method, if not only because the `default`
layout plugin does routing most of the time, but this makes the
semantics of "just use the default method" clearer.
2025-02-21 10:01:13 +00:00
..
circuit add documentation about instruction duration (#13592) 2025-02-20 17:39:47 +00:00
compiler Remove use of `BackendProperties` (BackendV1) in transpiler pipeline (#13722) 2025-02-18 17:51:48 +00:00
converters Add alt text to images (#13555) 2025-01-09 08:54:06 +00:00
dagcircuit Add option ``max_block_width`` to ``CollectLinearFunctions`` and ``CollectClifford`` passes (#13661) 2025-01-28 06:59:21 +00:00
passmanager Use `.. plot::` directive to test code examples (#13179) 2024-12-02 11:58:17 +00:00
primitives feat: add method to convert `BitArray` into boolean array (#13653) 2025-01-21 09:52:10 +00:00
providers Remove pulse from GenericBackendV2 (#13829) 2025-02-13 16:08:52 +00:00
pulse add documentation about instruction duration (#13592) 2025-02-20 17:39:47 +00:00
qasm/libs Update version of OpenQASM 3.0 standard library (#12387) 2024-07-22 15:44:46 +00:00
qasm2 Pylint configuration to prevent accidentally committing debugging print statements (#13796) 2025-02-06 00:19:39 +00:00
qasm3 Fix an error in qasm3 exporter when operating on unitary gates (#13633) 2025-01-14 15:10:27 +00:00
qobj Use `.. plot::` directive to test code examples (#13179) 2024-12-02 11:58:17 +00:00
qpy Small formatting issue in `qiskit.qpy` docs (#13551) 2024-12-11 10:37:17 +00:00
quantum_info Applying a slight perturbation for ill-conditioned matrices (#13882) (#13889) 2025-02-19 18:28:00 +00:00
result Deprecate `qiskit.result.mitigation` (#13351) 2024-10-30 16:44:27 +00:00
scheduler Deprecate Pulse package and dependencies (#13164) 2024-10-23 07:38:36 +00:00
synthesis Add 2q fractional gates to the `UnitarySynthesis` transpiler pass (#13568) 2025-02-10 10:40:18 +00:00
transpiler Add `default` routing stage plugin (#13802) 2025-02-21 10:01:13 +00:00
utils Uppercase `Qiskit` in deprecation warnings (#13452) 2024-12-04 12:06:00 +00:00
visualization add documentation about instruction duration (#13592) 2025-02-20 17:39:47 +00:00
VERSION.txt Bump main branch version to 2.0.0 (#13408) 2024-11-08 00:28:56 +00:00
__init__.py Add method to compute estimated duration of scheduled circuit (#13783) 2025-02-19 09:29:59 +00:00
_numpy_compat.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
exceptions.py
user_config.py Add config option to leverage all cores for sabre (#12780) 2024-07-29 12:50:08 +00:00
version.py