Skip to content

Commit 85f0cd4

Browse files
committed
updating default arguments to only pick one state
1 parent 0d37bf2 commit 85f0cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/pyqrack/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _default_pyqrack_args() -> PyQrackOptions:
3232
isTensorNetwork=False,
3333
isSchmidtDecomposeMulti=True,
3434
isSchmidtDecompose=True,
35-
isStabilizerHybrid=True,
35+
isStabilizerHybrid=False,
3636
isBinaryDecisionTree=True,
3737
isPaged=True,
3838
isCpuGpuHybrid=True,

0 commit comments

Comments
 (0)