Skip to content

Commit

Permalink
Update pennylane/measurements/sample.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Wierichs <david.wierichs@xanadu.ai>
  • Loading branch information
isaacdevlugt and dwierichs authored May 14, 2024
1 parent fa04aab commit bf4c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/measurements/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def sample(
op (Observable or MeasurementValue): a quantum observable object. To get samples
for mid-circuit measurements, ``op`` should be a ``MeasurementValue``.
wires (Sequence[int] or int or None): the wires we wish to sample from; ONLY set wires if
op is ``None``
op is ``None``.
Returns:
SampleMP: Measurement process instance
Expand Down

0 comments on commit bf4c985

Please sign in to comment.