Add document how to use pytket-braket#184
Conversation
The notebook includes how to use local emulator , cloud emulator, Rigetti device, IQM device, and IonQ device.
|
Thanks Yoshi, I'm happy to review this |
|
This conflicts with #61. |
|
Sorry for my misunderstanding. I reopen #184 |
CalMacCQ
left a comment
There was a problem hiding this comment.
Looks good! Thanks for working on this Yoshi.
We should resolve what do to about the executed cells. There are also some minor changes I have suggested.
If you do git pull from this branch you should get the changes I've made into your local environment.
There was a problem hiding this comment.
Maybe this notebook file should have a shorter name
Something like braket_backend_usage.ipynb? I'll leave it up to you. The name will also need to be updated in the index.rst file.
There was a problem hiding this comment.
Rename to braket_backend_usage.ipynb and update the index.rst file.
There was a problem hiding this comment.
This notebook will make external calls to remote backends when trying to access the Rigetti, IONQ and other devices.
I think its still very useful to show the API for accessing the remote backends in this example.
I can think of two solutions
- Switch off execution for this notebook and only show cell inputs.
- Separate the remote backends into another notebook file. I can then manually exclude this
remote_backends.ipynbfile from execution in the sphinx configuration.
I think I prefer 2. What do you think?
There was a problem hiding this comment.
Either option is okey for me. Could you support the creation?
There was a problem hiding this comment.
I think this example notebook should start with a paragraph (or bullet point list) summarising all of the available backends.
There was a problem hiding this comment.
Add information of available backend at the beginning of the notebook.
Update the notebook name to braket_backend_usage.ipynb
Add information for the available backends
Update region information for SV, TN, and DM on AWS cloud.
|
Are you still working on this or can we close it? |
Description
Add an example notebook including how to use local emulator , cloud emulator, Rigetti device, IQM device, and IonQ device.
Related issues
#183
Checklist