Skip to content

v1.16.0

Compare
Choose a tag to compare
@billti billti released this 01 May 20:00
· 201 commits to main since this release
9851719

We are excited to release v1.16 of the Quantum Development Kit. The big features of this release are:

Copilot integration

With VS Code Copilot integration you can now use Copilot to to assist with many tasks such as writing code, generating tests, connecting to an Azure Quantum workspace, submit jobs to run on hardware, and more!

image

See the wiki page at https://github.com/microsoft/qsharp/wiki/Make-the-most-of-the-QDK-and-VS-Code-agent-mode for more info, as well as tips and best practices.

Circuit Editor

You can now add .qsc files to your project which provide a drag-and-drop circuit editor user interface to create quantum operations, which can then be called from your Q# code.

image

See the wiki page at https://github.com/microsoft/qsharp/wiki/Circuit-Editor for more details.

What's Changed

Other notable changes are listed below

New Contributors

Full Changelog: v1.15.0...v1.16.0