Skip to content

Commit

Permalink
Update doc/devices/remote.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Utkarsh <[email protected]>
  • Loading branch information
austingmhuang and obliviateandsurrender authored Jul 8, 2024
1 parent d5d9e36 commit 8d7e0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/devices/remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ PennyLane device.
Retrieving a backend from a provider has been deprecated and may not be supported.

After installing the plugin, this device can be used just like any other PennyLane device for defining and evaluating QNodes.
A simple quantum function that returns the expectation value of a measurement and depends on three classical input
parameters would look like:
For example, a simple quantum function that returns the expectation value of a measurement and depends on
three classical input parameters can be decorated with `qml.qnode` as usual to construct a ``QNode``:

.. code-block:: python
Expand Down

0 comments on commit 8d7e0dd

Please sign in to comment.