Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Conversation

@swernli
Copy link
Collaborator

@swernli swernli commented Jul 6, 2020

No description provided.

Chris Granade and others added 29 commits June 12, 2020 23:14
* 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
* Fix #256.

* Added regression test.

* Fixed test target.

* Add internal fact.

* Fix fact.

Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
* 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 swernli requested a review from bettinaheim July 6, 2020 17:19
///
/// # See Also
/// - Microsoft.Quantum.Diagnostics.AssertMeasurementProbability
operation AssertMeasurement(bases : Pauli[], qubits : Qubit[], result : Result, msg : String) : Unit
Copy link
Collaborator Author

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?

Copy link
Contributor

@ScottCarda-MS ScottCarda-MS left a 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.

@swernli swernli merged commit bea7acb into feature/decomp Jul 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants