quickmin-step


Namequickmin-step JSON
Version 2023.11.15 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/quickmin_step
SummaryA SEAMM plug-in for simple, quick minimization
upload_time2023-11-15 15:36:26
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm seammplugin flowchart
VCS
bugtrack_url
requirements seamm seamm-util seamm-widgets
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
SEAMM QuickMin Plug-in
======================

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

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

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

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

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

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

A SEAMM plug-in for simple, quick minimization

* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/quickmin_step/index.html
* Code: https://github.com/molssi-seamm/quickmin_step

Features
--------

QuickMin provides quick, simple optimization of molecular structures using one of a
number of forcefields. It is intended for small systems, with no more than about 300
atoms. Beyond that size it will be rather slow, but more importantly larger systems
typically have many local minima, often close to each other energetically, so the
concept of the minimum structure is not very useful.

QuickMin uses OpenBabel_ for the minimization. There are currently five forcefields
available:

  #. GAFF_ -- the general AMBER force field
  #. MMFF94_ -- the Merck molecular force field
  #. MMFF94s_ -- the Merck molecular force field for energy minimization
  #. Ghemical_
  #. UFF_ -- Universal force field

The first four have parameters for organic and biomolecular systems, while UFF attempts
to cover the entire periodic table with reasonable accuracy. The more specialized
forcefields tend to be more accurate, roughly in the order listed (though the two MMFF94
are essentially similar). By default QuickMin will try each of the forcefields in the
order given until it finds one that can handle the given molecule. You can specify the
forcefield to use; however, if it does not have parameters for your molecule, QuickMin
will throw an error.

.. _OpenBabel: http://openbabel.org/wiki/Main_Page
.. _GAFF: https://ambermd.org/antechamber/gaff.html
.. _MMFF94: https://onlinelibrary.wiley.com/doi/10.1002/%28SICI%291096-987X%28199604%2917%3A5/6%3C490%3A%3AAID-JCC1%3E3.0.CO%3B2-P
.. _MMFF94s: https://onlinelibrary.wiley.com/doi/abs/10.1002/%28SICI%291096-987X%28199905%2920%3A7%3C720%3A%3AAID-JCC7%3E3.0.CO%3B2-X
.. _Ghemical: http://bioinformatics.org/ghemical/ghemical/index.html
.. _UFF: https://pubs.acs.org/doi/10.1021/ja00051a040

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
=======
2023.11.15 -- Bugfix: structure handling
    Error putting the coordinates into a newly created configuration.
    
2023.10.30 -- Enhanced structure handling.
    Switched to standard handling of structures, which adds ability to name with the
    IUPAC name, InCHI, and InChIKey in addition to previous methods.

2023.1.14 -- Changed documentation to new style and theme.
    Switched the documentation to the MolSSI theme and diátaxis layout, though more work
    is needed.
    
2022.11.7 -- Internal Release
    Switching from LGTM code analysis to GitHub Actions using CodeQL, since LGTM is
    shutting down!
    
2022.10.23 -- Properties added
    Added a single property, 'total energy#QuickMin#<forcefield>', to store the final
    energy in the database. Also added 'total energy' as a result for tables or
    variables.

2022.10.22 -- Documentation!
    Got the documentation into reasonable shape.

