gaussian-step


Namegaussian-step JSON
Version 2024.1.19 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/gaussian_step
SummaryA SEAMM plugin for A SEAMM plug-in for Gaussian
upload_time2024-01-19 18:18:28
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm seammplugin flowchart
VCS
bugtrack_url
requirements cclib seamm seamm-exec seamm-util seamm-widgets tabulate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
SEAMM Gaussian Plug-in
======================

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

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

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

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

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

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

A SEAMM plug-in for A SEAMM plug-in for Gaussian

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

Features
--------

* Please edit this section!

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://molssi.org
.. _`National Science Foundation`: https://www.nsf.gov


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

2024.1.19: Switched to new way to run Gaussian, added option to just write input file
    * Switched to using the new way to run executables, which supports containers.
    * Added an option to just write the input file, without running
      Gaussian. This is useful for debugging, and for running Gaussian
      on a remote server.

2023.10.25 Bug fixes: variable for functional, and parsing FChk file
    * Fixed a problem with handling the functional if it was a variable rather than a
      specific functional.
    * Fixed a problem parsing the FChk file. For exponents > 99 the FORTRAN format used
      in Gaussian grops the "E", resulting in numbers like 0.947-104 that caused a
      problem when trying to read them.
      
2023.10.22 Bug fixes: orbital plots and output
    * The plots of the HOMO and LUMO were shifted by one orbital due to some code
      counting from 1 and other, from 0. Sigh.
    * The output to Job.out was inadvertently truncated.

2023.10.7 Added structure file for plots of density and orbitals.
    * Always write the current structure as 'structure.sdf' in the directory where the
      cube files for orbitals and densities are written. The Dashboard picks up this
      file to render the structure along with the surfaces.
      
2023.9.27 Added composite and other methods, DFT functionals
    * Now support HF, DFT, MP4, CCD & CCSD, CBS-x, and Gn methods
    * Added PBE, PBE-98, PBE0, and HSE06 functionals
    * Added analysis of HOMO/LUMO gap energy
    * Added plotting of orbitals and densities
    * Added otuput of atomic charges and spins, and placing them on the configuration.
    * Added ability to control the system/configuration update

2023.2.26.1 Moved Gaussian output to output.txt
    * Capturing stdout prevent users from seeing the output during a calculation.
      This fixes that.
      
2023.2.26 Initial version with energy and optimization 
    * Support running the energy or optimization with HF, DFT, MP2 and MP3 though
      testing has not yet been thorough.
    * The DFT functional supported are at the moment limited.
      
