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
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
Hashes for qdk-0.28.263081-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47bbede6e342a26f76a5caa30d068e779ac1cbd8e4d2e96354cb0686b306494 |
|
MD5 | 95d1ff4202a8da5506e890b359e72971 |
|
BLAKE2b-256 | f53c9b53f2665342a02f8d4a76b5b2cdd0f4f1faa3bde6b380a62a8da6220dc5 |