potentials


Namepotentials JSON
Version 0.3.7 PyPI version JSON
download
home_pagehttps://github.com/usnistgov/potentials
SummaryAPI database tools for accessing the NIST Interatomic Potentials Repository: explore and download interatomic potentials and computed properties.
upload_time2023-07-27 17:47:16
maintainer
docs_urlNone
authorLucas Hale
requires_python
license
keywords atom atomic atomistic molecular dynamics interatomic potential force field
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
potentials
==========

Introduction
------------

The potentials package provides a Python-based interface to the content hosted
on the `NIST Interatomic Potentials Repository`_. The package directly
interacts with the underlying database hosted at `https://potentials.nist.gov/`_
allowing for the metadata for all hosted interatomic potentials to be searched
and explored.

This package is integrated into `atomman`_ and `iprPy`_, which both extend the
database interactions provided here.  For example, atomman adds the ability to
interact with atomic structure records in the NIST database, and iprPy further
adds the ability to interact with property calculation results.  See the
documentation for those packages if you are interested in exploring more than
just interatomic potential information.

Installation
------------

The potentials package can easily be installed using pip or conda-forge

    pip install potentials

or 
    conda install -c conda-forge potentials

Documentation
-------------

The documentation for the potentials package consists of Jupyter Notebooks
contained in the doc directory.  These describe the different components
of the package and provide working examples.

Basic Search Tools
``````````````````

- `0. Search Potential Entries.ipynb`_ |colab1| provides a user-friendly interface
  for searching and exploring the known interatomic potentials.

- `0. Search LAMMPS Potentials.ipynb`_ |colab2| provides a user-friendly interface
  for searching and exploring the known LAMMPS interatomic potentials.
  Parameter files can be downloaded, and the associated LAMMPS command lines
  shown.

In-depth Documentation
``````````````````````

More in-depth documentation can be found in the doc subfolder.  The Notebooks
located there provide information as to the design of the potentials package,
how to change default settings, and options that are specific to the supported
record styles.

