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
Alexander Brassel
20d1680b4e
[RippleCarryAdder] Use conjugation in 1.7 reference solution ( #820 )
2022-08-11 12:38:00 -07:00
Isha
21c6a6325e
[RippleCarryAdder] Add tasks 2.1-2.2 to the workbook ( #822 )
2022-08-10 14:36:33 -07:00
Ricardo Espinoza
1d158240fd
Update QDK to July release 0.25.222597 ( #808 )
2022-07-26 17:22:08 -07:00
Isha
cf3d7e3cba
[RippleCarryAdder] Add tasks 1.4-1.7 to the workbook ( #797 )
2022-07-16 00:41:54 -07:00
Angela Burton
cd7b60ea61
Update QDK to June release 0.25.218240 ( #796 )
2022-07-04 12:03:22 -07:00
Isha
1865043e37
[RippleCaryAdder] Add workbook for tasks 1.1-1.3 ( #794 )
2022-06-20 19:43:05 -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
5c0a5ba7a6
Update QDK to 0.22.187631 ( #740 )
2022-01-27 16:10:19 -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
Mariia Mykhailova
7ea0ce3c0f
Update format for Binder links ( #656 )
...
Fixing the Binder links format following the breaking update https://discourse.jupyter.org/t/mybinder-org-using-jupyterlab-by-default/10715 .
2021-09-10 17:19:16 -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
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
2f0a04af35
Fix links to Q# docs broken by migration to /azure/ ( #607 )
...
This change also removes /en-us/ parts of the URLs for uniformity.
2021-03-23 17:25:39 -07:00
Mariia Mykhailova
82185199b9
Update QDK to version 0.15.2102.129448 ( #599 )
2021-02-25 13:27:46 -08:00
Vincent van Wingerden
606afd2b7a
Update to 0.15 syntax, batch 2 ( #591 )
2021-01-30 01:35:47 -08:00
Mariia Mykhailova
6b3ff0d9ab
Update QDK to version 0.15.2101125897 ( #589 )
2021-01-26 14:07:29 -08:00
Vincent van Wingerden
5d38da7394
Fix URLs to Q# documentation ( #584 )
...
After documentation reorg some links redirect to pages that don't contain the right information; this change fixes that.
2021-01-15 16:21:35 -08:00
Sarah Marshall
403a366b40
[RippleCarryAdder] Rename "borrow" variable to avoid breaking keyword change ( #587 )
...
"QEP 1: Implicitly-Scoped Qubit Allocation" added two new keywords, use and borrow. RippleCarryAdder kata was using "borrow" as a variable name. This change renames it to borrowBit to avoid the breakage.
2021-01-13 16:40:38 -08:00
Vasu Jain
04a0febc81
[RippleCarryAdder] Add arithmetic modulo 2ᴺ ( #395 )
2020-12-29 00:16:11 -08:00
Jimmy Hamel
95b6e4a0d8
Switch from CounterSimulator.GetMaxQubitCount to AllowAtMostNQubits ( #560 )
2020-11-10 15:22:00 -08:00
Mariia Mykhailova
b3bf19e9bf
Update QDK to version 0.13.20102604 ( #550 )
2020-10-27 12:57:36 -07:00
Mariia Mykhailova
4416b5f19b
Several maintenance fixes ( #537 )
...
* Remove obsolete sections from README.md table of contents
* Replace Partitioned function with Chunks
* Fix several typos
2020-10-17 11:42:06 -07:00
Piotr Blachnio
8b0ba657c6
Remove _Test suffixes ( #533 )
...
* Remove _Test suffixes regarding issue #532
2020-10-15 13:36:23 +02:00
Manvi-Agrawal
b99f88a6f9
Replacing Counter Simulator with Quantum Simulator wherever possible ( #520 )
...
* DeutschJozsaAlgorithm: oracle tasks and DJ_prep_state
* JointMeasurements : All Except T06 and T07 since they call ResetOracleCount function
* QEC_BitFlipCode : All except T01 since it calls ResetOracleCount()
* PhaseEstimation : All except T21 and T22 sice it calls ResetQubitCount()
* RippleCarryAdder : All except T35 since it calls ResetQubitCount()
* SimonsAlgorithm : oracle tasks and prep_state
* TruthTables : All instances replaced successfully
* ExploringDeutschJozsaAlgorithm tutorial : oracle tasks
* GraphColoring : All except T15 since it calls ResetQubitCount()
Co-authored-by: Vincent van Wingerden <25651976+vivanwin@users.noreply.github.com>
2020-10-09 10:51:28 +02:00
Vincent van Wingerden
34fbf6d4eb
Switch to using Test attributes to denote tests ( #478 )
2020-10-07 17:32:36 -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
Andres Paz
701b5a2144
Global replace of references of master to main ( #481 )
2020-09-10 17:17:19 -07:00
Ryan Shaffer
75622b8f1f
Replace project references with package references ( #469 )
...
This replaces project references to utilities\Common\Common.csproj with package reference to Microsoft.Quantum.Katas.
2020-08-27 14:41:09 -07:00
Ryan Shaffer
3fc5306fed
Update QDK to version 0.12.20082513 ( #470 )
2020-08-26 13:39:47 -07:00
Erfan Abedi
9e73ccde90
[RippleCarryAdder] Fix parameter description + Add missing <b> tags. ( #463 )
...
* Fixed wrong parameter description in Task 1.4
"carryout" was renamed to "sum".
* Added missing <b> tags.
* Revert whitespace change in SuperdenseCoding.ipynb
Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
* Fixed whitespace in Teleportation.ipynb
Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
Co-authored-by: Mathias Soeken <mathias.soeken@gmail.com>
2020-08-24 09:13:41 +02: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
Mike Kostersitz
bbe24551a7
Clarify Ctrl/⌘+Enter instructions in notebooks ( #438 )
...
This change also renames updateQDKVersion script to match PowerShell naming conventions.
2020-08-12 23:51:34 -07:00
Mruxmohan
7da359a1b8
[RippleCarryAdder] Update code to use recent Q# features ( #428 )
2020-07-29 02:31:11 -07:00
Vincent van Wingerden
5dabee0fe1
Update QDK to version 0.12.20072031 ( #419 )
2020-07-23 10:11:52 -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
Vasu Jain
0dd95004ef
[RippleCarryAdder] Minor typo fix: engian -> endian ( #394 )
2020-07-04 10:55:27 -07:00
Andres Paz
1ab1278de8
Update Katas to use Microsoft.Quantum.SDK ( #383 )
2020-06-22 22:52:37 -07:00
Mariia Mykhailova
e9d16d703c
Update QDK to version 0.11.2006.403 ( #371 )
2020-06-12 00:50:38 -07:00