qmflows

This library tackles the construction and efficient execution of computational chemistry workflows

https://github.com/scm-nv/qmflows

Science Score: 77.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 16 committers (12.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.8%) to scientific vocabulary

Keywords

automation bioinformatics chemistry materials python-3 quantum-mechanics science scientific-workflows

Keywords from Contributors

quantum-chemistry nanomaterials physics interactive tensor molecular-mechanics forcefield-parameterization forcefield insilico web-service
Last synced: 6 months ago · JSON representation ·

Repository

This library tackles the construction and efficient execution of computational chemistry workflows

Basic Info
  • Host: GitHub
  • Owner: SCM-NV
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 34 MB
Statistics
  • Stars: 49
  • Watchers: 8
  • Forks: 9
  • Open Issues: 4
  • Releases: 15
Topics
automation bioinformatics chemistry materials python-3 quantum-mechanics science scientific-workflows
Created over 9 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.rst

.. image:: https://github.com/SCM-NV/qmflows/workflows/Tests/badge.svg
   :target: https://github.com/SCM-NV/qmflows/actions
.. image:: https://codecov.io/gh/SCM-NV/qmflows/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/SCM-NV/qmflows
.. image:: https://readthedocs.org/projects/qmflows/badge/?version=latest
   :target: https://qmflows.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3274284.svg
   :target: https://doi.org/10.5281/zenodo.3274284
.. image:: https://badge.fury.io/py/qmflows.svg
   :target: https://badge.fury.io/py/qmflows
.. image:: 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``.


.. _dependecies:

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.

.. _installation:

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.


.. _documentation: https://qmflows.readthedocs.io/en/latest/
.. _miniconda: https://docs.conda.io/en/latest/miniconda.html
.. _anaconda: https://www.anaconda.com/distribution/#download-section
.. _installConda: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
.. _Noodles: http://nlesc.github.io/noodles/
.. _h5py: http://www.h5py.org/
.. _here: https://www.python.org/downloads/
.. _rdkit: http://www.rdkit.org
.. _jupyter-notebook: http://jupyter.org/
.. _tutorial-qmflows: https://github.com/SCM-NV/qmflows/tree/master/jupyterNotebooks
.. _examples: https://github.com/SCM-NV/qmflows/tree/master/src/qmflows/examples
.. _PLAMS: https://github.com/SCM-NV/PLAMS

Owner

  • Name: SCM - Software for Chemistry and Materials
  • Login: SCM-NV
  • Kind: organization
  • Email: info@scm.com
  • Location: Amsterdam

Citation (CITATION.cff)

# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: QMflows
abstract: QMflows library tackles the construction and efficient execution of computational chemistry workflows.
doi: 10.5281/zenodo.1045523
authors:
- given-names: Felipe
  family-names: Zapata
  orcid:  "https://orcid.org/0000-0001-8286-677X"
- given-names: Lars
  family-names: Ridder
  orcid: "https://orcid.org/0000-0002-7635-9533"
- given-names: Johan
  family-names: Hidding
- given-names: Bas
  family-names: van Beek
  orcid: "https://orcid.org/0000-0003-2463-6559"

keywords:
 - computational-chemistry
 - materials-science
 - python
 - Workflows
version: '1.0.0'
date-released: 2023-10-06  # YYYY-MM-DD
repository-code: https://github.com/SCM-NV/qmflows
license: "LGPL-3.0"

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 1,553
  • Total Committers: 16
  • Avg Commits per committer: 97.063
  • Development Distribution Score (DDS): 0.583
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
felipe zapata t****l@g****m 648
Bas van Beek b****k@v****l 469
Lars Ridder l****r@e****l 157
Bas van Beek 4****3 156
Bas Vanbeek b****k@h****m 90
Felipe Zapata f****0@i****l 6
Felipe Zapata f****0@i****l 5
Satesh Gangarapu s****0@M****l 5
Johan Hidding j****g@e****l 4
Sergio Lopez Lopez l****z@s****m 3
scmtestadf v****t@s****m 3
Felipe f****e@b****r 2
Michal Handzlik h****k@s****m 2
Johan Hidding j****g@g****m 1
Lars Ridder r****l@i****l 1
dependabot[bot] 4****] 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 18
  • Total pull requests: 90
  • Average time to close issues: 3 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.94
  • Average comments per pull request: 1.3
  • Merged pull requests: 85
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • felipeZ (11)
  • BvB93 (6)
  • houzf (1)
Pull Request Authors
  • BvB93 (76)
  • felipeZ (10)
  • dependabot[bot] (7)
Top Labels
Issue Labels
Tests (7) enhancement (7) bug (1) Documentation (1) help wanted (1)
Pull Request Labels
enhancement (21) Tests (14) bug (9) dependencies (7) Documentation (4) maintenance (3)

Packages

  • Total packages: 3
  • Total downloads:
    • pypi 3,105 last-month
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 7
    (may contain duplicates)
  • Total versions: 19
  • Total maintainers: 1
proxy.golang.org: github.com/scm-nv/qmflows
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago
proxy.golang.org: github.com/SCM-NV/qmflows
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 6 months ago
pypi.org: qmflows

Automation of computations in quantum chemistry.

  • Homepage: https://github.com/SCM-NV/qmflows
  • Documentation: https://qmflows.readthedocs.io/en/latest/
  • License: QMFlows is an Open Source project supported by the VU University Amsterdam, the Netherlands eScience Center (NLeSC) and Software for Chemistry & Materials BV (SCM, and previously known as Scientific Computing & Modelling NV). The terms of the [LGPL-3.0 license]* apply. As an exception to the LGPL-3.0 license, you agree to grant SCM a [BSD 3-Clause license]** to the contributions you commit on this Github or provide to SCM in another manner. \* https://opensource.org/licenses/LGPL-3.0 ** https://opensource.org/licenses/BSD-3-Clause [LGPL-3.0 license]: https://opensource.org/licenses/LGPL-3.0 "LGPL-3.0 license" [BSD 3-Clause license]: https://opensource.org/licenses/BSD-3-Clause "BSD 3-Clause license"
  • Latest release: 1.0.0
    published over 2 years ago
  • Versions: 9
  • Dependent Packages: 2
  • Dependent Repositories: 7
  • Downloads: 3,105 Last month
Rankings
Dependent repos count: 5.6%
Downloads: 7.0%
Dependent packages count: 7.3%
Average: 8.4%
Stargazers count: 9.9%
Forks count: 12.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/pypi.yml actions
  • AButler/upload-release-assets v2.0.2 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/pythonapp.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
pyproject.toml pypi
  • filelock *
  • h5py *
  • more-itertools *
  • noodles >=0.3.3
  • numpy >=1.21
  • packaging >=1.16.8
  • pandas *
  • plams ==1.5.1
  • pyparsing !=3.0.0,<3.1.0
  • pyyaml >=5.1