Skip to content

Commit

Permalink
Update src/braket/pennylane_plugin/braket_device.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Wang <[email protected]>
  • Loading branch information
ajberdy and speller26 authored Jul 19, 2023
1 parent 4b09e15 commit 7f9ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/pennylane_plugin/braket_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class BraketQubitDevice(QubitDevice):
``0``, the device runs in analytic mode (calculations will be exact).
noise_model (NoiseModel or None): The Braket noise model to apply to the circuit before
execution.
verbatim (bool): Whether to verbatim mode for the device. Note that verbatim mode only
verbatim (bool): Whether to run tasks in verbaim mode. Note that verbatim mode only
supports the native gate set of the device. Default False.
`**run_kwargs`: Variable length keyword arguments for ``braket.devices.Device.run()``.
"""
Expand Down

0 comments on commit 7f9ef78

Please sign in to comment.