From 588bc2578c5e0839b0e678b4789f73b62d123530 Mon Sep 17 00:00:00 2001 From: Rashid N H M <95639609+rashidnhm@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:16:42 -0500 Subject: [PATCH] Update tutorial_givens_rotations.py --- demonstrations/tutorial_givens_rotations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demonstrations/tutorial_givens_rotations.py b/demonstrations/tutorial_givens_rotations.py index bdb13b513b..34b1724cd8 100644 --- a/demonstrations/tutorial_givens_rotations.py +++ b/demonstrations/tutorial_givens_rotations.py @@ -246,7 +246,7 @@ def circuit(x, y): # PennyLane allows you to obtain all such excitations using the function # :func:`~.pennylane.qchem.excitations`. Let's employ it to build a circuit that includes # all single and double excitations acting on a reference state of three particles in six qubits. -# We apply a random rotation for each gate: +# We apply a random rotation for each gate: test nr_particles = 3 nr_qubits = 6 @@ -495,4 +495,4 @@ def state_preparation(params): # # About the author # ---------------- -# .. include:: ../_static/authors/juan_miguel_arrazola.txt \ No newline at end of file +# .. include:: ../_static/authors/juan_miguel_arrazola.txt