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 178
Initial work on Broombridge v.0.3 #533
Draft
cgranade
wants to merge
70
commits into
feature/broombridge-v0.3
Choose a base branch
from
cgranade/broombridge-0.3
base: feature/broombridge-v0.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
If you would like to locally test the chemistry command-line tool with these changes:
|
…ft/QuantumLibraries into cgranade/broombridge-0.3
* Fix formulas in PurifiedMixedState(WithData) This fixes #485. * Update NuGet version. Co-authored-by: Mathias Soeken <[email protected]>
Co-authored-by: Chris Granade <[email protected]> Co-authored-by: Mathias Soeken <[email protected]>
* Fixes #444. * Add other test. * Update Standard/tests/QcvvTests.qs Co-authored-by: Mariia Mykhailova <[email protected]> Co-authored-by: Mariia Mykhailova <[email protected]>
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.
* Fixes #367. * Apply suggestions from code review Co-authored-by: Mariia Mykhailova <[email protected]> * Addressing Mariia's comments. Co-authored-by: Mariia Mykhailova <[email protected]>
* Improve code quality. * Update MachineLearning/tests/StructureTests.qs Co-authored-by: Cassandra Granade <[email protected]> Co-authored-by: Cassandra Granade <[email protected]>
* Build 0.24.201332. * Fixing QDK version in Notice.txt
Co-authored-by: Mathias Soeken <[email protected]>
* API review meeting notes. * Update Design/meetings/2022/api-design-2022-03.md Co-authored-by: Mariia Mykhailova <[email protected]> * Apply suggestions from code review * Update consensus. Co-authored-by: Mariia Mykhailova <[email protected]>
* Fixes #560. * Apply suggestions from code review Co-authored-by: Cassandra Granade <[email protected]> Co-authored-by: Cassandra Granade <[email protected]>
* API review May 2022 * Apply suggestions from code review Co-authored-by: Cassandra Granade <[email protected]> * Apply suggestions from code review * Update api-design-2022-05.md Co-authored-by: Cassandra Granade <[email protected]>
* Resource estimation tests. * Improved implementation. * Ergonomic changes.
* API review June 2022 * Apply suggestions from code review Co-authored-by: Mariia Mykhailova <[email protected]> * Apply suggestions from code review Co-authored-by: Cassandra Granade <[email protected]> * Apply suggestions from code review Co-authored-by: Mariia Mykhailova <[email protected]> Co-authored-by: Cassandra Granade <[email protected]>
* Add functions for smallest and largest representable fixed point Implements #594 * New line. * Apply suggestions from code review Co-authored-by: Mariia Mykhailova <[email protected]> Co-authored-by: Mariia Mykhailova <[email protected]>
* Add ApplyWindowed operation Applies an operation windowing over input but with const target qubits * Simplify ApplyWindowed * Update ApplyWindowed to be more idiomatic See comment on #602 by @cgranade * Fix documentation style issues for ApplyWindowed * Improve ApplyWindowed documentation and add example * Change name of ApplyWindowed to ApplyToEachWindow * Fix example being in code block Co-authored-by: Mariia Mykhailova <[email protected]> Co-authored-by: Mathias Soeken <[email protected]> Co-authored-by: Mariia Mykhailova <[email protected]>
* API review July 2022 * Apply suggestions from code review Co-authored-by: Mariia Mykhailova <[email protected]> * Apply suggestions from code review * Apply suggestions from code review * Update api-design-2022-07.md * Update api-design-2022-07.md Co-authored-by: Mariia Mykhailova <[email protected]>
* lookup table code * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/src/FixedPoint/LookupTable.qs Co-authored-by: Mathias Soeken <[email protected]> * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Mathias Soeken <[email protected]> * Moved potential efficiency comments Moved potential efficiency comments of fanning out control qubits from summary to inside the code * Split summary into summary and remarks Split original summary to summary and remarks * Added latex formatting * Update Numerics/src/FixedPoint/LookupTable.qs * Update Numerics/tests/LookupTableTests.qs Co-authored-by: Krishnakumar, Rajiv [Engineering] <[email protected]> Co-authored-by: Mathias Soeken <[email protected]> Co-authored-by: Mathias Soeken <[email protected]>
* Fix documentation * Temporarily disable test not compatible with 0.3. Co-authored-by: Cassandra Granade <[email protected]> Co-authored-by: Mathias Soeken <[email protected]>
* Add `$schema` to `cgmanifest.json` * Temporarily disable test not compatible with 0.3. Co-authored-by: Jamie Magee <[email protected]> Co-authored-by: Cassandra Granade <[email protected]> Co-authored-by: Mathias Soeken <[email protected]>
Co-authored-by: Dmitry Vasilevsky <[email protected]>
* Added example how to use PrepareArbitraryStateCP * Update Standard/src/Preparation/Arbitrary.qs Co-authored-by: Mathias Soeken <[email protected]> Co-authored-by: Mathias Soeken <[email protected]>
* Fix fourfold symmetry bugs * Add unit test * Update datamodel tests for v0.3
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
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 draft PR starts work on parsing and serialization logic for a new version of the Broombridge spec, primarily including the ability to specify what symmetries are used to expand lists of two-electron fermionic terms, allowing for the specification of fermionic Hamiltonians that violate eightfold symmetry.
This draft PR includes:
V0_3
class for serializing and deserializing draft Broombridge 0.3 documents.export-jw
for theqdk-chem
tool that allows for exporting a Jordan–Wigner representation of a given input electronic structure problem, without the need to write a C# or Python host.This draft PR does not yet include: