Граф коммитов

234 Коммитов

Автор SHA1 Сообщение Дата
Mine Starks a943e7087a
Update versions to 0.28.302812 (#683) 2023-09-20 12:08:34 -07:00
Robin Kuzmin de631b7bff
->0.28.291394 (#680) 2023-08-01 22:14:35 -07:00
Robin Kuzmin b711a8cf57
0.28.277227 (#676) 2023-06-06 23:10:49 +00:00
Mine Starks 2214d89925
Update QDK version to 0.28.263081 (#666) 2023-03-30 10:21:44 -07:00
DmitryVasilevsky bc61b84c6c
Removing local resources estimator (#663)
* Removed more Resources Estimator tests

* Empty commit to rebuild

* Empty commit to rebuild

---------

Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2023-03-15 10:15:47 -07:00
Scott Carda f7af9c2a95
updated to 0.27.258160 (#660) 2023-03-06 11:58:03 -08:00
Robin Kuzmin 196faf9475
Fixing the undesirable dependencies issue for qdk. (#656)
* Migrated to net6.0.
2023-02-06 19:22:08 -08:00
Sarah Marshall 64409a1a16
Update to QDK version 0.27.253010 2023-01-31 09:34:25 -08:00
hiroyha1 28cc1efbfd
doc fix: matrix multiplication order for PauliY (#650) 2022-12-28 05:30:22 -08:00
Robin Kuzmin 136afb2006
Switch to 0.27.244707. (#647) 2022-12-12 17:36:52 -08:00
Robin Kuzmin f3d64b6dfa
2022.10 Hotfix: Updated to 0.27.238334 (#643) 2022-10-28 21:17:58 -07:00
Robin Kuzmin 3a6b2ea3ef
Switch to QDK version 0.27.236950. (#642) 2022-10-26 01:02:31 -07:00
Ian Kinkead 159f76143a
Details or example lacking for ResultArrayAsInt function #635 (#636)
* Update Convert.qs

* Update Convert.qs
2022-10-25 10:33:44 +00:00
Mariia Mykhailova f450c22e53
Fix broken links to CNOT (#641)
The links at https://learn.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.synthesis.applyxcontrolledontruthtable and https://learn.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.synthesis.applyxcontrolledontruthtablewithcleantarget are not recognized. I guess the capitalization in the @ link has to match the capitalization in the name exactly.
2022-10-24 23:40:16 -07:00
Ricardo Espinoza 60bc2f9376
Updating QDK version to 0.26.233415. (#634) 2022-10-10 13:42:48 -07:00
Rufus Buschart 76dd668d5a
Added example how to use PrepareArbitraryStateCP (#627)
* Added example how to use PrepareArbitraryStateCP

* Update Standard/src/Preparation/Arbitrary.qs

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
2022-09-23 19:23:11 +00:00
DmitryVasilevsky f29e03e74a
Updating QDK version to 0.25.228311 - August 2022 Release (#626)
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2022-09-09 18:09:31 -07:00
Rufus Buschart 48541dab66
Fixes outdated example (#623)
Fixes https://github.com/microsoft/QuantumLibraries/issues/622
2022-09-06 23:03:44 -07:00
Jamie Magee 9cbc6b1688
Add `$schema` to `cgmanifest.json` (#620)
* Add `$schema` to `cgmanifest.json`

* Temporarily disable test not compatible with 0.3.

Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
Co-authored-by: Cassandra Granade <chgranad@microsoft.com>
Co-authored-by: Mathias Soeken <mathias.soeken@microsoft.com>
2022-09-02 09:47:10 -07:00
Adam Kania c0b8517355
Fix documentation (#615)
* Fix documentation

* Temporarily disable test not compatible with 0.3.

Co-authored-by: Cassandra Granade <chgranad@microsoft.com>
Co-authored-by: Mathias Soeken <mathias.soeken@microsoft.com>
2022-09-02 05:35:00 -07:00
Ricardo Espinoza 3f661797f0
Updating QDK version to 0.25.222597. (#609) 2022-07-27 16:03:14 -07:00
Adrian Lehmann 0ac7ac1370
ApplyWindowed (#603)
* 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 <michaylova@gmail.com>

Co-authored-by: Mathias Soeken <mathias.soeken@microsoft.com>
Co-authored-by: Mariia Mykhailova <michaylova@gmail.com>
2022-07-20 08:59:27 -07:00
Mathias Soeken 2117bf2850
Improves MultiplexOperations implementation (#599)
* Resource estimation tests.

* Improved implementation.

* Ergonomic changes.
2022-07-05 09:07:45 -07:00
Filip W d46f8b8d5b
improve diagnostics message when swapping array elements (#597) 2022-06-13 12:40:39 -07:00
Robin Kuzmin 0730cda6ee
Updated to the latest QDK. (#591) 2022-05-25 08:28:39 -07:00
Mathias Soeken 049ad5244d
Fixes #580. (#581) 2022-05-05 00:45:39 -07:00
Mathias Soeken 74a3d27447
Fixes #571. (#573) 2022-04-21 13:17:48 -07:00
Mathias Soeken 488fb7c425
Fixes #570. (#572) 2022-04-21 11:11:38 -07:00
Mathias Soeken bd99e8225b
Refactor and remove duplicate internal operation. (#569) 2022-04-20 17:04:11 -07:00
Mathias Soeken abe71ccf28
Fixes #563. (#564)
Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
2022-04-14 02:01:32 -07:00
Mathias Soeken 30d1abd319
Fix documentation for Padded function. (#556) 2022-04-09 10:55:08 -07:00
Mathias Soeken 53fb7677b4
Fix #546. (#553) 2022-04-07 23:10:52 -07:00
Mathias Soeken c24686877a
Implements #442 (#552)
* Implements #442.

* Address reviewer feedback.
2022-04-06 23:34:41 -07:00
Ricardo Espinoza 9c209c2a52
Updating projects and other components to build 0.24.201332 (#548)
* Build 0.24.201332.
* Fixing QDK version in Notice.txt
2022-04-01 11:19:09 +00:00
Mathias Soeken 7d0f9f74e2
Some code simplification in amplitude amplification test. (#545) 2022-03-30 09:46:43 -07:00
Mathias Soeken fbbc600132
Fixes #367 (#541)
* Fixes #367.

* Apply suggestions from code review

Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>

* Addressing Mariia's comments.

Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
2022-03-21 23:46:35 -07:00
Ricardo Espinoza ce280afaac
Adopt .NET6 + VS2022 in Quantum Development Kit (#542)
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.
2022-03-17 15:25:05 -07:00
Mathias Soeken 76b7276505
Fixes #444 (#537)
* Fixes #444.

* Add other test.

* Update Standard/tests/QcvvTests.qs

Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>

Co-authored-by: Mariia Mykhailova <mamykhai@microsoft.com>
2022-03-14 11:28:27 -07:00
Mariia Mykhailova 947a5522e0
Chunks: Add check that chunk size is positive (#540)
Fixes #538.
2022-03-11 00:26:47 -08:00
Mathias Soeken 845decf507
Fix #511 for fixed point amplitude amplification (#525)
* Optimization and formatting.

* Use array API.

* Fix errors and add comments with refs to paper.

* Add corner case in conversion of rotation phases.

* Add test case.
2022-03-09 01:31:47 -08:00
Robin Kuzmin 45f7fa969e
Fixed the SDK version. (#536) 2022-03-09 02:04:40 +00:00
Mariia Mykhailova ba071beb5b
Fix formulas in PurifiedMixedState(WithData) (#534)
* Fix formulas in PurifiedMixedState(WithData)

This fixes #485.

* Update NuGet version.

Co-authored-by: Mathias Soeken <mathias.soeken@outlook.com>
2022-03-03 01:39:24 -08:00
Mariia Mykhailova 252613ad40
Unify Markdown for Examples section (#532)
Following up on discussion in #531, let's use `# Examples` consistently
2022-02-27 23:31:57 -08:00
Cassandra Granade 0033f01f71
Fix #386. (#449)
Co-authored-by: Mathias Soeken <mathias.soeken@outlook.com>
Co-authored-by: Mathias Soeken <mathias.soeken@microsoft.com>
2022-02-25 10:33:33 -08:00
Mathias Soeken 5469fa5852
Fixes #481. (#531) 2022-02-24 03:42:03 -08:00
Mathias Soeken 74ef872165
Adapting to new array syntax. (#529) 2022-02-20 00:32:09 -08:00
Mathias Soeken fed0fb5224
Fixes #527 (#528)
* Fixes #527.

* Update Standard/src/Convert/Convert.qs

Co-authored-by: Cassandra Granade <chgranad@microsoft.com>

Co-authored-by: Cassandra Granade <chgranad@microsoft.com>
2022-02-18 00:58:54 -08:00
Mathias Soeken 4063ccb081
Fixes #479. (#526) 2022-02-17 14:44:54 -08:00
Robin Kuzmin 8f485aa92f
Adapting for the QuantumSimulator change (#521) (#524)
* Adapting for the QuantumSimulator change (#521)
2022-02-16 20:02:38 -08:00
Bradben 92258169d5
Fix broken links, add remarks to related ops (#488)
* Fix broken links, add remarks to related ops

Missing content and incorrect links in published docs

- Fix the capitalization typo in the See Also links
- Add the remarks content to the other three ApplyLIOperationsOnPhase ops

* Apply suggestions from code review

Co-authored-by: Cassandra Granade <cgranade@gmail.com>

Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
Co-authored-by: Cassandra Granade <cgranade@gmail.com>
Co-authored-by: Mathias Soeken <mathias.soeken@microsoft.com>
2022-02-15 11:48:21 -08:00