Skip to content

Commit

Permalink
QHybrid no longer necessary for recent NVIDIA drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 18, 2024
1 parent b63092b commit 16cf4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help:
build-deps:
ifneq ($(OS),Windows_NT)
ifeq ($(QRACK_PRESENT),)
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout b325fd8ff07998b98a77f94e533f3e08c7600d3c; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 45c91f5549bfd60e26489c911f20c65699f945ea; cd ..
endif
mkdir -p qrack/build
ifeq ($(UNAME_S),Linux)
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qrack/qrack_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class QrackDevice(QubitDevice):
)

# Use "hybrid" stabilizer optimization? (Default is "true"; non-Clifford circuits will fall back to near-Clifford or universal simulation)
isStabilizerHybrid = True
isStabilizerHybrid = False
# Use "tensor network" optimization? (Default is "true"; prevents dynamic qubit de-allocation; might function sub-optimally with "hybrid" stabilizer enabled)
isTensorNetwork = True
# Use Schmidt decomposition optimizations? (Default is "true")
Expand Down

0 comments on commit 16cf4dd

Please sign in to comment.