energy-scan-step


Nameenergy-scan-step JSON
Version 2024.5.23 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/energy_scan_step
SummaryA SEAMM plug-in for calculating energy profiles along coordinates
upload_time2024-05-23 18:23:21
maintainerNone
docs_urlNone
authorPaul Saxe
requires_pythonNone
licenseBSD-3-Clause
keywords seamm seammplugin flowchart
VCS
bugtrack_url
requirements geometric numpy rdkit read-structure-step seamm seamm-util seamm-widgets tabulate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================
SEAMM Energy Scan Plug-in
=========================

.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/energy_scan_step
   :target: https://github.com/molssi-seamm/energy_scan_step/pulls
   :alt: GitHub pull requests

.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/CI/badge.svg
   :target: https://github.com/molssi-seamm/energy_scan_step/actions
   :alt: Build Status

.. image:: https://codecov.io/gh/molssi-seamm/energy_scan_step/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/molssi-seamm/energy_scan_step
   :alt: Code Coverage

.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/CodeQL/badge.svg
   :target: https://github.com/molssi-seamm/energy_scan_step/security/code-scanning
   :alt: Code Quality

.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/Release/badge.svg
   :target: https://molssi-seamm.github.io/energy_scan_step/index.html
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/energy_scan_step.svg
   :target: https://pypi.python.org/pypi/energy_scan_step
   :alt: PyPi VERSION

A SEAMM plug-in for calculating energy profiles along coordinates

* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/energy_scan_step/index.html
* Code: https://github.com/molssi-seamm/energy_scan_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.5.23 -- Initial working version
   * Can handle scans, freezing coordinates. Is not optimized yet.
   * Produces a graph of 1- and 2-D scans
   * Creates an SDF file with the optmized points along scans, which can be viewed in
     the Dashboard.

2024.4.3 (2024-04-03)
---------------------

* Plug-in created using the SEAMM plug-in cookiecutter.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/energy_scan_step",
    "name": "energy-scan-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/88/73/7b10918c485394db1a8fdd835c47fe16fb9cabbd4952c0208d3777a9c7dd/energy_scan_step-2024.5.23.tar.gz",
    "platform": "Linux",
    "description": "=========================\nSEAMM Energy Scan Plug-in\n=========================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/energy_scan_step\n   :target: https://github.com/molssi-seamm/energy_scan_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/energy_scan_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/energy_scan_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/energy_scan_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/energy_scan_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/energy_scan_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/energy_scan_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/energy_scan_step.svg\n   :target: https://pypi.python.org/pypi/energy_scan_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in for calculating energy profiles along coordinates\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/energy_scan_step/index.html\n* Code: https://github.com/molssi-seamm/energy_scan_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.5.23 -- Initial working version\n   * Can handle scans, freezing coordinates. Is not optimized yet.\n   * Produces a graph of 1- and 2-D scans\n   * Creates an SDF file with the optmized points along scans, which can be viewed in\n     the Dashboard.\n\n2024.4.3 (2024-04-03)\n---------------------\n\n* Plug-in created using the SEAMM plug-in cookiecutter.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for calculating energy profiles along coordinates",
    "version": "2024.5.23",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/energy_scan_step"
    },
    "split_keywords": [
        "seamm",
        " seammplugin",
        " flowchart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9721e5d4d1497e5d82e7f744b908417a5a23a32a1e940abd81c260c9be77f45",
                "md5": "9d05152c206c04b550b5a6ca98e6c581",
                "sha256": "d1d7fb7225d35aab7a89c68953d7eed47a57b69738e233f937dd3f153500032e"
            },
            "downloads": -1,
            "filename": "energy_scan_step-2024.5.23-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d05152c206c04b550b5a6ca98e6c581",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 27046,
            "upload_time": "2024-05-23T18:23:19",
            "upload_time_iso_8601": "2024-05-23T18:23:19.457128Z",
            "url": "https://files.pythonhosted.org/packages/f9/72/1e5d4d1497e5d82e7f744b908417a5a23a32a1e940abd81c260c9be77f45/energy_scan_step-2024.5.23-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88737b10918c485394db1a8fdd835c47fe16fb9cabbd4952c0208d3777a9c7dd",
                "md5": "81b5a9c4d2be3c78f4b66635b55b3c6a",
                "sha256": "fe9ef10e35f7da70f61ecb4245591ffeb73610f92253fb2cde24d68305594813"
            },
            "downloads": -1,
            "filename": "energy_scan_step-2024.5.23.tar.gz",
            "has_sig": false,
            "md5_digest": "81b5a9c4d2be3c78f4b66635b55b3c6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 315395,
            "upload_time": "2024-05-23T18:23:21",
            "upload_time_iso_8601": "2024-05-23T18:23:21.475469Z",
            "url": "https://files.pythonhosted.org/packages/88/73/7b10918c485394db1a8fdd835c47fe16fb9cabbd4952c0208d3777a9c7dd/energy_scan_step-2024.5.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 18:23:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "energy_scan_step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "geometric",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "rdkit",
            "specs": []
        },
        {
            "name": "read-structure-step",
            "specs": []
        },
        {
            "name": "seamm",
            "specs": []
        },
        {
            "name": "seamm-util",
            "specs": []
        },
        {
            "name": "seamm-widgets",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        }
    ],
    "lcname": "energy-scan-step"
}
        
Elapsed time: 1.48831s