.. |
classical
|
Don't reject non-const duration in constructors. (#14009)
|
2025-03-27 12:54:52 +00:00 |
library
|
Fixes for dimacs-related boolean expression code (#14636)
|
2025-06-18 18:06:01 +00:00 |
__init__.py
|
Remove coding: utf-8 per PEP 3120 (#4914)
|
2020-08-12 08:29:16 -04:00 |
gate_utils.py
|
Use singletons for standard library unparameterized, non-controlled gates (#10314)
|
2023-09-19 19:41:30 +00:00 |
test_annotated_operation.py
|
Improve annotated plugin (#13916)
|
2025-04-03 12:32:49 +00:00 |
test_annotation.py
|
Annotation serialisation framework (#14439)
|
2025-06-04 20:20:27 +00:00 |
test_bit.py
|
Move `Bit` and `Register` to live in Rust space (#13860)
|
2025-03-07 21:31:52 +00:00 |
test_circuit_data.py
|
Refactor `BitData` to `ObjectRegistry`. (#13985)
|
2025-03-11 18:16:41 +00:00 |
test_circuit_find_bit.py
|
Add missing `__getitem__` and other attributes to `BitLocations` (#13997)
|
2025-03-12 18:26:40 +00:00 |
test_circuit_load_from_qpy.py
|
Support stretchy delays in `box` (#13899)
|
2025-06-05 15:49:28 +00:00 |
test_circuit_multi_registers.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_circuit_operations.py
|
Add method `has_control_flow_op()` to `QuantumCircuit` (#13936)
|
2025-05-28 23:23:13 +00:00 |
test_circuit_properties.py
|
Remove calibrations APIs and related functionality (#13861)
|
2025-03-02 16:40:07 +00:00 |
test_circuit_qasm.py
|
Porting some of the MCX synthesis methods to Rust (#13929)
|
2025-06-03 12:41:59 +00:00 |
test_circuit_registers.py
|
Move `Bit` and `Register` to live in Rust space (#13860)
|
2025-03-07 21:31:52 +00:00 |
test_circuit_vars.py
|
Unify identifer handling of `Var` and `Stretch` in `DAGCircuit` (#14000)
|
2025-04-10 18:38:46 +00:00 |
test_commutation_checker.py
|
Use average gate fidelity in the commutation checker (#13874)
|
2025-03-06 00:03:15 +00:00 |
test_compose.py
|
Simpler definitions for standard gates (#14180)
|
2025-05-28 11:50:43 +00:00 |
test_control_flow.py
|
Support stretchy delays in `box` (#13899)
|
2025-06-05 15:49:28 +00:00 |
test_control_flow_builders.py
|
Support stretchy delays in `box` (#13899)
|
2025-06-05 15:49:28 +00:00 |
test_controlled_gate.py
|
Move PendingDeprecations to Deprecations in the circuit library (#13604)
|
2025-05-28 05:47:34 +00:00 |
test_delay.py
|
Fix pickle and repr for Duration. (#14174)
|
2025-04-07 23:38:42 +00:00 |
test_diagonal_gate.py
|
Remove `assemble` and `assembler` module (#13748)
|
2025-02-05 09:26:42 +00:00 |
test_equivalence.py
|
Move `Bit` and `Register` to live in Rust space (#13860)
|
2025-03-07 21:31:52 +00:00 |
test_extensions_standard.py
|
Remove the `classical_function` module and all `tweedledum`-related code (#13815)
|
2025-02-27 15:54:54 +00:00 |
test_gate_definitions.py
|
Move PendingDeprecations to Deprecations in the circuit library (#13604)
|
2025-05-28 05:47:34 +00:00 |
test_gate_power.py
|
Adding annotated argument to power methods (#12101)
|
2024-04-23 18:56:37 +00:00 |
test_hamiltonian_gate.py
|
Remove deprecated `BackendV1` elements, including base class, `providers.models` and `qobj` modules (#13793)
|
2025-03-05 23:11:24 +00:00 |
test_identifiers_circuits.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_initializer.py
|
Remove `assemble` and `assembler` module (#13748)
|
2025-02-05 09:26:42 +00:00 |
test_instruction_repeat.py
|
Remove condition/c_if, duration, and unit from instructions (#13506)
|
2025-02-24 15:33:45 +00:00 |
test_instructions.py
|
Remove condition/c_if, duration, and unit from instructions (#13506)
|
2025-02-24 15:33:45 +00:00 |
test_isometry.py
|
Fix `UnitaryGate.repeat()` method (#12986)
|
2024-08-26 08:17:49 +00:00 |
test_operation.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_parameter_expression.py
|
Fix sympify() for expressions with vector element .subs() (#14641)
|
2025-06-18 17:18:16 +00:00 |
test_parameters.py
|
allows string values in assign_parameters with strict=False (#14365)
|
2025-06-06 14:39:20 +00:00 |
test_piecewise_polynomial.py
|
Move PendingDeprecations to Deprecations in the circuit library (#13604)
|
2025-05-28 05:47:34 +00:00 |
test_random_circuit.py
|
Add random circuit with graph (#12474)
|
2025-04-08 20:10:15 +00:00 |
test_register.py
|
Move `Bit` and `Register` to live in Rust space (#13860)
|
2025-03-07 21:31:52 +00:00 |
test_registerless_circuit.py
|
Remove condition/c_if, duration, and unit from instructions (#13506)
|
2025-02-24 15:33:45 +00:00 |
test_rust_equivalence.py
|
Simpler definitions for standard gates (#14180)
|
2025-05-28 11:50:43 +00:00 |
test_scheduled_circuit.py
|
Fix checking for deprecation warnings to use `assertWarns()` (#14145)
|
2025-04-01 08:46:22 +00:00 |
test_singleton.py
|
Remove condition/c_if, duration, and unit from instructions (#13506)
|
2025-02-24 15:33:45 +00:00 |
test_store.py
|
Remove condition/c_if, duration, and unit from instructions (#13506)
|
2025-02-24 15:33:45 +00:00 |
test_templates.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_tensor.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_tools.py
|
Add ParameterExpression in Rust (#13278)
|
2025-05-16 15:53:06 +00:00 |
test_twirling.py
|
Fix registering `global_phase` parameters when creating `CircuitData` (#13538)
|
2024-12-09 12:34:15 +00:00 |
test_uc.py
|
Stop using faer-rs for uc_gate.rs (#13956)
|
2025-04-30 06:58:05 +00:00 |
test_ucx_y_z.py
|
Remove `qiskit.test` (#10998)
|
2024-01-31 14:11:41 +00:00 |
test_uniform_superposition_gate.py
|
Add Uniform State Preparation (#12112)
|
2024-07-03 06:47:55 +00:00 |
test_unitary.py
|
Remove `assemble` and `assembler` module (#13748)
|
2025-02-05 09:26:42 +00:00 |