mirror of https://github.com/Qiskit/qiskit.git
![]() 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. |
||
---|---|---|
.. | ||
benchmarks | ||
python | ||
qpy_compat | ||
randomized | ||
utils | ||
visual | ||
__init__.py |