Skip to content

Commit

Permalink
Update aws_client.py
Browse files Browse the repository at this point in the history
Modified docstring
  • Loading branch information
mho291 committed Apr 30, 2024
1 parent 2d8563c commit 4a51a17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qibo_cloud_backends/aws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,10 @@ def execute_circuit(self,
circuit,
nshots=1000):
"""Executes a circuit (Qibo or Qibo-transpiled-to-Braket) on an AWS Braket device. The device defaults to the LocalSimulator().
This function allows the user to opt for verbatim_circuit on the device by indicating `verbatim_circuit=True`.
Args:
circuit (quantum circuit): Either qibo.models.Circuit or braket.circuits.Circuit to execute on the Braket device.
nshots (int): Total number of shots.
verbatim_circuit (bool): If `True`, wrap the Braket circuit in a verbatim box to run it on the QPU without any transpilation.
Defaults to `False`.
Returns:
Measurement outcomes (qibo.measurement.MeasurementOutcomes): The outcome of the circuit execution.
Expand Down

0 comments on commit 4a51a17

Please sign in to comment.