From dffe1d556e671517e68f1e6754e93c865344384a Mon Sep 17 00:00:00 2001 From: lillian542 Date: Mon, 17 Jun 2024 14:49:34 -0400 Subject: [PATCH 1/5] update toml files --- pennylane_lightning/lightning_gpu/lightning_gpu.toml | 5 +++++ pennylane_lightning/lightning_kokkos/lightning_kokkos.toml | 5 +++++ pennylane_lightning/lightning_qubit/lightning_qubit.toml | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/pennylane_lightning/lightning_gpu/lightning_gpu.toml b/pennylane_lightning/lightning_gpu/lightning_gpu.toml index 95f0600603..4e410efbc3 100644 --- a/pennylane_lightning/lightning_gpu/lightning_gpu.toml +++ b/pennylane_lightning/lightning_gpu/lightning_gpu.toml @@ -104,3 +104,8 @@ mid_circuit_measurement = false # This field is currently unchecked but it is reserved for the purpose of # determining if the device supports dynamic qubit allocation/deallocation. dynamic_qubit_management = false + +# whether the device can support non-commuting measurements together +# in a single execution +non_commuting_observables = true + diff --git a/pennylane_lightning/lightning_kokkos/lightning_kokkos.toml b/pennylane_lightning/lightning_kokkos/lightning_kokkos.toml index a5d9be68f9..ea56dda98b 100644 --- a/pennylane_lightning/lightning_kokkos/lightning_kokkos.toml +++ b/pennylane_lightning/lightning_kokkos/lightning_kokkos.toml @@ -106,3 +106,8 @@ mid_circuit_measurement = true # This field is currently unchecked but it is reserved for the purpose of # determining if the device supports dynamic qubit allocation/deallocation. dynamic_qubit_management = false + +# whether the device can support non-commuting measurements together +# in a single execution +non_commuting_observables = true + diff --git a/pennylane_lightning/lightning_qubit/lightning_qubit.toml b/pennylane_lightning/lightning_qubit/lightning_qubit.toml index 20418af267..beaca2391d 100644 --- a/pennylane_lightning/lightning_qubit/lightning_qubit.toml +++ b/pennylane_lightning/lightning_qubit/lightning_qubit.toml @@ -103,6 +103,10 @@ mid_circuit_measurement = true # determining if the device supports dynamic qubit allocation/deallocation. dynamic_qubit_management = false +# whether the device can support non-commuting measurements together +# in a single execution +non_commuting_observables = true + [options] mcmc = "_mcmc" From 0ddbae9538f95c20380174e964ee7f4456aa3c62 Mon Sep 17 00:00:00 2001 From: ringo-but-quantum Date: Mon, 17 Jun 2024 19:01:21 +0000 Subject: [PATCH 2/5] Auto update version from '0.37.0-dev37' to '0.37.0-dev38' --- pennylane_lightning/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/core/_version.py b/pennylane_lightning/core/_version.py index e0ee53cd35..a0cdf17144 100644 --- a/pennylane_lightning/core/_version.py +++ b/pennylane_lightning/core/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.37.0-dev37" +__version__ = "0.37.0-dev38" From d915c941d50401453c8b3ce920f1b832be56d273 Mon Sep 17 00:00:00 2001 From: ringo-but-quantum Date: Mon, 17 Jun 2024 21:32:14 +0000 Subject: [PATCH 3/5] Auto update version from '0.37.0-dev38' to '0.37.0-dev39' --- pennylane_lightning/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/core/_version.py b/pennylane_lightning/core/_version.py index a0cdf17144..358ac44b8e 100644 --- a/pennylane_lightning/core/_version.py +++ b/pennylane_lightning/core/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.37.0-dev38" +__version__ = "0.37.0-dev39" From 46233175ca32b57370fb967fdd3350773863bc1c Mon Sep 17 00:00:00 2001 From: ringo-but-quantum Date: Tue, 18 Jun 2024 14:47:26 +0000 Subject: [PATCH 4/5] Auto update version from '0.37.0-dev39' to '0.37.0-dev40' --- pennylane_lightning/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/core/_version.py b/pennylane_lightning/core/_version.py index 358ac44b8e..7a2108eaa7 100644 --- a/pennylane_lightning/core/_version.py +++ b/pennylane_lightning/core/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.37.0-dev39" +__version__ = "0.37.0-dev40" From d8c71f36810ab749feb8564bc30ad3ed104760e8 Mon Sep 17 00:00:00 2001 From: ringo-but-quantum Date: Tue, 18 Jun 2024 15:34:26 +0000 Subject: [PATCH 5/5] Auto update version from '0.37.0-dev40' to '0.37.0-dev41' --- pennylane_lightning/core/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_lightning/core/_version.py b/pennylane_lightning/core/_version.py index 7a2108eaa7..082e1ff825 100644 --- a/pennylane_lightning/core/_version.py +++ b/pennylane_lightning/core/_version.py @@ -16,4 +16,4 @@ Version number (major.minor.patch[-label]) """ -__version__ = "0.37.0-dev40" +__version__ = "0.37.0-dev41"