Skip to content

Commit

Permalink
Loss the accuracy of numerical gate
Browse files Browse the repository at this point in the history
Superconducting qubits may have lower accuracy.
  • Loading branch information
BoxiLi committed May 13, 2021
1 parent f7c4742 commit 1ab6326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
DispersiveCavityQED, LinearSpinChain, CircularSpinChain, SCQubits
)

_tol = 2.e-2
_tol = 3.e-2

_x = Gate("X", targets=[0])
_z = Gate("Z", targets=[0])
Expand Down

0 comments on commit 1ab6326

Please sign in to comment.