Update HamiltonianGate path and add tolerance to PulseBackend#1280
Update HamiltonianGate path and add tolerance to PulseBackend#1280wshanks merged 9 commits intoqiskit-community:mainfrom
HamiltonianGate path and add tolerance to PulseBackend#1280Conversation
| MockIQParallelBackend | ||
| T2HahnBackend | ||
| NoisyDelayAerBackend | ||
| SingleTransmonTestBackend |
There was a problem hiding this comment.
This is a duplicate entry.
HamiltonianGate pathHamiltonianGate path and add tolerance to PulseBackend
There was a problem hiding this comment.
Looks good!
I also ran into the hamiltonian_gate issue in #1285.
A few weeks ago I was looking at trying to get the SingleTransmonTestBackend faster by using jax, but I had to switch to other things before I could get somewhere. I think we need to look more at these tests at some point.
Partly why I saw this is that while I was looking at them I noticed that the data in some of them was getting pretty sketchy looking from previous test speed up efforts -- meaning the rounds/tolerance were producing data that was fitting to reasonable numbers but looked pretty noisy. |
…skit-community#1280) ### Summary After `qiskit.extensions` was deprecated in Qiskit/qiskit#10725, this PR updates the path of `HamiltonianGate` so tests against Qiskit main pass again. This also adds `atol` and `rtol` tolerance parameters to `PulseBackend` for speeding up slow tests.
) ### Summary After `qiskit.extensions` was deprecated in Qiskit/qiskit#10725, this PR updates the path of `HamiltonianGate` so tests against Qiskit main pass again. This also adds `atol` and `rtol` tolerance parameters to `PulseBackend` for speeding up slow tests. (cherry picked from commit 73d0a03) # Conflicts: # qiskit_experiments/test/__init__.py # test/library/calibration/test_half_angle.py # test/library/calibration/test_rough_amplitude.py
Summary
After
qiskit.extensionswas deprecated in Qiskit/qiskit#10725, this PR updates the path ofHamiltonianGateso tests against Qiskit main pass again. This also addsatolandrtoltolerance parameters toPulseBackendfor speeding up slow tests.