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
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
* Add EntryPointDriver to pack.ps1 * Rename Microsoft.Quantum.Simulation.Simulators to Microsoft.Quantum.Simulators * Rename EntryPointDriver to Microsoft.Quantum.EntryPointDriver * Rename Tests.EntryPointDriver to Microsoft.Quantum.EntryPointDriver.Tests * Add package description for EntryPointDriver * Remove EntryPointDriver from CsharpGeneration package * Update namespace in EntryPointDriver * Update namespace in EntryPointDriver.Tests * Update simulator test project filename * Update manifest.ps1 * Rename Microsoft.Quantum.EntryPointDriver.Tests to Tests.Microsoft.Quantum.EntryPointDriver * Restore name of simulators assembly * Add DelaySign.cs to EntryPointDriver * Use same assembly name as package name again * Update reference to simulators csproj * Update simulators nuspec * Update project reference to simulators * Update namespace names in test * Remove package reference to Q# compiler * Use IImmutableList instead of IReadOnlyList * Use ImmutableList.Create with params array * Make DriverSettings immutable * Make DriverSettings properties internal * Add PackageId to EntryPointDriver.csproj
* 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.
bettinaheim
approved these changes
Jun 23, 2020
dbwz8
approved these changes
Jun 23, 2020
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.
Merging latest changes from master into feature branch.