thermal-conductivity-step


Namethermal-conductivity-step JSON
Version 2024.6.3 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/thermal_conductivity_step
SummaryA SEAMM plug-in for Thermal Conductivity
upload_time2024-06-03 16:45:38
maintainerNone
docs_urlNone
authorPaul Saxe
requires_pythonNone
licenseBSD-3-Clause
keywords seamm seammplugin flowchart
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
SEAMM Thermal Conductivity Plug-in
==================================

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

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

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

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

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

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

A SEAMM plug-in for Thermal Conductivity

* Free software: BSD-3-Clause
* Documentation: https://molssi-seamm.github.io/thermal_conductivity_step/index.html
* Code: https://github.com/molssi-seamm/thermal_conductivity_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.6.3 -- Bugfix: handling of options for subflowchart
    * Fixed a bug where the options for the subflowchart were not being parsed
      correctly.
      
2024.3.22 -- Updated for new scheme for running background tasks.

2024.1.5 -- Bugfix: Thermal conductivity
    * If the Helfand moments fit in the thermal conductivity step failed it stopped the
      entire job. This is fixed, as well as some of the underlying causes for
      convergence issues.
      
2023.5.29 -- Converged with general approach for trajectory analysis

2023.5.6 -- Bugfix
    * Fixed an error handling Nan's and Inf's that caused a crash
    * Added the predictions from the derivatives of the Helfand moments to the output to
      give a better feel for the quality of the results.
      
2023.5.5 -- Improved analysis
    * Considerable improvements to the analysis, results now seem solid
    * Fixed issues with fitting the linear portion of the Helfand moments
    * Added plot of the slope from the Helfand moments, which is similar to the
      Green-Kubo integral.
    * Cleaned up both the output and graphs.
      
2023.4.24 -- Initial working version
    * Initial tests seem to work but needs more thorough testing.
    * Needs documentation!
      
2023.4.18 (2023-04-18)
    * Plug-in created using the SEAMM plug-in cookiecutter.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/thermal_conductivity_step",
    "name": "thermal-conductivity-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/a2/90/657a4a847381e77f9a0e822924aa41cacea42e9040d8c9a580be80300e8c/thermal_conductivity_step-2024.6.3.tar.gz",
    "platform": "Linux",
    "description": "==================================\nSEAMM Thermal Conductivity Plug-in\n==================================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/thermal_conductivity_step\n   :target: https://github.com/molssi-seamm/thermal_conductivity_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/thermal_conductivity_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/thermal_conductivity_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/thermal_conductivity_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/thermal_conductivity_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/thermal_conductivity_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/thermal_conductivity_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/thermal_conductivity_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/thermal_conductivity_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/thermal_conductivity_step.svg\n   :target: https://pypi.python.org/pypi/thermal_conductivity_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in for Thermal Conductivity\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/thermal_conductivity_step/index.html\n* Code: https://github.com/molssi-seamm/thermal_conductivity_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.6.3 -- Bugfix: handling of options for subflowchart\n    * Fixed a bug where the options for the subflowchart were not being parsed\n      correctly.\n      \n2024.3.22 -- Updated for new scheme for running background tasks.\n\n2024.1.5 -- Bugfix: Thermal conductivity\n    * If the Helfand moments fit in the thermal conductivity step failed it stopped the\n      entire job. This is fixed, as well as some of the underlying causes for\n      convergence issues.\n      \n2023.5.29 -- Converged with general approach for trajectory analysis\n\n2023.5.6 -- Bugfix\n    * Fixed an error handling Nan's and Inf's that caused a crash\n    * Added the predictions from the derivatives of the Helfand moments to the output to\n      give a better feel for the quality of the results.\n      \n2023.5.5 -- Improved analysis\n    * Considerable improvements to the analysis, results now seem solid\n    * Fixed issues with fitting the linear portion of the Helfand moments\n    * Added plot of the slope from the Helfand moments, which is similar to the\n      Green-Kubo integral.\n    * Cleaned up both the output and graphs.\n      \n2023.4.24 -- Initial working version\n    * Initial tests seem to work but needs more thorough testing.\n    * Needs documentation!\n      \n2023.4.18 (2023-04-18)\n    * Plug-in created using the SEAMM plug-in cookiecutter.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in for Thermal Conductivity",
    "version": "2024.6.3",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/thermal_conductivity_step"
    },
    "split_keywords": [
        "seamm",
        " seammplugin",
        " flowchart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b40ce6882ff850e076277bcd1b9d1b5bf89d58e4eaed3612588cacd45f006e0e",
                "md5": "14d58a3b30c5bdbbd7807df7d95f2a8e",
                "sha256": "8c06f1f60021d88433de992eff24651367a0a19085733e7da59bb8f6ee546196"
            },
            "downloads": -1,
            "filename": "thermal_conductivity_step-2024.6.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14d58a3b30c5bdbbd7807df7d95f2a8e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 26265,
            "upload_time": "2024-06-03T16:45:36",
            "upload_time_iso_8601": "2024-06-03T16:45:36.309227Z",
            "url": "https://files.pythonhosted.org/packages/b4/0c/e6882ff850e076277bcd1b9d1b5bf89d58e4eaed3612588cacd45f006e0e/thermal_conductivity_step-2024.6.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a290657a4a847381e77f9a0e822924aa41cacea42e9040d8c9a580be80300e8c",
                "md5": "2a7511c7bd7608b7293d15087c449089",
                "sha256": "09adf365262df45504f28f83610cdef157040992639a79ce36c47258d187f782"
            },
            "downloads": -1,
            "filename": "thermal_conductivity_step-2024.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2a7511c7bd7608b7293d15087c449089",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 314427,
            "upload_time": "2024-06-03T16:45:38",
            "upload_time_iso_8601": "2024-06-03T16:45:38.107469Z",
            "url": "https://files.pythonhosted.org/packages/a2/90/657a4a847381e77f9a0e822924aa41cacea42e9040d8c9a580be80300e8c/thermal_conductivity_step-2024.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 16:45:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "thermal_conductivity_step",
    "github_not_found": true,
    "lcname": "thermal-conductivity-step"
}
        
Elapsed time: 0.52100s