From f28f9670fdae14c8bf4f6e2526662478308a0789 Mon Sep 17 00:00:00 2001 From: dwierichs Date: Thu, 20 Jun 2024 21:53:22 +0200 Subject: [PATCH] glossary ref --- pennylane/workflow/qnode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pennylane/workflow/qnode.py b/pennylane/workflow/qnode.py index 308015faaa9..3ae456d03f8 100644 --- a/pennylane/workflow/qnode.py +++ b/pennylane/workflow/qnode.py @@ -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 ` - (corresponding to a :ref:`variational circuit `) + A *quantum node* contains a :ref:`quantum function ` (corresponding to + a `variational circuit `) and the computational device it is executed on. The QNode calls the quantum function to construct a :class:`~.QuantumTape` instance representing