Scripts
```````

The scripts subfolder contains additional Notebooks that relate to managing
the NIST database using the potentials package.  These are provided as examples
of using the potentials package for various tasks to help more advanced users
get started.  WARNING: The Notebooks in scripts are working documents and are not
guaranteed to have 100% current code or data, and may have poor descriptions.   


.. _NIST Interatomic Potentials Repository: https://www.ctcms.nist.gov/potentials/
.. _https://potentials.nist.gov/: https://potentials.nist.gov/

.. _atomman: https://www.ctcms.nist.gov/potentials/atomman/
.. _iprPy: https://www.ctcms.nist.gov/potentials/iprPy/

.. _0. Search Potential Entries.ipynb: https://colab.research.google.com/github/usnistgov/potentials/blob/master/doc/0.%20Search%20Potential%20Entries.ipynb
.. |colab1| image:: https://colab.research.google.com/assets/colab-badge.svg
 #
 :alt: colab logo
 :target: https://colab.research.google.com/github/usnistgov/potentials/blob/master/0.%20Search%20Potential%20Entries.ipynb

.. _0. Search LAMMPS Potentials.ipynb: https://colab.research.google.com/github/usnistgov/potentials/blob/master/doc/0.%20Search%20LAMMPS%20Potentials.ipynb
.. |colab2| image:: https://colab.research.google.com/assets/colab-badge.svg
 #
 :alt: colab logo
 :target: https://colab.research.google.com/github/usnistgov/potentials/blob/master/0.%20Search%20LAMMPS%20Potentials.ipynb

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/usnistgov/potentials",
    "name": "potentials",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "atom,atomic,atomistic,molecular dynamics,interatomic potential,force field",
    "author": "Lucas Hale",
    "author_email": "lucas.hale@nist.gov",
    "download_url": "https://files.pythonhosted.org/packages/f4/aa/1b91d65fb34889337749465750681c767f5607ef85941ec2eeca29c2565a/potentials-0.3.7.tar.gz",
    "platform": null,
    "description": "==========\r\npotentials\r\n==========\r\n\r\nIntroduction\r\n------------\r\n\r\nThe potentials package provides a Python-based interface to the content hosted\r\non the `NIST Interatomic Potentials Repository`_. The package directly\r\ninteracts with the underlying database hosted at `https://potentials.nist.gov/`_\r\nallowing for the metadata for all hosted interatomic potentials to be searched\r\nand explored.\r\n\r\nThis package is integrated into `atomman`_ and `iprPy`_, which both extend the\r\ndatabase interactions provided here.  For example, atomman adds the ability to\r\ninteract with atomic structure records in the NIST database, and iprPy further\r\nadds the ability to interact with property calculation results.  See the\r\ndocumentation for those packages if you are interested in exploring more than\r\njust interatomic potential information.\r\n\r\nInstallation\r\n------------\r\n\r\nThe potentials package can easily be installed using pip or conda-forge\r\n\r\n    pip install potentials\r\n\r\nor \r\n    conda install -c conda-forge potentials\r\n\r\nDocumentation\r\n-------------\r\n\r\nThe documentation for the potentials package consists of Jupyter Notebooks\r\ncontained in the doc directory.  These describe the different components\r\nof the package and provide working examples.\r\n\r\nBasic Search Tools\r\n``````````````````\r\n\r\n- `0. Search Potential Entries.ipynb`_ |colab1| provides a user-friendly interface\r\n  for searching and exploring the known interatomic potentials.\r\n\r\n- `0. Search LAMMPS Potentials.ipynb`_ |colab2| provides a user-friendly interface\r\n  for searching and exploring the known LAMMPS interatomic potentials.\r\n  Parameter files can be downloaded, and the associated LAMMPS command lines\r\n  shown.\r\n\r\nIn-depth Documentation\r\n``````````````````````\r\n\r\nMore in-depth documentation can be found in the doc subfolder.  The Notebooks\r\nlocated there provide information as to the design of the potentials package,\r\nhow to change default settings, and options that are specific to the supported\r\nrecord styles.\r\n\r\nScripts\r\n```````\r\n\r\nThe scripts subfolder contains additional Notebooks that relate to managing\r\nthe NIST database using the potentials package.  These are provided as examples\r\nof using the potentials package for various tasks to help more advanced users\r\nget started.  WARNING: The Notebooks in scripts are working documents and are not\r\nguaranteed to have 100% current code or data, and may have poor descriptions.   \r\n\r\n\r\n.. _NIST Interatomic Potentials Repository: https://www.ctcms.nist.gov/potentials/\r\n.. _https://potentials.nist.gov/: https://potentials.nist.gov/\r\n\r\n.. _atomman: https://www.ctcms.nist.gov/potentials/atomman/\r\n.. _iprPy: https://www.ctcms.nist.gov/potentials/iprPy/\r\n\r\n.. _0. Search Potential Entries.ipynb: https://colab.research.google.com/github/usnistgov/potentials/blob/master/doc/0.%20Search%20Potential%20Entries.ipynb\r\n.. |colab1| image:: https://colab.research.google.com/assets/colab-badge.svg\r\n #\r\n :alt: colab logo\r\n :target: https://colab.research.google.com/github/usnistgov/potentials/blob/master/0.%20Search%20Potential%20Entries.ipynb\r\n\r\n.. _0. Search LAMMPS Potentials.ipynb: https://colab.research.google.com/github/usnistgov/potentials/blob/master/doc/0.%20Search%20LAMMPS%20Potentials.ipynb\r\n.. |colab2| image:: https://colab.research.google.com/assets/colab-badge.svg\r\n #\r\n :alt: colab logo\r\n :target: https://colab.research.google.com/github/usnistgov/potentials/blob/master/0.%20Search%20LAMMPS%20Potentials.ipynb\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "API database tools for accessing the NIST Interatomic Potentials Repository: explore and download interatomic potentials and computed properties.",
    "version": "0.3.7",
    "project_urls": {
        "Homepage": "https://github.com/usnistgov/potentials"
    },
    "split_keywords": [
        "atom",
        "atomic",
        "atomistic",
        "molecular dynamics",
        "interatomic potential",
        "force field"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0611dfc4046ff5dc19e837c1fb2cb475e9cea6be4b4fb4a8e8302f7e20ea92da",
                "md5": "3f09210b069432967fb1364880c1ca24",
                "sha256": "9bdee5d82d588eac8db71b7b9d88b47bc73349cb62c3aef73c2e7f9d20d6bdc6"
            },
            "downloads": -1,
            "filename": "potentials-0.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f09210b069432967fb1364880c1ca24",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 240117,
            "upload_time": "2023-07-27T17:47:15",
            "upload_time_iso_8601": "2023-07-27T17:47:15.257110Z",
            "url": "https://files.pythonhosted.org/packages/06/11/dfc4046ff5dc19e837c1fb2cb475e9cea6be4b4fb4a8e8302f7e20ea92da/potentials-0.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4aa1b91d65fb34889337749465750681c767f5607ef85941ec2eeca29c2565a",
                "md5": "b7c0052a11d8792bbd6c845bea2fbe94",
                "sha256": "be4acd5517fd9ed612a5ff275e60261a373eb10e22165962b181ddf6cfae42fd"
            },
            "downloads": -1,
            "filename": "potentials-0.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b7c0052a11d8792bbd6c845bea2fbe94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 186643,
            "upload_time": "2023-07-27T17:47:16",
            "upload_time_iso_8601": "2023-07-27T17:47:16.792531Z",
            "url": "https://files.pythonhosted.org/packages/f4/aa/1b91d65fb34889337749465750681c767f5607ef85941ec2eeca29c2565a/potentials-0.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 17:47:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "usnistgov",
    "github_project": "potentials",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "potentials"
}
        
Elapsed time: 0.11634s