Skip to content

Commit

Permalink
glossary ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dwierichs committed Jun 20, 2024
1 parent 4773bd2 commit f28f967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pennylane/workflow/qnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def _to_qfunc_output_type(
class QNode:
"""Represents a quantum node in the hybrid computational graph.
A *quantum node* contains a :ref:`quantum function <intro_vcirc_qfunc>`
(corresponding to a :ref:`variational circuit <glossary_variational_circuit>`)
A *quantum node* contains a :ref:`quantum function <intro_vcirc_qfunc>` (corresponding to
a `variational circuit <https://pennylane.ai/qml/glossary/variational_circuit>`)
and the computational device it is executed on.
The QNode calls the quantum function to construct a :class:`~.QuantumTape` instance representing
Expand Down

0 comments on commit f28f967

Please sign in to comment.