2023.2.24
    * Plug-in created using the SEAMM plug-in cookiecutter.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/gaussian_step",
    "name": "gaussian-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,SEAMMplugin,flowchart",
    "author": "Paul Saxe",
    "author_email": "psaxe@vt.edu",
    "download_url": "https://files.pythonhosted.org/packages/2c/38/e6a7bf8a7d8446d1275391bd6abcc4f947f2abab93c33ef8943ec2af9e6e/gaussian_step-2024.1.19.tar.gz",
    "platform": "Linux",
    "description": "======================\nSEAMM Gaussian Plug-in\n======================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/gaussian_step\n   :target: https://github.com/molssi-seamm/gaussian_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/gaussian_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/gaussian_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/gaussian_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/gaussian_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/gaussian_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/gaussian_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/gaussian_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/gaussian_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/gaussian_step.svg\n   :target: https://pypi.python.org/pypi/gaussian_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in for A SEAMM plug-in for Gaussian\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/gaussian_step/index.html\n* Code: https://github.com/molssi-seamm/gaussian_step\n\nFeatures\n--------\n\n* Please edit this section!\n\nAcknowledgements\n----------------\n\nThis package was created with Cookiecutter_ and the\n`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://molssi.org\n.. _`National Science Foundation`: https://www.nsf.gov\n\n\n=======\nHistory\n=======\n\n2024.1.19: Switched to new way to run Gaussian, added option to just write input file\n    * Switched to using the new way to run executables, which supports containers.\n    * Added an option to just write the input file, without running\n      Gaussian. This is useful for debugging, and for running Gaussian\n      on a remote server.\n\n2023.10.25 Bug fixes: variable for functional, and parsing FChk file\n    * Fixed a problem with handling the functional if it was a variable rather than a\n      specific functional.\n    * Fixed a problem parsing the FChk file. For exponents > 99 the FORTRAN format used\n      in Gaussian grops the \"E\", resulting in numbers like 0.947-104 that caused a\n      problem when trying to read them.\n      \n2023.10.22 Bug fixes: orbital plots and output\n    * The plots of the HOMO and LUMO were shifted by one orbital due to some code\n      counting from 1 and other, from 0. Sigh.\n    * The output to Job.out was inadvertently truncated.\n\n2023.10.7 Added structure file for plots of density and orbitals.\n    * Always write the current structure as 'structure.sdf' in the directory where the\n      cube files for orbitals and densities are written. The Dashboard picks up this\n      file to render the structure along with the surfaces.\n      \n2023.9.27 Added composite and other methods, DFT functionals\n    * Now support HF, DFT, MP4, CCD & CCSD, CBS-x, and Gn methods\n    * Added PBE, PBE-98, PBE0, and HSE06 functionals\n    * Added analysis of HOMO/LUMO gap energy\n    * Added plotting of orbitals and densities\n    * Added otuput of atomic charges and spins, and placing them on the configuration.\n    * Added ability to control the system/configuration update\n\n2023.2.26.1 Moved Gaussian output to output.txt\n    * Capturing stdout prevent users from seeing the output during a calculation.\n      This fixes that.\n      \n2023.2.26 Initial version with energy and optimization \n    * Support running the energy or optimization with HF, DFT, MP2 and MP3 though\n      testing has not yet been thorough.\n    * The DFT functional supported are at the moment limited.\n      \n2023.2.24\n    * Plug-in created using the SEAMM plug-in cookiecutter.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plugin for A SEAMM plug-in for Gaussian",
    "version": "2024.1.19",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/gaussian_step"
    },
    "split_keywords": [
        "seamm",
        "seammplugin",
        "flowchart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae1d5d8e5cbdec7c0429a9e368b72bd3e3141ba9d7c8e09d58d5686f26d3477c",
                "md5": "9c500585c47ea227d3aa3051bc3c62d3",
                "sha256": "a6c62daa0e530b413f85efb76a48521634b1ad9e4bac2d378bedeab61d9bd4a7"
            },
            "downloads": -1,
            "filename": "gaussian_step-2024.1.19-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c500585c47ea227d3aa3051bc3c62d3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 44612,
            "upload_time": "2024-01-19T18:18:25",
            "upload_time_iso_8601": "2024-01-19T18:18:25.853521Z",
            "url": "https://files.pythonhosted.org/packages/ae/1d/5d8e5cbdec7c0429a9e368b72bd3e3141ba9d7c8e09d58d5686f26d3477c/gaussian_step-2024.1.19-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c38e6a7bf8a7d8446d1275391bd6abcc4f947f2abab93c33ef8943ec2af9e6e",
                "md5": "03e6e81d4eba1247a153d509a91a5bfe",
                "sha256": "4506537d4f0c8c335c09bb29963bdf92396ea613d6d11ee2e933657fc5b06261"
            },
            "downloads": -1,
            "filename": "gaussian_step-2024.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "03e6e81d4eba1247a153d509a91a5bfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 325941,
            "upload_time": "2024-01-19T18:18:28",
            "upload_time_iso_8601": "2024-01-19T18:18:28.200372Z",
            "url": "https://files.pythonhosted.org/packages/2c/38/e6a7bf8a7d8446d1275391bd6abcc4f947f2abab93c33ef8943ec2af9e6e/gaussian_step-2024.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 18:18:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "gaussian_step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cclib",
            "specs": []
        },
        {
            "name": "seamm",
            "specs": []
        },
        {
            "name": "seamm-exec",
            "specs": []
        },
        {
            "name": "seamm-util",
            "specs": []
        },
        {
            "name": "seamm-widgets",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        }
    ],
    "lcname": "gaussian-step"
}
        
Elapsed time: 0.18585s