Quantum Development Kit
Project description
QDK
QDK includes the Python packages for the Quantum Development Kit (QDK).
azure.quantum
The azure-quantum package for Python provides functionality for interacting with Azure Quantum workspaces,
including creating jobs, listing jobs, and retrieving job results.
For details on how to get started with Azure Quantum, please visit https://azure.com/quantum.
You can also try our Quantum Computing Fundamentals learning path to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
Installation and getting started
We recommend installing Anaconda or Miniconda.
To install the azure-quantum package, run
pip install azure-quantum
Development
To install the package in development mode, we recommend creating a new environment using the following command:
# Create new conda environment
conda env create -f azure-quantum/environment.yml
Then, the package can be installed after activating the environment:
# Activate conda environment
conda activate azurequantum
# Install package in development mode
pip install -e azure-quantum
qdk.chemistry
Q# chemistry library's Python application layer, contains tools for creating 2D molecular diagrams and calculating their 3D geometry using RDKit.
Installation and getting started
We recommend installing Anaconda or Miniconda.
First, install RDKit:
conda install -c conda-forge rdkit
To install the qdk package, run
pip install qdk
To get started, try out the example notebook in the examples/chemistry folder.
Development
To install the package in development mode, we recommend creating a new environment using the following command:
# Create new conda environment
conda env create -f qdk/environment.yml
Then, the package can be installed after activating the environment:
# Activate conda environment
conda activate qdk
# Install package in development mode
pip install -e qdk
How to install Jupyter-JSME in development mode
Jupyter-JSME is an optional dependency that will enable a simple Molecule editor. For more information about JSME, see: JSME.
jupyter nbextension install jupyter_jsme
jupyter nbextension enable jupyter_jsme/extension
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qdk-0.25.224074b1.tar.gz.
File metadata
- Download URL: qdk-0.25.224074b1.tar.gz
- Upload date:
- Size: 117.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e87b39dbeeca803c79463bdf937f8b7529acfdf7a98477591b44a71007d61bf7
|
|
| MD5 |
9e3b7ca43a185160e441d0d2782b64c6
|
|
| BLAKE2b-256 |
33c97dbc03dad10ae4aa6d9da58ca996f064d27f560e49c62884ff03fce0c320
|
File details
Details for the file qdk-0.25.224074b1-py3-none-any.whl.
File metadata
- Download URL: qdk-0.25.224074b1-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d9299a6d6fbe03abab3a9e16bed2a256bb4ed2dea7c333d32c1fb634b44446
|
|
| MD5 |
6608b397ae3e6e05c78cac2e7b734789
|
|
| BLAKE2b-256 |
223deb86d529357ac9e0459c2f3e64ca04577b8344930ebcd151dd7892e888de
|