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