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
Catch continuous-time rotation feature up to main. #979
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
* Migrate to clang-13 * Suppress reserved identifier warning-as-error * Clean-up new clang-13 warnings * Add cmake inlcude * rework clang-tidy settings * More fixes * Update dependency versions for compiler components * Use LLVM apt source for version 13 packages * Update format script * Conditionally add signature, apt repository * Add missing `!`
Previous alpha version is no longer present due to retention policy.
This change completes microsoft/QuantumLibraries#483.
Co-authored-by: DmitryVasilevsky <[email protected]> Co-authored-by: Sam Jaques <[email protected]> Co-authored-by: Dmitry Vasilevsky <[email protected]> Co-authored-by: Thomas Haener <[email protected]> Co-authored-by: Robin Kuzmin <[email protected]> Co-authored-by: Thomas Haener <[email protected]> Co-authored-by: Robin Kuzmin <[email protected]> Co-authored-by: Bettina Heim <[email protected]>
* Renamed to Microsoft.Quantum.SparseSimulator.Runtime.
…orrectly (#949) * Add logging. * Add more logging. * Handle TargetInvocationException.
With this change, we're migrating the main release train of the QDK to the most recent Long Time Support version of the .NET framework. For details about this change, refer to the original issue microsoft/qsharp-compiler#1224. As part of this change, we're: - Re-targeting all .NetCoreApp3.1 binaries to .NET6.0 - Updating Docker images, samples and templates. - Libraries using .NetStandard2.1 are not affected by this change. - The minimum supported .NET version in the QDK will also be updated from 3.1 to 6.0 - The Visual Studio extension will now target Visual Studio 2022.
* Fix Type2 Exp decomposition Corrects the angle convention used when calling the Ising gates as part of the `Exp` decomposition. Fixes Decomposition of `Exp` operation uses incorrect angle convention on IonQ targets #967 * Add decomposition Exp test * Include Exp test in target package tests * Add comment to new test * Update test to check sign consistency Co-authored-by: Cassandra Granade <[email protected]>
swernli
approved these changes
Apr 1, 2022
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 catches the
feature/opensim-continuousfeature branch up to main to allow future PRs to complete more cleanly, focusing only on relevant changes for the feature.