qiskit/test
Matthew Treinish a2da24b5ab
Fix arithmetic bug in estimate_duration method (#13888)
In the recently merged #13783 a bug slipped in an unexercised code path
where we were dividing by dt instead of multiplying. This was fixed in
the common code path where dt is an int, but nothing in the data model
disallows float durations for dt units despite it not being real. Since
the data model allowed it the rust code needed to support it and that
path did the wrong operation. This commit fixes that oversight in the
rust code and adds a test for it.
2025-02-20 09:25:25 +00:00
..
benchmarks Remove `assemble` and `assembler` module (#13748) 2025-02-05 09:26:42 +00:00
python Fix arithmetic bug in estimate_duration method (#13888) 2025-02-20 09:25:25 +00:00
qpy_compat Pin symengine in backwards compatibility tests (#13885) (#13887) 2025-02-19 17:55:35 +00:00
randomized Pylint configuration to prevent accidentally committing debugging print statements (#13796) 2025-02-06 00:19:39 +00:00
utils Deprecate the condition attribute and related functionality (#13223) 2024-10-31 13:58:26 +00:00
visual Bump `rand` to 0.9 and associated crates (#13806) 2025-02-14 14:52:24 +00:00
__init__.py Remove `qiskit.test` (#10998) 2024-01-31 14:11:41 +00:00