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

100 Коммитов

Автор SHA1 Сообщение Дата
Alex Hansen 4e74bcdf70
update QDK version (#892) 2023-09-19 11:43:09 -07:00
Robin Kuzmin 7fe89acf77
0.28.291394 (#890)
* 0.28.291394
* Enable uploading the missing packs from nuget.org to public alpha feed.
2023-08-01 22:13:46 -07:00
Robin Kuzmin b3e751f681
0.28.277227 (#886) 2023-06-06 13:17:01 -07:00
Mine Starks 9cc9e5e3d0
Update QDK version to 0.28.263081 (#880) 2023-03-29 12:39:40 -07:00
Scott Carda b856585f32
Update to QDK version 0.27.258160 (#876) 2023-03-01 17:11:58 -08:00
Sarah Marshall fe1cc7a850
Update to QDK version 0.27.253010 (#867) 2023-01-30 20:19:33 -08:00
Robin Kuzmin 0414b2af4d
Switch to QDK ver 0.27.244707. (#860) 2022-12-11 22:12:40 -08:00
Robin Kuzmin 8b3fee756b
2022.10 Hotfix: Updated to 0.27.238334 2022-10-28 18:05:26 -07:00
Robin Kuzmin b5fec4b022
Switch to QDK version 0.27.236950. (#843) 2022-10-25 17:13:15 -07:00
DmitryVasilevsky 483b6984c8
Updated to QDK version 0.25.228311 (August 2022) (#834)
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
2022-09-08 11:52:39 -07:00
Ricardo Espinoza 1d158240fd
Update QDK to July release 0.25.222597 (#808) 2022-07-26 17:22:08 -07:00
Angela Burton cd7b60ea61
Update QDK to June release 0.25.218240 (#796) 2022-07-04 12:03:22 -07:00
Angela Burton f690df5299
Update iqsharp-base version to get security patches (#793) 2022-06-16 18:47:28 -07:00
Robin Kuzmin 1346962f76
Update QDK to May release 0.24.210930. (#787) 2022-05-24 13:54:56 -07:00
Cassandra Granade 714d334538
Update QDK to 0.24.208024. (#779) 2022-05-06 15:55:02 -07:00
Ricardo Espinoza 14071e2a04
Update QDK to 0.24.201332 (#774)
Also removes temporary installation instructions in README.md.
2022-03-30 18:55:07 -07:00
Ricardo Espinoza c45a88e680
Adopt .NET6 + VS2022 in Quantum Development Kit (#764)
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:27 -07:00
Mariia Mykhailova 7c4b47ecd6
Update QDK to 0.23.195983 (#761) 2022-03-07 14:46:02 -08:00
IsraelMiles 4879c92d8c
Enable Azure Quantum target selection for online job submissions (#747)
* Attempt to install nuget packages for Binder

* install nuget using apt

* fix typo

* run apt install as root

* install nuget

* adding targets to csproj file

* adding standalone csproj

* remove packages from jozsa csproj

* restore test.csproj

* restore test project before solutions

* restore test project in separate RUN block

* move test.csproj to its own project folder

* remove debug statements and refactor test.csproj name

* trigger pr build

* remove test trigger
2022-02-09 08:22:52 -08:00
IsraelMiles 5c0a5ba7a6
Update QDK to 0.22.187631 (#740) 2022-01-27 16:10:19 -08:00
Mariia Mykhailova 85b9fc3674
[ExploringDJAlgo] Update references to tutorial file name (#729) 2022-01-13 12:26:57 -08:00
Pratik Sathe 0cad7c5c1d
Add Multi Qubit Systems Measurements tutorial (#601) 2022-01-05 13:24:54 -08:00
XField 14fd751ddb
Update QDK to 0.21.2112.180703 (#703) 2021-12-14 10:32:07 -08:00
Mariia Mykhailova b56af76243
Update QDK to 0.21.2111177148 (#698) 2021-11-29 13:59:17 -08:00
Robin Kuzmin e4f1a9ff49
Updated QDK to 0.20.2110171573 (#682) 2021-10-26 14:01:17 -07:00
Ricardo Espinoza eb856e81df
Updated the QDK version to 0.19.2109.165653 (#663) 2021-09-29 16:13:55 -07:00
Robin Kuzmin 852009b3ef
Update QDK to version 0.18.2109.162713 (#657) 2021-09-13 10:06:17 -07:00
Angela Burton ef98bcb5f9
[Dockerfile] Update iqsharp-base image with a security patch (#650) 2021-08-25 13:40:27 -07:00
Mariia Mykhailova 02791955f6
Reduce the number of katas prebuilt on Binder (#644)
This change reduces the build time for Binder image by excluding the least frequently used katas from the prebuild.
2021-07-30 15:58:15 -07:00
Angela Burton 2a360b5303
Update QDK to version 0.18.2107.153439 (#643) 2021-07-30 13:07:26 -07:00
Mariia Mykhailova d044e744df
Update QDK to version 0.18.2106.148911 (#633) 2021-06-28 12:07:57 -07:00
Mariia Mykhailova 2ee43d35b2
[VisualizationTools] Fix Binder timeout and broken images (#632)
* `%debug` cell times out in Binder prebuild, as it needs to be stepped through manually. We excluded it from the CI build using a different technique, but to enable Binder, the whole notebook has to be excluded from prebuild.
* The images extensions are .PNG, so the paths in URLs have to match case for Linux to recognize them.
2021-06-11 18:46:23 -07:00
Mariia Mykhailova 30de487618
Add VisualizationTools tutorial (#631) 2021-06-11 17:41:27 -07:00
Mariia Mykhailova bb887cef14
Update QDK to version 0.17.2105.143879 (#625) 2021-05-27 10:29:00 -07:00
Mariia Mykhailova 58d77ed617
Update QDK to version 0.16.2104.138035 (#617) 2021-04-28 15:07:48 -07:00
Mariia Mykhailova fb048f3d6e
Update QDK to version 0.15.2103.133969 (#611)
* Update QDK to version 0.15.2103.133969

* Clean up build artifacts after each built project
2021-03-31 09:27:01 +02:00
Mariia Mykhailova 82185199b9
Update QDK to version 0.15.2102.129448 (#599) 2021-02-25 13:27:46 -08:00
Mariia Mykhailova 6b3ff0d9ab
Update QDK to version 0.15.2101125897 (#589) 2021-01-26 14:07:29 -08:00
William Olsen e8d95f7cba
Add Oracles tutorial (#572) 2020-12-21 22:52:10 -08:00
Pratik Sathe 5eb28be678
Add Single Qubit Systems Measurements tutorial (#570) 2020-12-18 18:19:13 -08:00
Mariia Mykhailova b3bf19e9bf
Update QDK to version 0.13.20102604 (#550) 2020-10-27 12:57:36 -07:00
Ryan Shaffer 4ff4a5326f
Ensure that all required packages are cached for Binder builds (#516) 2020-10-07 17:00:41 -07:00
Ryan Shaffer 4b810b4770
Load Katas package automatically at startup (#468)
This change contains the following changes:

* Update QDK to version 0.12.20100504.
* Add the IQSharpLoadAutomatically property to each .csproj that will cause IQ# to load the listed packages at initialization time.
* Remove the %package Microsoft.Quantum.Katas and %workspace reload calls from each notebook, since those are no longer necessary with the above change.
2020-10-05 18:18:19 -07:00
Ryan Shaffer 3fc5306fed
Update QDK to version 0.12.20082513 (#470) 2020-08-26 13:39:47 -07:00
Mariia Mykhailova b29ccb6bfe
Several maintenance fixes (#461)
* Skip 5 least frequently used on Binder katas in Docker image prebuild to speed up Binder image build
* Fix links to docs on controlled functor
* In notebooks, update qsharp version (in metadata) to 0.12
* [SingleQubitGates] Add some simple properties of Pauli gates
2020-08-18 08:50:54 -07:00
Mariia Mykhailova 83c1f0f09b
Add new tutorial: quantum classification (#460)
This tutorial introduces circuit-centric classifiers featured in https://docs.microsoft.com/quantum/user-guide/libraries/machine-learning/. It covers the high-level overview of the training/classification workflow and a deep dive into training and classification steps for a simple classification task.
2020-08-17 14:42:36 -07:00
Vincent van Wingerden 5dabee0fe1
Update QDK to version 0.12.20072031 (#419) 2020-07-23 10:11:52 -07:00
Angela Burton 3761e81203
Add random number generation (QRNG) tutorial (#398) 2020-07-14 01:39:49 -07:00
Mariia Mykhailova 9439250983
Update QDK to version 0.12.20070124 (#397)
Note that the iqsharp-base image uses old version format (with an extra .), which differs from the versions used in other places.
2020-07-06 11:36:53 -07:00
Mariia Mykhailova 9ce81ce60e
Add DistinguishUnitaries kata (#378) 2020-06-15 13:05:36 -07:00