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 <utkarshazad98@gmail.com>
  • Loading branch information
austingmhuang and obliviateandsurrender authored Jul 11, 2024
1 parent d4c69cc commit 624c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devices/remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ three classical input parameters can be decorated with ``qml.qnode`` as usual to
qml.CNOT(wires=[0, 1])
return qml.expval(qml.PauliZ(wires=1))
You can then execute the above quantum circuit to get the quantum mechanical expectation value.
You can then execute the above quantum circuit to get the expectation value of a Pauli operator.

.. code-block:: python
Expand Down

0 comments on commit 624c764

Please sign in to comment.