======================
SEAMM TorchANI Plug-in
======================
.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/torchani_step
:target: https://github.com/molssi-seamm/torchani_step/pulls
:alt: GitHub pull requests
.. image:: https://github.com/molssi-seamm/torchani_step/workflows/CI/badge.svg
:target: https://github.com/molssi-seamm/torchani_step/actions
:alt: Build Status
.. image:: https://codecov.io/gh/molssi-seamm/torchani_step/branch/master/graph/badge.svg
:target: https://codecov.io/gh/molssi-seamm/torchani_step
:alt: Code Coverage
.. image:: https://github.com/molssi-seamm/torchani_step/workflows/CodeQL/badge.svg
:target: https://github.com/molssi-seamm/torchani_step/security/code-scanning
:alt: Code Quality
.. image:: https://github.com/molssi-seamm/torchani_step/workflows/Release/badge.svg
:target: https://molssi-seamm.github.io/torchani_step/index.html
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/torchani_step.svg
:target: https://pypi.python.org/pypi/torchani_step
:alt: PyPi VERSION
A SEAMM plug-in for TorchANI
* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/torchani_step/index.html
* Code: https://github.com/molssi-seamm/torchani_step
Features
--------
* Please edit this section!
Acknowledgements
----------------
This package was created with the `molssi-seamm/cookiecutter-seamm-plugin`_ tool, which
is based on the excellent Cookiecutter_.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin
Developed by the Molecular Sciences Software Institute (MolSSI_),
which receives funding from the `National Science Foundation`_ under
award CHE-2136142.
.. _MolSSI: https://molssi.org
.. _`National Science Foundation`: https://www.nsf.gov
=======
History
=======
2024.10.15 -- Bugfix: error if used in a loop and previous directories deleted.
* The code crashed if called with a loop in the flowchart, and the last directory of
a previous loop iteration was deleted before running the next iteration.
2024.5.12.1 -- Fixed problem with commandline in Docker
* There was a problem in the commandline for running TorchANI in a Docker container.
2024.5.12 -- Added support for Docker and for Energy Scan
* Creating images for Docker automatically on release
* Added the energy and gradients for output to JSON for e.g. Energy Scan
2023.2.28 -- Initial version!
* Handles energy and optimization.
* ANI-1x, ANI-1ccx, and ANI-2x models
2023.1.17 (2023-01-17)
* Plug-in created using the SEAMM plug-in cookiecutter.
Raw data
{
"_id": null,
"home_page": "https://github.com/molssi-seamm/torchani_step",
"name": "torchani-step",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "SEAMM, SEAMMplugin, flowchart",
"author": "Paul Saxe",
"author_email": "psaxe@molssi.org",
"download_url": "https://files.pythonhosted.org/packages/58/21/5fdea6d48f62ccf6b2fe01476e3ae58f36a84a483130b31bb10e09c19339/torchani_step-2024.10.15.tar.gz",
"platform": "Linux",
"description": "======================\nSEAMM TorchANI Plug-in\n======================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/torchani_step\n :target: https://github.com/molssi-seamm/torchani_step/pulls\n :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/torchani_step/workflows/CI/badge.svg\n :target: https://github.com/molssi-seamm/torchani_step/actions\n :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/torchani_step/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/molssi-seamm/torchani_step\n :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/torchani_step/workflows/CodeQL/badge.svg\n :target: https://github.com/molssi-seamm/torchani_step/security/code-scanning\n :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/torchani_step/workflows/Release/badge.svg\n :target: https://molssi-seamm.github.io/torchani_step/index.html\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/torchani_step.svg\n :target: https://pypi.python.org/pypi/torchani_step\n :alt: PyPi VERSION\n\nA SEAMM plug-in for TorchANI\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/torchani_step/index.html\n* Code: https://github.com/molssi-seamm/torchani_step\n\nFeatures\n--------\n\n* Please edit this section!\n\nAcknowledgements\n----------------\n\nThis package was created with the `molssi-seamm/cookiecutter-seamm-plugin`_ tool, which\nis based on the excellent Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin\n\nDeveloped by the Molecular Sciences Software Institute (MolSSI_),\nwhich receives funding from the `National Science Foundation`_ under\naward CHE-2136142.\n\n.. _MolSSI: https://molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2024.10.15 -- Bugfix: error if used in a loop and previous directories deleted.\n * The code crashed if called with a loop in the flowchart, and the last directory of\n a previous loop iteration was deleted before running the next iteration.\n\n2024.5.12.1 -- Fixed problem with commandline in Docker\n * There was a problem in the commandline for running TorchANI in a Docker container.\n \n2024.5.12 -- Added support for Docker and for Energy Scan\n * Creating images for Docker automatically on release\n * Added the energy and gradients for output to JSON for e.g. Energy Scan\n \n2023.2.28 -- Initial version!\n * Handles energy and optimization.\n * ANI-1x, ANI-1ccx, and ANI-2x models\n \n2023.1.17 (2023-01-17)\n * Plug-in created using the SEAMM plug-in cookiecutter.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A SEAMM plug-in for TorchANI",
"version": "2024.10.15",
"project_urls": {
"Homepage": "https://github.com/molssi-seamm/torchani_step"
},
"split_keywords": [
"seamm",
" seammplugin",
" flowchart"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6b9bb55569bdba7cc34787d661a34282c7ce938e56285d75b0452cf1be7fe58d",
"md5": "7167fe670b59e2bb80fdcc00d7fbce80",
"sha256": "a89a0aa9dba8ef97545834552ac424117c4d1cb2e9a09bb32e76a476cce45ff0"
},
"downloads": -1,
"filename": "torchani_step-2024.10.15-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7167fe670b59e2bb80fdcc00d7fbce80",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 38596,
"upload_time": "2024-10-15T21:22:28",
"upload_time_iso_8601": "2024-10-15T21:22:28.805409Z",
"url": "https://files.pythonhosted.org/packages/6b/9b/b55569bdba7cc34787d661a34282c7ce938e56285d75b0452cf1be7fe58d/torchani_step-2024.10.15-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "58215fdea6d48f62ccf6b2fe01476e3ae58f36a84a483130b31bb10e09c19339",
"md5": "fda83efba4a44d400672a2ba897c8064",
"sha256": "7f2e13ab0227d2907d0b58ac0f6e37a85aee6fb9826f133854fd8e8a0620c64b"
},
"downloads": -1,
"filename": "torchani_step-2024.10.15.tar.gz",
"has_sig": false,
"md5_digest": "fda83efba4a44d400672a2ba897c8064",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 338674,
"upload_time": "2024-10-15T21:22:30",
"upload_time_iso_8601": "2024-10-15T21:22:30.270098Z",
"url": "https://files.pythonhosted.org/packages/58/21/5fdea6d48f62ccf6b2fe01476e3ae58f36a84a483130b31bb10e09c19339/torchani_step-2024.10.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 21:22:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "molssi-seamm",
"github_project": "torchani_step",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "torchani-step"
}