diff --git a/Makefile b/Makefile index 869ddc9..178e990 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/pennylane_qrack/_version.py b/pennylane_qrack/_version.py index 60cb88b..3457246 100644 --- a/pennylane_qrack/_version.py +++ b/pennylane_qrack/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.10.20" +__version__ = "0.11.0" diff --git a/pennylane_qrack/qrack_device.py b/pennylane_qrack/qrack_device.py index 5f45619..11dc1ea 100644 --- a/pennylane_qrack/qrack_device.py +++ b/pennylane_qrack/qrack_device.py @@ -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,