feature: example demonstrating barrier usage on Braket#826
Merged
yitchen-tim merged 19 commits intomainfrom Feb 23, 2026
Merged
feature: example demonstrating barrier usage on Braket#826yitchen-tim merged 19 commits intomainfrom
yitchen-tim merged 19 commits intomainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
jheckey
reviewed
Jan 29, 2026
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
nilsquet
reviewed
Jan 29, 2026
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
yitchen-tim
reviewed
Feb 2, 2026
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
- Updated kernel metadata to Python 3.12 - Upgraded amazon-braket-sdk to 1.111.0 (latest) - Upgraded amazon-braket-default-simulator to 1.34.0 (fixes barrier parsing bug) - Added version check cell to display Braket SDK version - Increased mirror benchmarking depth from 3 to 7 for longer operation sequence - Added hardware execution section for mirror benchmarking on IQM Garnet with simulator comparison - Updated Example 8 to demonstrate partial barriers instead of full barriers - Barriers now correctly preserved when using Circuit.from_ir() with latest simulator version
rmshaffer
reviewed
Feb 3, 2026
Contributor
rmshaffer
left a comment
There was a problem hiding this comment.
This is a really nice notebook - very practical examples and easy to follow. I've left a bunch of comments and suggestions, but they're really very minor.
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
examples/braket_features/Using_Barrier_Statement_on_Braket.ipynb
Outdated
Show resolved
Hide resolved
rmshaffer
reviewed
Feb 3, 2026
yitchen-tim
previously approved these changes
Feb 6, 2026
Member
|
Converting to draft to prevent inadvertent merge |
Contributor
|
@aniksd-braket thank you for making the updates! Still a few unresolved comments I'd appreciate if you can take a look at quickly. |
Contributor
Author
@rmshaffer these should be resolved now |
yitchen-tim
reviewed
Feb 19, 2026
yitchen-tim
reviewed
Feb 19, 2026
yitchen-tim
approved these changes
Feb 23, 2026
This file contains hidden or 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
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.
Issue #, if available:
Description of changes:
Created example notebook demonstrating the use of the
barrierstatement on BraketBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.