Skip to main content

Extension for pytket, providing simulators from Microsoft QDK

Project description

pytket-qsharp

Pytket is a Python module for interfacing with CQC tket, a set of quantum programming tools.

Azure Quantum is a portal for accessing quantum computers via Microsoft Azure.

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 remote devices and simulators via Azure Quantum, as well as local simulators and resource estimators from the Microsoft QDK.

Getting started

pytket-qsharp is available for Python 3.6, 3.7 and 3.8, 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 (3.1) and the iqsharp tool. On some Linux systems it is also necessary to modify your PATH:

  1. See this page for instructions on installing the SDK on your operating system.

  2. On Linux, ensure that the dotnet tools directory is on your path. Typically this will be ~/.dotnet/tools.

  3. Run dotnet tool install -g Microsoft.Quantum.IQSharp.

  4. Run dotnet iqsharp install --user.

Alternatively, you can set up an environment with all the required packages using conda:

conda create -n qsharp-env -c quantum-engineering qsharp notebook

conda activate qsharp-env

Backends provided in this module

This module provides four backends, all deriving from the pytket Backend class:

  • AzureBackend, for executing pytket circuits on targets the user has access to on Azure Quantum;

  • QsharpSimulatorBackend, for simulating a general pure-quantum circuit using the QDK;

  • QsharpToffoliSimulatorBackend, for simulating a Toffoli circuit using the QDK;

  • QsharpEstimatorBackend, for estimating various quantum resources of a circuit using the QDK. This provides a get_resources method, which returns a dictionary.

LICENCE

Copyright 2020-2021 Cambridge Quantum Computing

You may not use this product except in compliance with the Licence. You may view the License here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytket-qsharp-0.8.0.tar.gz (11.1 kB view details)

Uploaded Source

File details

Details for the file pytket-qsharp-0.8.0.tar.gz.

File metadata

  • Download URL: pytket-qsharp-0.8.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5

File hashes

Hashes for pytket-qsharp-0.8.0.tar.gz
Algorithm Hash digest
SHA256 1b72b47c3a4ae7845c5443a220fd2b4e1409383c60200ab3e0e848ba64d60109
MD5 18f6939d408989085060a19aeaf2cd0e
BLAKE2b-256 bf6f9153252f6473dcbdd4d73af4d6dfa3515e236284f17bd9210b728f5bf57c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page