forked from qiskit-community/qiskit-braket-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replacing AWSBraketJob with AmazonBraketTask (#105) #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
added a commit
that referenced
this pull request
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
added a commit
that referenced
this pull request
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
added a commit
that referenced
this pull request
Jun 14, 2023
robotAstray
added a commit
that referenced
this pull request
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
added a commit
that referenced
this pull request
Jun 14, 2023
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
pushed a commit
that referenced
this pull request
Jun 14, 2023
…y#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 (qiskit-community#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
robotAstray
added a commit
that referenced
this pull request
Jun 19, 2023
* [UnitaryHack] Enable qiskit transpilation discontinous qubit indices (qiskit-community#108) * convert Rigetti Aspen qubit connectivity continous * Add qiskit transpilation discountinous qubit indices * Add more comments, cleanup * Add more comments, cleanup * Move in Rigetti branching since not require globally * Fix lint * Add better example * Fix docstring * Add mock for rigetti aspen m3 * Enable transpilation test * Fix mypy * [UnitaryHack] Gate Decomposition(qiskit-community#90) added and tested (qiskit-community#111) * implement and test gate decomposition * Implement and Test Gate Decomposition * addressed comments in previous PR * Adding separate QUEUED and RUNNING states to task status (qiskit-community#110) * fix: Updates for Qiskit to Braket circuit conversion (qiskit-community#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 (qiskit-community#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 (qiskit-community#46) --------- Co-authored-by: Yuri Han <45699207+urihan@users.noreply.github.com> --------- Co-authored-by: WingCode <smallstar1234@gmail.com> Co-authored-by: Gmontes01 <118773601+Gmontes01@users.noreply.github.com> Co-authored-by: Yuri Han <45699207+urihan@users.noreply.github.com>
robotAstray
added a commit
that referenced
this pull request
Jun 19, 2023
…unity#110) * fix: Updates for Qiskit to Braket circuit conversion (qiskit-community#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 (qiskit-community#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 (qiskit-community#46) --------- Co-authored-by: Yuri Han <45699207+urihan@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Replacing AWSBraketJob with AmazonBraketTask (#105) #1
running how to notebook Replacing AWSBraketJob with AmazonBraketTask (#105) #2
running how to notebook Resolve issue 46 and issue 110 #3
running how to notebook number 5
running tutorial notebook number 3
tutorial number 0
Summary
Details and comments