2022.10.20 -- Initial Release!
    Provides quick minimization for smaller molecules, using OpenBabel. Probably
    reasonable for some few hundred atoms. Supports the following forcefields:

       1. GAFF
       2. MMFF94 & MMFF94s (which is optimized for minimization)
       3. Ghemical
       4. UFF

    The default is the "best available" forcefield, which tries them in the order given
    above until it finds one that can handle the molecule. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/quickmin_step",
    "name": "quickmin-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,SEAMMplugin,flowchart",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/82/c8/acd3201d83aa4b0e30449caedc3c146fbca1c84031cc35707950d763b4ea/quickmin_step-2023.11.15.tar.gz",
    "platform": "Linux",
    "description": "======================\nSEAMM QuickMin Plug-in\n======================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/quickmin_step\n   :target: https://github.com/molssi-seamm/quickmin_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/quickmin_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/quickmin_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/quickmin_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/quickmin_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/quickmin_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/quickmin_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/quickmin_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/quickmin_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/quickmin_step.svg\n   :target: https://pypi.python.org/pypi/quickmin_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in for simple, quick minimization\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/quickmin_step/index.html\n* Code: https://github.com/molssi-seamm/quickmin_step\n\nFeatures\n--------\n\nQuickMin provides quick, simple optimization of molecular structures using one of a\nnumber of forcefields. It is intended for small systems, with no more than about 300\natoms. Beyond that size it will be rather slow, but more importantly larger systems\ntypically have many local minima, often close to each other energetically, so the\nconcept of the minimum structure is not very useful.\n\nQuickMin uses OpenBabel_ for the minimization. There are currently five forcefields\navailable:\n\n  #. GAFF_ -- the general AMBER force field\n  #. MMFF94_ -- the Merck molecular force field\n  #. MMFF94s_ -- the Merck molecular force field for energy minimization\n  #. Ghemical_\n  #. UFF_ -- Universal force field\n\nThe first four have parameters for organic and biomolecular systems, while UFF attempts\nto cover the entire periodic table with reasonable accuracy. The more specialized\nforcefields tend to be more accurate, roughly in the order listed (though the two MMFF94\nare essentially similar). By default QuickMin will try each of the forcefields in the\norder given until it finds one that can handle the given molecule. You can specify the\nforcefield to use; however, if it does not have parameters for your molecule, QuickMin\nwill throw an error.\n\n.. _OpenBabel: http://openbabel.org/wiki/Main_Page\n.. _GAFF: https://ambermd.org/antechamber/gaff.html\n.. _MMFF94: https://onlinelibrary.wiley.com/doi/10.1002/%28SICI%291096-987X%28199604%2917%3A5/6%3C490%3A%3AAID-JCC1%3E3.0.CO%3B2-P\n.. _MMFF94s: https://onlinelibrary.wiley.com/doi/abs/10.1002/%28SICI%291096-987X%28199905%2920%3A7%3C720%3A%3AAID-JCC7%3E3.0.CO%3B2-X\n.. _Ghemical: http://bioinformatics.org/ghemical/ghemical/index.html\n.. _UFF: https://pubs.acs.org/doi/10.1021/ja00051a040\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_), which receives funding\nfrom the `National Science Foundation`_ under award CHE-2136142.\n\n.. _MolSSI: https://molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2023.11.15 -- Bugfix: structure handling\n    Error putting the coordinates into a newly created configuration.\n    \n2023.10.30 -- Enhanced structure handling.\n    Switched to standard handling of structures, which adds ability to name with the\n    IUPAC name, InCHI, and InChIKey in addition to previous methods.\n\n2023.1.14 -- Changed documentation to new style and theme.\n    Switched the documentation to the MolSSI theme and di\u00e1taxis layout, though more work\n    is needed.\n    \n2022.11.7 -- Internal Release\n    Switching from LGTM code analysis to GitHub Actions using CodeQL, since LGTM is\n    shutting down!\n    \n2022.10.23 -- Properties added\n    Added a single property, 'total energy#QuickMin#<forcefield>', to store the final\n    energy in the database. Also added 'total energy' as a result for tables or\n    variables.\n\n2022.10.22 -- Documentation!\n    Got the documentation into reasonable shape.\n\n2022.10.20 -- Initial Release!\n    Provides quick minimization for smaller molecules, using OpenBabel. Probably\n    reasonable for some few hundred atoms. Supports the following forcefields:\n\n       1. GAFF\n       2. MMFF94 & MMFF94s (which is optimized for minimization)\n       3. Ghemical\n       4. UFF\n\n    The default is the \"best available\" forcefield, which tries them in the order given\n    above until it finds one that can handle the molecule. \n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for simple, quick minimization",
    "version": "2023.11.15",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/quickmin_step"
    },
    "split_keywords": [
        "seamm",
        "seammplugin",
        "flowchart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce7cf4b1765b7097bef43b92a5c86108cb6294918a53c4721a0d615ca4b31436",
                "md5": "691ac1a03d37b73221c9ac27f0730f01",
                "sha256": "fd4b3c62d57a7caa830061d4882949ee44abd4da6fd7c39489500de4a29e6b62"
            },
            "downloads": -1,
            "filename": "quickmin_step-2023.11.15-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "691ac1a03d37b73221c9ac27f0730f01",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20224,
            "upload_time": "2023-11-15T15:36:24",
            "upload_time_iso_8601": "2023-11-15T15:36:24.309355Z",
            "url": "https://files.pythonhosted.org/packages/ce/7c/f4b1765b7097bef43b92a5c86108cb6294918a53c4721a0d615ca4b31436/quickmin_step-2023.11.15-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82c8acd3201d83aa4b0e30449caedc3c146fbca1c84031cc35707950d763b4ea",
                "md5": "9b8e923f2c35dde175248d710732e5a5",
                "sha256": "81157ed9d5043310c9de8c087f55297bcd773ad85571e4965321de63852ed9e6"
            },
            "downloads": -1,
            "filename": "quickmin_step-2023.11.15.tar.gz",
            "has_sig": false,
            "md5_digest": "9b8e923f2c35dde175248d710732e5a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 310178,
            "upload_time": "2023-11-15T15:36:26",
            "upload_time_iso_8601": "2023-11-15T15:36:26.224885Z",
            "url": "https://files.pythonhosted.org/packages/82/c8/acd3201d83aa4b0e30449caedc3c146fbca1c84031cc35707950d763b4ea/quickmin_step-2023.11.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 15:36:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "quickmin_step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "seamm",
            "specs": []
        },
        {
            "name": "seamm-util",
            "specs": []
        },
        {
            "name": "seamm-widgets",
            "specs": []
        }
    ],
    "lcname": "quickmin-step"
}
        
Elapsed time: 0.14310s