Skip to content

Commit

Permalink
Disable QPager by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 19, 2024
1 parent d080273 commit 61f635f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyqrack/qrack_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
isSchmidtDecompose=True,
isStabilizerHybrid=False,
isBinaryDecisionTree=False,
isPaged=True,
isPaged=False,
isCpuGpuHybrid=False,
isOpenCL=True,
isHostPointer=False,
Expand Down Expand Up @@ -3146,7 +3146,7 @@ def in_from_file(filename, is_binary_decision_tree = False, is_paged = True, is_
isTensorNetwork=False,
isSchmidtDecomposeMulti=False,
isSchmidtDecompose=False,
isStabilizerHybrid=False,
isStabilizerHybrid=True,
isBinaryDecisionTree=is_binary_decision_tree,
isPaged=is_paged,
isCpuGpuHybrid=is_cpu_gpu_hybrid,
Expand Down

0 comments on commit 61f635f

Please sign in to comment.