qdk.chemistry
[!WARNING]
This qdk.chemistry package is deprecated. Please see Azure Quantum Elements for Azure Quantum's latest efforts in 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
Development
To install the package in development mode, we recommend creating a new environment using the following command:
conda env create -f qdk/environment.yml
Then, the package can be installed after activating the environment:
conda activate qdk
pip install -e qdk