pytket-qsharp#
Microsoft’s QDK is a language and associated toolkit for quantum programming.
pytket-qsharp
is an extension to pytket
that allows pytket
circuits to be
executed on simulators and resource estimators from the Microsoft QDK.
pytket-qsharp
is available for Python 3.9, 3.10 and 3.11, on Linux, MacOS
and Windows. To install, run:
pip install pytket-qsharp
In order to use pytket-qsharp
you will first need to install the dotnet
SDK
(6.0) and the iqsharp
tool. On some Linux systems it is also necessary to
modify your PATH
:
See this page for instructions on installing the SDK on your operating system.
On Linux, ensure that the dotnet tools directory is on your path. Typically this will be
~/.dotnet/tools
.Run
dotnet tool install -g Microsoft.Quantum.IQSharp
.Run
dotnet iqsharp install --user
.
- API documentation
- Changelog
- 0.37.0 (November 2023)
- 0.36.1 (November 2023)
- 0.36.0 (October 2023)
- 0.35.0 (September 2023)
- 0.34.0 (June 2023)
- 0.33.0 (February 2023)
- 0.32.0 (January 2023)
- 0.31.0 (November 2022)
- 0.30.0 (November 2022)
- 0.29.0 (October 2022)
- 0.28.0 (August 2022)
- 0.27.0 (July 2022)
- 0.26.0 (June 2022)
- 0.25.0 (May 2022)
- 0.24.0 (April 2022)
- 0.23.0 (March 2022)
- 0.22.0 (unreleased)
- 0.21.0 (February 2022)
- 0.20.0 (January 2022)
- 0.19.0 (November 2021)
- 0.18.0 (October 2021)
- 0.17.0 (September 2021)
- 0.16.0 (September 2021)
- 0.15.1 (unreleased)
- 0.15.0 (July 2021)
- 0.14.0 (June 2021)
- 0.13.1 (unreleased)
- 0.13.0 (May 2021)
- 0.12.0 (May 2021)
pytket documentation:
Links: