Skip to main content

Automation of computations in quantum chemistry

Project description

https://github.com/SCM-NV/qmflows/workflows/build%20with%20conda/badge.svg https://codecov.io/gh/SCM-NV/qmflows/branch/master/graph/badge.svg Documentation Status https://zenodo.org/badge/DOI/10.5281/zenodo.3274284.svg https://badge.fury.io/py/qmflows.svg qmflows.png

QMFlows

See documentation for tutorials and documentation.

Motivation

Research on modern computational quantum chemistry relies on a set of computational tools to carry out calculations. The complexity of the calculations usually requires intercommunication between the aforementioned tools, such communication is usually done through shell scripts that try to automate input/output actions like: launching the computations in a cluster, reading the resulting output and feeding the relevant numerical result to another program. Such scripts are difficult to maintain and extend, requiring a significant programming expertise to work with them. Being then desirable a set of automatic and extensible tools that allows to perform complex simulations in heterogeneous hardware platforms.

This library tackles the construction and efficient execution of computational chemistry workflows. This allows computational chemists to use the emerging massively parallel compute environments in an easy manner and focus on interpretation of scientific data rather than on tedious job submission procedures and manual data processing.

Description

This library consists of a set of modules written in Python3 to automate the following tasks:

  1. Input generation.

  2. Handle tasks dependencies (Noodles).

  3. Advanced molecular manipulation capabilities with (rdkit).

  4. Jobs failure detection and recovery.

  5. Numerical data storage (h5py).

Tutorial and Examples

A tutorial written as a jupyter-notebook is available from: tutorial-qmflows. You can also access direclty more advanced examples.

Installation

  • Download miniconda for python3: miniconda (also you can install the complete anaconda version).

  • Install according to: installConda.

  • Create a new virtual environment using the following commands:

    • conda create -n qmflows

  • Activate the new virtual environment

    • source activate qmflows

To exit the virtual environment type source deactivate.

Dependencies installation

  • Type in your terminal:

    conda activate qmflows

Using the conda environment the following packages should be installed:

  • install rdkit and h5py using conda:

    • conda install -y -q -c conda-forge rdkit h5py

    • Note that rdkit is optional for Python 3.7 and later.

Package installation

Finally install the package:

  • Install QMFlows using pip: - pip install qmflows

Now you are ready to use qmflows.

Notes:

  • Once the libraries and the virtual environment are installed, you only need to type conda activate qmflows each time that you want to use the software.

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

qmflows-0.11.1.tar.gz (80.4 kB view details)

Uploaded Source

Built Distribution

qmflows-0.11.1-py3-none-any.whl (81.7 kB view details)

Uploaded Python 3

File details

Details for the file qmflows-0.11.1.tar.gz.

File metadata

  • Download URL: qmflows-0.11.1.tar.gz
  • Upload date:
  • Size: 80.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for qmflows-0.11.1.tar.gz
Algorithm Hash digest
SHA256 9ed97a756763148da23b5de45dfefa79402932a47776292149aa12c544b69889
MD5 f78b6d09e24c5c1c8da0cd66ff278bd0
BLAKE2b-256 c5b7ab16c4e85e58aa6ac67f3676e6ccf3013a0fd327ff3140f456545c299f0f

See more details on using hashes here.

File details

Details for the file qmflows-0.11.1-py3-none-any.whl.

File metadata

  • Download URL: qmflows-0.11.1-py3-none-any.whl
  • Upload date:
  • Size: 81.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for qmflows-0.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4c027609b95baa33caa8e129997ad30bfca140e71552215267c04892199d1209
MD5 6c027e65d0cad4050b7b8057052df137
BLAKE2b-256 5952e15a9bde9eecc3e8305f704feffb4ed0c57f32b542b4e15ebd4c95a8c7b6

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