From a8b2ef04734be1e4c6e21d8fbe25eb0f8cfbc72c Mon Sep 17 00:00:00 2001 From: Andrija Paurevic <46359773+andrijapau@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:25:56 -0500 Subject: [PATCH] Update pennylane_cirq/cirq_device.py Co-authored-by: Mudit Pandey --- pennylane_cirq/cirq_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_cirq/cirq_device.py b/pennylane_cirq/cirq_device.py index ecf6de3..2e6303b 100644 --- a/pennylane_cirq/cirq_device.py +++ b/pennylane_cirq/cirq_device.py @@ -243,7 +243,7 @@ def _apply_qubit_state_vector(self, qubit_state_vector_operation): """Apply a state vector preparation. Args: - qubit_state_vector_operation (pennylane.StatePrep): the StatePrep operation instance that shall be applied + state_prep_operation (pennylane.StatePrep): the StatePrep operation instance that shall be applied Raises: NotImplementedError: when not implemented in the subclass