Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qdk

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qdk

Quantum Development Kit

  • 0.29.0
  • PyPI
  • Socket score

Maintainers
3

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.

Caffeine molecule

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:

# 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc