This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
QEP 1: Implicitly-Scoped Qubit Allocation #815
Merged
Merged
Conversation
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
Make optional and deprecate parentheses in block statements
…scope Merge main to feature/inline-qubit-scope
Co-authored-by: César Zaragoza Cortés <cesarzc@microsoft.com>
Allow using and borrowing statements to use the current scope
Add "use" and "borrow" keywords
Contributor
|
While waiting for microsoft/QuantumKatas#587, can we spawn an e2e build with katas disabled, so that I can get a beta to use in adapting the samples repo? Thanks! |
Contributor
Author
|
I started an e2e build that uses the branch from microsoft/QuantumKatas#587, so katas validation should succeed. |
Contributor
Author
|
@cgranade QDK version 0.14.210121247-alpha should be ready to use now. |
Contributor
|
Awesome, thank you, @SamarSha! |
Contributor
|
Started working on adapting samples at microsoft/Quantum#454, will start adapting libraries shortly. |
bettinaheim
approved these changes
Jan 19, 2021
Contributor
bettinaheim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
4 tasks
bamarsha
pushed a commit
that referenced
this pull request
Jan 20, 2021
bamarsha
added a commit
that referenced
this pull request
Jan 23, 2021
* Treat warnings as errors * Add missing braces * Treat warnings as errors in VS extension * Suppress warnings from #815 * Add comment when warning is suppressed * Use more specific warning pragmas * Formatting * Shorter coment
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 PR merges the
feature/inline-qubit-scopebranch tomain. Closes #795.Blocked by: