Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial_givens_rotations.py #1024

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demonstrations/tutorial_givens_rotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -495,4 +495,4 @@ def state_preparation(params):
#
# About the author
# ----------------
# .. include:: ../_static/authors/juan_miguel_arrazola.txt
# .. include:: ../_static/authors/juan_miguel_arrazola.txt