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