seamm-ff-util


Nameseamm-ff-util JSON
Version 2023.8.27 PyPI version JSON
download
home_pagehttps://github.com/molssi-seam/seamm_ff_util
Summaryseamm_ff_util
upload_time2023-08-27 19:32:16
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm_ff_util
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
SEAMM Forcefield Utilities
==========================

.. image:: https://img.shields.io/travis/molssi-seamm/seamm_ff_util.svg
   :target: https://travis-ci.org/molssi-seamm/seamm_ff_util
   :alt: Build Status

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

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

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

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

The SEAMM Forcefield Utilities read and write forcefields, assigns them to molecules, and creates energy expressions.


* Free software: BSD license
* Documentation: https://seamm_ff_util.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `molssi-seamm/cookiecutter-seamm-plugin`_ project template.

.. _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 OAC-1547580 and CHE-2136142.

.. _MolSSI: https://www.molssi.org
.. _`National Science Foundation`: https://www.nsf.gov


=======
History
=======

2023.8.27 -- Added support for tabulated angle potentials

2023.4.6 -- Added support for Buckingham potentials
   * Also improved unit handling across all terms in forcefields.
     
2023.3.5 -- Added molecule numbers for LAMMPS input
   * Added the molecule number for each atom for when using LAMMPS
     
2023.2.6 -- Added handling of OPLS-AA forcefield
   * Added handling of the OPLS-AA forcefield
   * Moved documentation to new MolSSI theme and diátaxis layout
   * Cleaned up internal dependencies and workflows for GitHub

2022.5.29 -- Fixed bug typing larger systems
   * Fixed bug with atom typing due to limit in matches. by @paulsaxe in #59

2022.2.3 -- Fixed bug due to changing ordering of atoms.
   * Fixed bug with atom type assignment due to changed order of atoms. In the process,
     switch to using RDKit directly, which is both more direct and avoids the ordering
     problem.
     
0.1.0 -- (2017-12-05)
   * First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seam/seamm_ff_util",
    "name": "seamm-ff-util",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "seamm_ff_util",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/da/fd/bee3cdeafc3a09226567faac5dc097cf8e2519e629710dc3c616aaa599ea/seamm_ff_util-2023.8.27.tar.gz",
    "platform": "Linux",
    "description": "==========================\nSEAMM Forcefield Utilities\n==========================\n\n.. image:: https://img.shields.io/travis/molssi-seamm/seamm_ff_util.svg\n   :target: https://travis-ci.org/molssi-seamm/seamm_ff_util\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/seamm_ff_util/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/seamm_ff_util\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/seamm_ff_util/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/seamm_ff_util/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/seamm_ff_util/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/seamm_ff_util/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/seamm_ff_util.svg\n   :target: https://pypi.python.org/pypi/seamm_ff_util\n   :alt: PyPi VERSION\n\nThe SEAMM Forcefield Utilities read and write forcefields, assigns them to molecules, and creates energy expressions.\n\n\n* Free software: BSD license\n* Documentation: https://seamm_ff_util.readthedocs.io.\n\n\nFeatures\n--------\n\n* TODO\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `molssi-seamm/cookiecutter-seamm-plugin`_ project template.\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 OAC-1547580 and CHE-2136142.\n\n.. _MolSSI: https://www.molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n\n2023.8.27 -- Added support for tabulated angle potentials\n\n2023.4.6 -- Added support for Buckingham potentials\n   * Also improved unit handling across all terms in forcefields.\n     \n2023.3.5 -- Added molecule numbers for LAMMPS input\n   * Added the molecule number for each atom for when using LAMMPS\n     \n2023.2.6 -- Added handling of OPLS-AA forcefield\n   * Added handling of the OPLS-AA forcefield\n   * Moved documentation to new MolSSI theme and di\u00e1taxis layout\n   * Cleaned up internal dependencies and workflows for GitHub\n\n2022.5.29 -- Fixed bug typing larger systems\n   * Fixed bug with atom typing due to limit in matches. by @paulsaxe in #59\n\n2022.2.3 -- Fixed bug due to changing ordering of atoms.\n   * Fixed bug with atom type assignment due to changed order of atoms. In the process,\n     switch to using RDKit directly, which is both more direct and avoids the ordering\n     problem.\n     \n0.1.0 -- (2017-12-05)\n   * First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "seamm_ff_util",
    "version": "2023.8.27",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seam/seamm_ff_util"
    },
    "split_keywords": [
        "seamm_ff_util"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc7b212bf5195dec338a789f51e3474a8da17ec8f11151a91828492d225b3a0c",
                "md5": "57bb9d93dbb73cfbe83e51db55ceed54",
                "sha256": "0973f3c5fe14d9370ccf4b16d21cd4609f0693e4f5505fd5d73b46f1463d4fb1"
            },
            "downloads": -1,
            "filename": "seamm_ff_util-2023.8.27-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57bb9d93dbb73cfbe83e51db55ceed54",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 25453,
            "upload_time": "2023-08-27T19:32:14",
            "upload_time_iso_8601": "2023-08-27T19:32:14.979638Z",
            "url": "https://files.pythonhosted.org/packages/bc/7b/212bf5195dec338a789f51e3474a8da17ec8f11151a91828492d225b3a0c/seamm_ff_util-2023.8.27-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dafdbee3cdeafc3a09226567faac5dc097cf8e2519e629710dc3c616aaa599ea",
                "md5": "69ffa36002f4f26d793f84a2e4401e9c",
                "sha256": "579b84652cc295cbec621818dfb9429b260e50c868b59b07faffcaff8777c004"
            },
            "downloads": -1,
            "filename": "seamm_ff_util-2023.8.27.tar.gz",
            "has_sig": false,
            "md5_digest": "69ffa36002f4f26d793f84a2e4401e9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 314902,
            "upload_time": "2023-08-27T19:32:16",
            "upload_time_iso_8601": "2023-08-27T19:32:16.384255Z",
            "url": "https://files.pythonhosted.org/packages/da/fd/bee3cdeafc3a09226567faac5dc097cf8e2519e629710dc3c616aaa599ea/seamm_ff_util-2023.8.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-27 19:32:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seam",
    "github_project": "seamm_ff_util",
    "github_not_found": true,
    "lcname": "seamm-ff-util"
}
        
Elapsed time: 0.21697s