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 90
Merge remote-tracking branch 'origin/master' into swernli/decomp-merge-master #296
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
* Fix assembly vs nuget version in pack.ps1. * Fix project vs package reference. * Feedback from @bettinaheim.
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
* refactor jobStorageHelper * generate new swagger client * fixes * fix unit tests * add back validation * pr comments * fix QuantumMachine activator
* Change to allow relese of qubit if measured * added comments to change to allow relese of qubit if measured * Changes to reflect PR review * Changes to add documentation as per PR review * Test renamed to reflect PR review * Updated summary of CheckQubit functions to reflect change in isMeasured flag * Added test for checking state of reallocated qubit Co-authored-by: Aniket Dalvi <t-anikda@microsoft.com> Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
* Added required steps to successfully run bootstrap.cmd on Windows Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
* Test for classical compatible rotations. * Test case for rotations in Toffoli Simulator. * Fix implementation of rotation gates in Toffoli Simulator.
Fixed an issue with the C# generation for UDT classes where tuple fields of the UDT where not being correctly parsed. Added some tests for this situation.
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
* Added tests to clarify that width/depth statistics reflect lower bounds
* Aggregate results in resource estimator across multiple runs. The metrics are expanded to show both total sum and max across the runs.
* Use original file name without converting it to a URI * Add test for spaces in path with EmbedAllSources * Fix tests * Update Library with Spaces SDK version
* Move NoOp.qs from QuantumLibraries. * Remove deprecated primitives. * Move diagnostics into diagnostics namespace. * Adapt AB#3758 regression test. * Move IndexRange as well. * Fixed typo in IndexRange namespace. * Fixed AllocateQubit2 test. * Fix AllocateQubit2Test.
Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
Co-authored-by: Bettina Heim <beheim@microsoft.com>
swernli
commented
Jul 6, 2020
| /// | ||
| /// # See Also | ||
| /// - Microsoft.Quantum.Diagnostics.AssertMeasurementProbability | ||
| operation AssertMeasurement(bases : Pauli[], qubits : Qubit[], result : Result, msg : String) : Unit |
Collaborator
Author
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.
To support the new layout I'm trying to introduce where QsharpCore is based on QsharpFoundation, I moved these intrinsic methods here. @cgranade, does this seem reasonable?
ScottCarda-MS
approved these changes
Jul 6, 2020
Contributor
ScottCarda-MS
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.
This looks like just a master into feature PR, so I am assuming all of the content has been reviewed before. If not please let me know.
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.
No description provided.