Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: how-to guide for Qiskit-Braket plugin #3

Closed
IceKhan13 opened this issue Feb 22, 2022 · 1 comment
Closed

Docs: how-to guide for Qiskit-Braket plugin #3

IceKhan13 opened this issue Feb 22, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@IceKhan13
Copy link
Member

What is the expected behavior?

Create docs and example notebooks on how-to use Qiskit-Braket plugin.

References:

@IceKhan13
Copy link
Member Author

Closing as we implement it in #11 #21 #24 and release in https://github.com/qiskit-community/qiskit-braket-provider/releases/tag/v0.0.1

robotAstray referenced this issue in robotAstray/qiskit-braket-provider Jun 13, 2023
kshitijc pushed a commit that referenced this issue Jun 14, 2023
* replacing AWSBraketJob with AmazonBraketTask

* run the notebooks containing AmazonBraketTask

* deprecation warning added for AWSBraketJob class

* formatting fixed

* re-add <JOB_ARN>

* fix breaking changes on /provider/__init__.py and __init__.py

* rename job_id to task_id argument for AmazonBraketTask()

* rename braket_jobs_states to braket_tasks_states

* add task_id method to access the task_id similar to the one we have in the JobV1 class

* adding tests for new class 'AmazonBraketTask' and old class 'AWSBraketJob'

* formatting test_braket_job.py

* correcting definition of AWSBraketJob

* rewriting line 184 in braket_job.py

* adding class docstring to AWSBraketJob

* standard import 'from warnings import warn'  placed before 'from braket.aws import AwsQuantumTask' (wrong-import-order)

* docstring fix in test_braket_job.py

* assert the job id in test_AWS_job() function in test_braket_job.py

* running how to notebook #0

* running how to notebook #1

* running how to notebook #2

* running how to notebook #3

* running how to notebook number 5

* running tutorial  notebook number 3

* tutorial number 0
robotAstray referenced this issue in robotAstray/qiskit-braket-provider Jun 14, 2023
* replacing AWSBraketJob with AmazonBraketTask

* run the notebooks containing AmazonBraketTask

* deprecation warning added for AWSBraketJob class

* formatting fixed

* re-add <JOB_ARN>

* fix breaking changes on /provider/__init__.py and __init__.py

* rename job_id to task_id argument for AmazonBraketTask()

* rename braket_jobs_states to braket_tasks_states

* add task_id method to access the task_id similar to the one we have in the JobV1 class

* adding tests for new class 'AmazonBraketTask' and old class 'AWSBraketJob'

* formatting test_braket_job.py

* correcting definition of AWSBraketJob

* rewriting line 184 in braket_job.py

* adding class docstring to AWSBraketJob

* standard import 'from warnings import warn'  placed before 'from braket.aws import AwsQuantumTask' (wrong-import-order)

* docstring fix in test_braket_job.py

* assert the job id in test_AWS_job() function in test_braket_job.py

* running how to notebook #0

* running how to notebook #1

* running how to notebook #2

* running how to notebook #3

* running how to notebook number 5

* running tutorial  notebook number 3

* tutorial number 0
robotAstray referenced this issue in robotAstray/qiskit-braket-provider Jun 14, 2023
* replacing AWSBraketJob with AmazonBraketTask

* run the notebooks containing AmazonBraketTask

* deprecation warning added for AWSBraketJob class

* formatting fixed

* re-add <JOB_ARN>

* fix breaking changes on /provider/__init__.py and __init__.py

* rename job_id to task_id argument for AmazonBraketTask()

* rename braket_jobs_states to braket_tasks_states

* add task_id method to access the task_id similar to the one we have in the JobV1 class

* adding tests for new class 'AmazonBraketTask' and old class 'AWSBraketJob'

* formatting test_braket_job.py

* correcting definition of AWSBraketJob

* rewriting line 184 in braket_job.py

* adding class docstring to AWSBraketJob

* standard import 'from warnings import warn'  placed before 'from braket.aws import AwsQuantumTask' (wrong-import-order)

* docstring fix in test_braket_job.py

* assert the job id in test_AWS_job() function in test_braket_job.py

* running how to notebook #0

* running how to notebook #1

* running how to notebook #2

* running how to notebook #3

* running how to notebook number 5

* running tutorial  notebook number 3

* tutorial number 0
christianbmadsen pushed a commit that referenced this issue Jun 19, 2023
* fix: Updates for Qiskit to Braket circuit conversion (#97)

* Probability to Sample result type

* passes tox lint

* updates toxlint

* fixes observable z error but not passses elint

* unit test added

* final commit with tests

fix: Fallback to JAQCD for device properties (#104)

* fix: Fallback to JAQCD for device properties

* fix: reformat

replacing AWSBraketJob with AmazonBraketTask

run the notebooks containing AmazonBraketTask

deprecation warning added for AWSBraketJob class

formatting fixed

re-add <JOB_ARN>

fix breaking changes on /provider/__init__.py and __init__.py

rename job_id to task_id argument for AmazonBraketTask()

rename braket_jobs_states to braket_tasks_states

add task_id method to access the task_id similar to the one we have in the JobV1 class

adding tests for new class 'AmazonBraketTask' and old class 'AWSBraketJob'

formatting test_braket_job.py

correcting definition of AWSBraketJob

rewriting line 184 in braket_job.py

adding class docstring to AWSBraketJob

standard import 'from warnings import warn'  placed before 'from braket.aws import AwsQuantumTask' (wrong-import-order)

docstring fix in test_braket_job.py

assert the job id in test_AWS_job() function in test_braket_job.py

running how to notebook #0

running how to notebook #1

running how to notebook #2

running how to notebook #3

running how to notebook number 5

running tutorial  notebook number 3

tutorial number 0

* add separate QUEUED and RUNNING states to task status (#46)

---------

Co-authored-by: Yuri Han <45699207+urihan@users.noreply.github.com>
jcjaskula-aws added a commit that referenced this issue Feb 13, 2024
jcjaskula-aws added a commit that referenced this issue Feb 20, 2024
* update notebooks

* clean data folder and black

* simplify tutorial #3 first cell

* isort and exclude eigen optimizer notebook

* fix linters

* fix typos

* fix typo

* fix a second typo

* fix more typos

* fix even more typos

* Update docs/tutorials/1_tutorial_vqe.ipynb

Co-authored-by: Tim (Yi-Ting) <yitchen@amazon.com>

---------

Co-authored-by: Tim (Yi-Ting) <yitchen@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant