Add language samples for parallel, update notebooks - #3588
Open
Stefan J. Wernli (swernli) wants to merge 4 commits into
Open
Add language samples for parallel, update notebooks#3588Stefan J. Wernli (swernli) wants to merge 4 commits into
parallel, update notebooks#3588Stefan J. Wernli (swernli) wants to merge 4 commits into
Conversation
Stefan J. Wernli (swernli)
requested a review
from Andrew Casey (amcasey)
as a code owner
August 13, 2026 17:30
Stefan J. Wernli (swernli)
marked this pull request as draft
August 13, 2026 17:31
Stefan J. Wernli (swernli)
force-pushed
the
swernli/parallel-samples
branch
from
August 14, 2026 00:29
74efb88 to
b2e4f53
Compare
Stefan J. Wernli (swernli)
changed the base branch from
main
to
swernli/parallel-rca-capabilities
August 14, 2026 00:31
Stefan J. Wernli (swernli)
marked this pull request as ready for review
August 14, 2026 15:55
Scott Carda (ScottCarda-MS)
approved these changes
Aug 14, 2026
This adds a language sample explaining the use of the new `parallel` expresison. It also updates some of the neutral atom notebooks that used manual parallelism to take advantage of the language feature for simpler code.
Stefan J. Wernli (swernli)
force-pushed
the
swernli/parallel-samples
branch
from
August 14, 2026 17:29
4f02f32 to
b864b1f
Compare
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.
This adds a language sample explaining the use of the new
parallelexpresison. It also updates some of the neutral atom notebooks that used manual parallelism to take advantage of the language feature for simpler code.