You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why trying to move the tests from Fake27QPulseV1 to GenericBackendV2 (see #12660), I noticed that EchoRZXWeylDecomposition seems to fail very deeply in because len(cr_tones) == 1 and len(comp_tones) == 2 is not a possible condition in
This looks like it might be related to #12834, as the above works with other BackendV2s (such as qiskit_ibm_runtime.fake_provider.FakeSherbrooke.
Cryoris
changed the title
EchoRZXWeylDecomposition incompatible with BackendV2?
EchoRZXWeylDecomposition incompatible with GenericBackendV2?
Aug 16, 2024
Environment
What is happening?
Why trying to move the tests from
Fake27QPulseV1
toGenericBackendV2
(see #12660), I noticed that EchoRZXWeylDecomposition seems to fail very deeply in becauselen(cr_tones) == 1 and len(comp_tones) == 2
is not a possible condition inqiskit/qiskit/transpiler/passes/calibration/rzx_builder.py
Line 392 in 61805c8
How can we reproduce the issue?
Notice that the following works:
What should happen?
I think
GenericBackendV2(num_qubits=27, calibrate_instructions=True, control_flow=True, coupling_map=[[0, 1], [1, 0], [1, 2], [1, 4], [2, 1], [2, 3], [3, 2], [3, 5], [4, 1], [4, 7], [5, 3], [5, 8], [6, 7], [7, 4], [7, 6], [7, 10], [8, 5], [8, 9], [8, 11], [9, 8], [10, 7], [10, 12], [11, 8], [11, 14], [12, 10], [12, 13], [12, 15], [13, 12], [13, 14], [14, 11], [14, 13], [14, 16], [15, 12], [15, 18], [16, 14], [16, 19], [17, 18], [18, 15], [18, 17], [18, 21], [19, 16], [19, 20], [19, 22], [20, 19], [21, 18], [21, 23], [22, 19], [22, 25], [23, 21], [23, 24], [24, 23], [24, 25], [25, 22], [25, 24], [25, 26], [26, 25]], seed=42)
should work likeFake27QPulseV1
, but maybe I'm setting something wrong.Any suggestions?
No response
The text was updated successfully, but these errors were encountered: