Skip to content

Commit

Permalink
Update local_simulator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
speller26 committed Jun 27, 2024
1 parent 3262872 commit 91374ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/devices/local_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def run_batch( # noqa: C901
shots (Optional[int]): The number of times to run the quantum task.
Default: 0.
max_parallel (Optional[int]): The maximum number of quantum tasks to run in parallel. Default
is the number of CPU.
is the number of logical CPUs.
inputs (Optional[Union[dict[str, float], list[dict[str, float]]]]): Inputs to be passed
along with the IR. If the IR supports inputs, the inputs will be updated with
this value. Default: {}.
Expand Down

0 comments on commit 91374ba

Please sign in to comment.