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
Describe the bug
I tried to run RB-Overview.ipynb file but with small change in the native gate set.
I used 'Gswap' which is one of the standard two-qubit gates in the documentation of QubitProcessorSpec class. However, it is taking forever to instantiate the CliffordCompilationRules class.
I also tried a custom two-qubit gate which is iSWAP, the program showed similar behavior
vsandinh
changed the title
Gswap cannot be used as a two-qubit native gate for two-qubit RB
Gswap cannot be used as a two-qubit standard native gate for two-qubit RB as CliffordCompilationRules taking too long
Jul 20, 2024
Describe the bug
I tried to run RB-Overview.ipynb file but with small change in the native gate set.
I used 'Gswap' which is one of the standard two-qubit gates in the documentation of QubitProcessorSpec class. However, it is taking forever to instantiate the CliffordCompilationRules class.
I also tried a custom two-qubit gate which is iSWAP, the program showed similar behavior
To Reproduce
Here is the code:
Expected behavior
CliffordCompilationRules should be instantiated.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: