lammps-step


Namelammps-step JSON
Version 2024.3.22 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/lammps_step
SummaryA SEAMM plug-in for LAMMPS, a forcefield-based molecular dynamics code.
upload_time2024-03-22 19:33:00
maintainerNone
docs_urlNone
authorMolSSI @ Virginia Tech
requires_pythonNone
licenseBSD-3-Clause
keywords seamm plug-in flowchart forcefield eam openkim molecular dynamics atomistic md
VCS
bugtrack_url
requirements molsystem numpy pandas Pmw scipy pymbar seamm seamm-exec seamm-ff-util statsmodels tabulate
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/lammps_step
   :target: https://github.com/molssi-seamm/lammps_step/pulls
   :alt: GitHub pull requests

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

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

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

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

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

====================
SEAMM LAMMPS Plug-in
====================

A SEAMM plug-in for LAMMPS, a forcefield-based molecular dynamics code.

This plug-in provides a graphical user interface (GUI) for setting up
complex simulations using LAMMPS. It uses a sub-flowchart that
provides steps such as constant pressure and temperature (NPT)
dynamics which give access to the functionality in LAMMPS in a more
consistent and understandable way than the inscrutable fixes that
LAMMPS uses.

These sub-flowcharts mirror the main flowchart in form and function
and can use the same variables such as temperature and pressure that
are accessible anywhere in the flowcharts. This allows "programming" a
LAMMPS workflow in the same familiar way that SEAMM uses to represent
the overall workflow.

* Free software: BSD license
* Documentation: https://molssi-seamm.github.io/lammps_step/index.html
* Code: https://github.com/molssi-seamm/lammps_step


Features
--------

* Use of any forcefield supported by the forcefield plug-in:

  - PCFF
  - OpenKIM: EAM, MEAM, LJ, ReaxFF

* Molecular statics: minimization
* Molecular dynamics: NVE, NVT, and NPT with any of the approaches
  supported in LAMMPS
* Automatic statistical analysis of averages from MD

  - Detection of equilibration
  - Mean and standard error of the mean for the sampling after
    equilibration
  - Autocorrelation function and time
  - Statistical inefficiency
  - Plotting of results in the Dashboard

* Using property values to drive MD. Rather than running MD for a
  length of time, automatically run long enough to determine a set of
  properties within given error bars.

Acknowledgements
----------------

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 ACI-1547580

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


=======
History
=======
2024.3.22 -- Corrected issue with e.g. heat flux calculations
   * Corrected an issue running LAMMPS via Python, intorduced in the new scheme for
     executing. It ignored parallelism.
     
2024.3.21 -- Switched to new installation scheme
   * Fully support ~/SEAMM/lammps.ini
   * Updated to new installer
   * Support for Conda and Docker installation.
     
2024.1.18 -- Restructured to support running in containers.

2023.11.7 -- Bugfix: properties that are constant
   * A property, such as the total energy, can be a constant over an MD run due to
     precision of the trajectory. This caused errors because the autocorrelation
     function is not defined. These cases are now detected and the ACF not calculated
     for them.
     
2023.11.6 -- Bugfix in thermal conductivity
   * Due to change in input file name.

2023.9.6 -- Corrected issues with final coordinates; added velocities
   * There was a problem with getting the final coordinates from a dump file. 
   * Added saving and reusing velocities so now a second LAMMPS step will by default use
     the velocities from the previous step, which is what you would expect.

2023.8.31 -- Bugfix: not reading structure correctly after dynamics

2023.8.27 -- Added support for tabulated angle potentials.
   * Support for the CL&P-OPLSAA potential for octahedral PF6-
     
2023.8.21 -- Bugfix: x-axes length on graphics incorrect
   * The size of the x-axes of the trajectory graphs were wrong, often much too large,
     compressing the actual data near the beginning of the graph.
   * Fixed an issue with systems with no non-bonds.

2023.6.17 -- Bugfix: more centroid/stress/atom issues
   * Avoided using centroid/stress/atom for heat flux in standard NVE, NVT, ... dynamics
     with Class 2 forcefield.
   * Added option to not use centroid/stress/atom for any forcefield.
2023.6.16 -- Heat flux with PCFF
   * centroid/stress/atom does not work with Class 2 forcefields, so don't use for PCFF.
2023.5.29 -- Self diffusion and other improvements
   * Added trajectory panel to support diffusion, viscosity and simple thermal
     conductivity.
   * Added support for separate GPU versions of LAMMPS.
   * Added support for command-line arguments to LAMMPS, mainly used for accelerators.
   * Added support for using modules.

2023.4.24 -- Support for thermal conductivity
   * Internal changes to support thermal conductivity with its embedded flowchart.
   * Added the heat flux substep.
   * Now delete output and reference files when rerunning, so the output is clean.
   * Internal changes to support running LAMMPS from a Python driver.
   * Corrected units of properties returned from LAMMPS when e.g. metal units used.
   * Added support for Buckingham potentials
   * Fixed issues with and cleaned up the use of hybrid types for bonds, angles, ....
   * Fixed issues with the alignment of some of the widgets in the GUI.
     
2023.4.9 -- Hid the warning from pymbar
   * Importing pymbar timeseries writes a warning to the terminal about its proper
     usage. SEAMM already handles the warned case, so the message is simply confusing to
     users and hence this release hides it.
     
2023.4.6 -- Better forcefield handling.
   * Added correct molecule numbers for valence forcefields.
   * Correctly handle ReaxFF from OpenKim
   * Updated for some minor changes in OpenKim

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 internale dependencies and workflows for GitHub

2022.10.31 -- Bugfix: properties with commas
  Properties with commas in their name in data/properties.csv need to have quotes to
  protect the property name!

2022.10.27 -- Added properties
  * Added properties to be saved in the database.
  * Updated calls to `pymbar` because the names of methods were changed.
  * Add the missing references for `pymbar`

2021.2.11 (11 February 2021)
  * Updated the README file to give a better description.
  * Updated the short description in setup.py to work with the new installer.
  * Added keywords for better searchability.

2021.2.4.1 (4 February 2021)
  Internal patch to fix CI; no changes for users.

2021.2.4 (4 February 2021)
  Updated for compatibility with the new system classes in MolSystem
  2021.2.2 release.

2020.12.4 (4 December 2020)
  Internal: switching CI from TravisCI to GitHub Actions, and in the
  process moving documentation from ReadTheDocs to GitHub Pages where
  it is consolidated with the main SEAMM documentation.

2020.11.2 (2 November 2020)
  Updated to be compatible with the new command-line argument
  handling.

2020.10.13 (13 October 2020)
  Added capability to run MD until a set of user-selected properties
  are converged to requested accuracy.

2020.9.25 (25 September 2020)
  Updated to be compatible with the new system classes in MolSystem.

2020.8.2.1 (2 August 2020)
  Bugfix: Fixed problem with nonbonds and charges just introduced.

2020.8.2 (2 August 2020)
  Bugfix: Corrected the time units when using `metal` units with
  e.g. EAM potentials.

2020.8.1 (1 August 2020)
  Added support for OpenKIM potentials.

0.9.4 (29 May 2020)
  Cleaned up the output for the statistical analysis.

0.9.3 (29 May 2020)
  Fixed issue with settings for bins in LAMMPS for small nonperiodic
  systems with just a few atoms.

0.9.2 (25 May 2020)
  Switched to using PYMBAR for detecting covergence to equilibrium for
  MD runs. This is a more robust solution than the previous approach.

0.9.1 (24 May 2020)
  Support for rigid water models, such as TIP-3P.

0.9 (15 April 2020)
  Support for plots in the dashboard of properties from MD.
  Added option to produce local HTML for the above plots.

0.8.2 (2020-01-25)
  * No significant changes in functionality.
  * Incorporating changes to the SEAMM infrastructure, which simplify
    the code for plug-ins.
  * Updating the Travis CI to handle incompatible changes in Travis, and
    to use Conda environments in all steps.

0.7.1 (18 December 2019)
  Fixed problem with assigning charges to the system.

0.7.0 (17 December 2019)
  General clean-up of code and output.

0.6 (8 September 2019)
  * Switched to ConfigArgParse for handling command-line arguments.
  * Added the locations of LAMMPS executables to a configuration file
    for easier access.

0.5.2 (31 August 2019)
  Defined the correct requirements for installation.

0.5.1 (30 August 2019)
  Bugfix: corrected the name of the LAMMPS executable.
  
0.5.0 (30 August 2019)
  Added ability to use serial or parallel versions of LAMMPS based on
  an environment variable.

0.3.1 (27 August 2019)
  Added initial, fairly reasonable output.
  
0.2.1 (29 July 2019)
  First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/lammps_step",
    "name": "lammps-step",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SEAMM, plug-in, flowchart, forcefield, EAM, OpenKIM, molecular dynamics, atomistic, MD",
    "author": "MolSSI @ Virginia Tech",
    "author_email": "seamm@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/5e/ef/1389dd8ab040fbc0629dc6cbd2e250112ba4ed7cca8f203e97d6bf6f110c/lammps_step-2024.3.22.tar.gz",
    "platform": "Linux",
    "description": ".. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/lammps_step\n   :target: https://github.com/molssi-seamm/lammps_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/lammps_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/lammps_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/lammps_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/lammps_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/lammps_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/lammps_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/lammps_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/lammps_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/lammps_step.svg\n   :target: https://pypi.python.org/pypi/lammps_step\n   :alt: PyPi VERSION\n\n====================\nSEAMM LAMMPS Plug-in\n====================\n\nA SEAMM plug-in for LAMMPS, a forcefield-based molecular dynamics code.\n\nThis plug-in provides a graphical user interface (GUI) for setting up\ncomplex simulations using LAMMPS. It uses a sub-flowchart that\nprovides steps such as constant pressure and temperature (NPT)\ndynamics which give access to the functionality in LAMMPS in a more\nconsistent and understandable way than the inscrutable fixes that\nLAMMPS uses.\n\nThese sub-flowcharts mirror the main flowchart in form and function\nand can use the same variables such as temperature and pressure that\nare accessible anywhere in the flowcharts. This allows \"programming\" a\nLAMMPS workflow in the same familiar way that SEAMM uses to represent\nthe overall workflow.\n\n* Free software: BSD license\n* Documentation: https://molssi-seamm.github.io/lammps_step/index.html\n* Code: https://github.com/molssi-seamm/lammps_step\n\n\nFeatures\n--------\n\n* Use of any forcefield supported by the forcefield plug-in:\n\n  - PCFF\n  - OpenKIM: EAM, MEAM, LJ, ReaxFF\n\n* Molecular statics: minimization\n* Molecular dynamics: NVE, NVT, and NPT with any of the approaches\n  supported in LAMMPS\n* Automatic statistical analysis of averages from MD\n\n  - Detection of equilibration\n  - Mean and standard error of the mean for the sampling after\n    equilibration\n  - Autocorrelation function and time\n  - Statistical inefficiency\n  - Plotting of results in the Dashboard\n\n* Using property values to drive MD. Rather than running MD for a\n  length of time, automatically run long enough to determine a set of\n  properties within given error bars.\n\nAcknowledgements\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 ACI-1547580\n\n.. _MolSSI: https://www.molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n2024.3.22 -- Corrected issue with e.g. heat flux calculations\n   * Corrected an issue running LAMMPS via Python, intorduced in the new scheme for\n     executing. It ignored parallelism.\n     \n2024.3.21 -- Switched to new installation scheme\n   * Fully support ~/SEAMM/lammps.ini\n   * Updated to new installer\n   * Support for Conda and Docker installation.\n     \n2024.1.18 -- Restructured to support running in containers.\n\n2023.11.7 -- Bugfix: properties that are constant\n   * A property, such as the total energy, can be a constant over an MD run due to\n     precision of the trajectory. This caused errors because the autocorrelation\n     function is not defined. These cases are now detected and the ACF not calculated\n     for them.\n     \n2023.11.6 -- Bugfix in thermal conductivity\n   * Due to change in input file name.\n\n2023.9.6 -- Corrected issues with final coordinates; added velocities\n   * There was a problem with getting the final coordinates from a dump file. \n   * Added saving and reusing velocities so now a second LAMMPS step will by default use\n     the velocities from the previous step, which is what you would expect.\n\n2023.8.31 -- Bugfix: not reading structure correctly after dynamics\n\n2023.8.27 -- Added support for tabulated angle potentials.\n   * Support for the CL&P-OPLSAA potential for octahedral PF6-\n     \n2023.8.21 -- Bugfix: x-axes length on graphics incorrect\n   * The size of the x-axes of the trajectory graphs were wrong, often much too large,\n     compressing the actual data near the beginning of the graph.\n   * Fixed an issue with systems with no non-bonds.\n\n2023.6.17 -- Bugfix: more centroid/stress/atom issues\n   * Avoided using centroid/stress/atom for heat flux in standard NVE, NVT, ... dynamics\n     with Class 2 forcefield.\n   * Added option to not use centroid/stress/atom for any forcefield.\n2023.6.16 -- Heat flux with PCFF\n   * centroid/stress/atom does not work with Class 2 forcefields, so don't use for PCFF.\n2023.5.29 -- Self diffusion and other improvements\n   * Added trajectory panel to support diffusion, viscosity and simple thermal\n     conductivity.\n   * Added support for separate GPU versions of LAMMPS.\n   * Added support for command-line arguments to LAMMPS, mainly used for accelerators.\n   * Added support for using modules.\n\n2023.4.24 -- Support for thermal conductivity\n   * Internal changes to support thermal conductivity with its embedded flowchart.\n   * Added the heat flux substep.\n   * Now delete output and reference files when rerunning, so the output is clean.\n   * Internal changes to support running LAMMPS from a Python driver.\n   * Corrected units of properties returned from LAMMPS when e.g. metal units used.\n   * Added support for Buckingham potentials\n   * Fixed issues with and cleaned up the use of hybrid types for bonds, angles, ....\n   * Fixed issues with the alignment of some of the widgets in the GUI.\n     \n2023.4.9 -- Hid the warning from pymbar\n   * Importing pymbar timeseries writes a warning to the terminal about its proper\n     usage. SEAMM already handles the warned case, so the message is simply confusing to\n     users and hence this release hides it.\n     \n2023.4.6 -- Better forcefield handling.\n   * Added correct molecule numbers for valence forcefields.\n   * Correctly handle ReaxFF from OpenKim\n   * Updated for some minor changes in OpenKim\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 internale dependencies and workflows for GitHub\n\n2022.10.31 -- Bugfix: properties with commas\n  Properties with commas in their name in data/properties.csv need to have quotes to\n  protect the property name!\n\n2022.10.27 -- Added properties\n  * Added properties to be saved in the database.\n  * Updated calls to `pymbar` because the names of methods were changed.\n  * Add the missing references for `pymbar`\n\n2021.2.11 (11 February 2021)\n  * Updated the README file to give a better description.\n  * Updated the short description in setup.py to work with the new installer.\n  * Added keywords for better searchability.\n\n2021.2.4.1 (4 February 2021)\n  Internal patch to fix CI; no changes for users.\n\n2021.2.4 (4 February 2021)\n  Updated for compatibility with the new system classes in MolSystem\n  2021.2.2 release.\n\n2020.12.4 (4 December 2020)\n  Internal: switching CI from TravisCI to GitHub Actions, and in the\n  process moving documentation from ReadTheDocs to GitHub Pages where\n  it is consolidated with the main SEAMM documentation.\n\n2020.11.2 (2 November 2020)\n  Updated to be compatible with the new command-line argument\n  handling.\n\n2020.10.13 (13 October 2020)\n  Added capability to run MD until a set of user-selected properties\n  are converged to requested accuracy.\n\n2020.9.25 (25 September 2020)\n  Updated to be compatible with the new system classes in MolSystem.\n\n2020.8.2.1 (2 August 2020)\n  Bugfix: Fixed problem with nonbonds and charges just introduced.\n\n2020.8.2 (2 August 2020)\n  Bugfix: Corrected the time units when using `metal` units with\n  e.g. EAM potentials.\n\n2020.8.1 (1 August 2020)\n  Added support for OpenKIM potentials.\n\n0.9.4 (29 May 2020)\n  Cleaned up the output for the statistical analysis.\n\n0.9.3 (29 May 2020)\n  Fixed issue with settings for bins in LAMMPS for small nonperiodic\n  systems with just a few atoms.\n\n0.9.2 (25 May 2020)\n  Switched to using PYMBAR for detecting covergence to equilibrium for\n  MD runs. This is a more robust solution than the previous approach.\n\n0.9.1 (24 May 2020)\n  Support for rigid water models, such as TIP-3P.\n\n0.9 (15 April 2020)\n  Support for plots in the dashboard of properties from MD.\n  Added option to produce local HTML for the above plots.\n\n0.8.2 (2020-01-25)\n  * No significant changes in functionality.\n  * Incorporating changes to the SEAMM infrastructure, which simplify\n    the code for plug-ins.\n  * Updating the Travis CI to handle incompatible changes in Travis, and\n    to use Conda environments in all steps.\n\n0.7.1 (18 December 2019)\n  Fixed problem with assigning charges to the system.\n\n0.7.0 (17 December 2019)\n  General clean-up of code and output.\n\n0.6 (8 September 2019)\n  * Switched to ConfigArgParse for handling command-line arguments.\n  * Added the locations of LAMMPS executables to a configuration file\n    for easier access.\n\n0.5.2 (31 August 2019)\n  Defined the correct requirements for installation.\n\n0.5.1 (30 August 2019)\n  Bugfix: corrected the name of the LAMMPS executable.\n  \n0.5.0 (30 August 2019)\n  Added ability to use serial or parallel versions of LAMMPS based on\n  an environment variable.\n\n0.3.1 (27 August 2019)\n  Added initial, fairly reasonable output.\n  \n0.2.1 (29 July 2019)\n  First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for LAMMPS, a forcefield-based molecular dynamics code.",
    "version": "2024.3.22",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/lammps_step"
    },
    "split_keywords": [
        "seamm",
        " plug-in",
        " flowchart",
        " forcefield",
        " eam",
        " openkim",
        " molecular dynamics",
        " atomistic",
        " md"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b44367f4cc8c14442a5f8632f2cb0d1857c44d327b41c4377b128485bdea2ed",
                "md5": "548cdb3e9d99cc3de9db91594e5e537c",
                "sha256": "b2669ca8b7ab03cd0464e774742202a4abf715445dd5ca431965e63d1979ad7d"
            },
            "downloads": -1,
            "filename": "lammps_step-2024.3.22-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "548cdb3e9d99cc3de9db91594e5e537c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 100833,
            "upload_time": "2024-03-22T19:32:57",
            "upload_time_iso_8601": "2024-03-22T19:32:57.917809Z",
            "url": "https://files.pythonhosted.org/packages/8b/44/367f4cc8c14442a5f8632f2cb0d1857c44d327b41c4377b128485bdea2ed/lammps_step-2024.3.22-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eef1389dd8ab040fbc0629dc6cbd2e250112ba4ed7cca8f203e97d6bf6f110c",
                "md5": "46e45d271203c3302cd726408f6bb2e3",
                "sha256": "716258a2a88395d27991448497ef63da18611c893ee522c131aa5ff5f64e4634"
            },
            "downloads": -1,
            "filename": "lammps_step-2024.3.22.tar.gz",
            "has_sig": false,
            "md5_digest": "46e45d271203c3302cd726408f6bb2e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4067127,
            "upload_time": "2024-03-22T19:33:00",
            "upload_time_iso_8601": "2024-03-22T19:33:00.480909Z",
            "url": "https://files.pythonhosted.org/packages/5e/ef/1389dd8ab040fbc0629dc6cbd2e250112ba4ed7cca8f203e97d6bf6f110c/lammps_step-2024.3.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 19:33:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "lammps_step",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "molsystem",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "Pmw",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "pymbar",
            "specs": [
                [
                    ">=",
                    "4.0"
                ]
            ]
        },
        {
            "name": "seamm",
            "specs": []
        },
        {
            "name": "seamm-exec",
            "specs": []
        },
        {
            "name": "seamm-ff-util",
            "specs": []
        },
        {
            "name": "statsmodels",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "lammps-step"
}
        
Elapsed time: 0.25272s