qiskit/test/python/circuit/classical
Kevin Hartman bfa2331aff
Don't reject non-const duration in constructors. (#14009)
Originally, I thought it'd make the most sense to reject
construction of operations that'd have a duration type
but also be non-const expressions. But, a user can
currently create a `Var` with a duration type, so this
seems like an incomplete restriction.
2025-03-27 12:54:52 +00:00
..
__init__.py Add initial representation of classical expressions (#10332) 2023-07-13 21:49:18 +00:00
test_expr_constructors.py Don't reject non-const duration in constructors. (#14009) 2025-03-27 12:54:52 +00:00
test_expr_helpers.py [Stretch] Add `stretch` variable support to `QuantumCircuit`. (#13852) 2025-03-06 06:50:44 +00:00
test_expr_properties.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
test_types_ordering.py [Stretch] Support `Duration` type in classical expressions. (#13844) 2025-03-03 20:21:23 +00:00