Skip to content

Commit

Permalink
doc: Add in URL to Python wrapper package to README (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws authored May 14, 2024
1 parent 64e6aae commit 5066ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ using PythonCall, BraketSimulator

## Usage Notes

If you want to use this package **from Python**, see the Python wrapper package [`amazon-braket-simulator-v2-python`](), which provides a Python interaction layer and will install Julia, this package and other Julia dependencies in a sandboxed virtual environment for you.
If you want to use this package **from Python**, see the Python wrapper package [`amazon-braket-simulator-v2-python`](https://github.com/amazon-braket/amazon-braket-simulator-v2-python), which provides a Python interaction layer and will install Julia, this package and other Julia dependencies in a sandboxed virtual environment for you.

Launch Julia with the command line option `-t auto` to have Julia launch and manage threads to parallelize the simulation(s). `BraketSimulator.jl` will parallelize both across tasks within a batch and inside a single task's evolution.

Expand Down

0 comments on commit 5066ee8

Please sign in to comment.