Skip to content

Commit

Permalink
PyQrack can calculate Hadamard and Hermitian exp. val.
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Nov 25, 2024
1 parent ad79c29 commit 90849de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 a3d985497b4400fa1d72bb4ccda69380659ff2b4; cd ..
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 45f1a533b4140e204290f82951e2ea7c213ec9bc; cd ..
endif
mkdir -p qrack/build
ifeq ($(UNAME_S),Linux)
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qrack/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.10.20"
__version__ = "0.11.0"
4 changes: 2 additions & 2 deletions pennylane_qrack/qrack_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class QrackDevice(QubitDevice):
"PauliY": Pauli.PauliY,
"PauliZ": Pauli.PauliZ,
"Identity": Pauli.PauliI,
"Hadamard": None,
"Hermitian": None,
"Prod": None,
# "Hadamard": None,
# "Hermitian": None,
# "Sum": None,
# "SProd": None,
# "Exp": None,
Expand Down

0 comments on commit 90849de

Please sign in to comment.