psi4-step


Namepsi4-step JSON
Version 2024.3.17 PyPI version JSON
download
home_pagehttps://github.com/molssi-seamm/psi4_step
SummaryA SEAMM plug-in to setup, run and analyze quantum chemistry calculations using Psi4
upload_time2024-03-17 21:24:23
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm plug-in flowchart psi4 dft quantum chemistry ccsd
VCS
bugtrack_url
requirements numpy scipy seamm tabulate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================
SEAMM Psi4 Plug-in
==================

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

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

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

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

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

.. image:: https://pyup.io/repos/github/molssi-seamm/psi4_step/shield.svg
   :target: https://pyup.io/repos/github/molssi-seamm/psi4_step/
   :alt: Updates for Dependencies

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

A SEAMM plug-in to setup, run and analyze quantum chemistry
calculations using Psi4.

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

Features
--------

* About 100 methods supported, including HF, DFT, coupled-cluster, CI
  and MCSCF
* About DFT functionals supported.
* Wide range of basis sets.
* Single-point energy.
* Geometry optimization.
* Second derivatives of the energy.
* Results can be stored in flowchart variables or tables_.

.. _tables: https://molssi-seamm.github.io/table_step/index.html

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

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


=======
History
=======
2024.3.17 -- Updated the installer
   * Updated the installer to use the new version of the SEAMM installer.
   * Finalizes installing either with Conda or Docker
     
2024.3.4 -- Allowing short names for method and DFT functionals
   * Added short names for the methods (Hamiltonians)  and DFT functionals.
   * Catch errors in Psi4 calculating properties for e.g. CISD(T) method

2024.2.29 -- Completed support for containers
   * Fixed issues with running amd64 containers on arm64 systems.
     
2024.1.11 -- Changes to allow running in containers.
   * Moved to the new executor and ensured it still runs directly.
   * Fixed bugs in printing the summary output.

2023.8.23 -- Fix for installation of Psi4
   * Psi4 is now available on CondaForge, so install from there if requested.
   * Psi4 crashes if asked to optimize and atom, so change to doing a single point
     energy is optimization is requested for and atom.

2023.8.22 -- Enhancement of orbital plots
   * Added structure to the orbital plots
   * Fixed a bug if the default number of cores was not 'available'

2023.6.4 -- Enhancements
   * Added thermochemistry substep to compute the vibrational and other corrections for
     thermochemistry.
   * Added ability to create .cube files for plotting the density and orbitals.
     
2023.2.21 -- Added control over SCF convergence
   * Able to set convergence criteria.
   * Options for damping. level shifting and second-order SCF
   * Set default for number of steps for optimization to 6*nAtoms to
     make it more explicit.
     
2023.2.17 -- Checking more thoroughly for errors in Psi4
   * Check and throw errors for various issues when running Psi4, including whenever it
     does not complete successfully according to the output.
     
2023.2.16.1 -- OptKing will not die!!!
   * Yet another part needed to be removed.
     
2023.2.16 -- Thoroughly removing calls to OptKing
   * OptKing is causing compatibility issues, and is not currently being used in the
     Python, so am temporarily removing it.

2023.1.23 (23 January 2023)
---------------------------

* Corrected bugs, including if no dispersion term requested
* Added preliminary version of accelerated optimization using
  MOPAC for Hessians, etc. May not fully work at the moment.
* Updated documentation theme and structure to match new style.

2022.11.18 -- Added total charge and multiplicity to Psi4 input

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 (4 February 2021)
--------------------------

* Updated for compatibility with the new system classes in MolSystem
  2021.2.2 release.

2020.12.5 (5 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.9.28 (28 September 2020)
-----------------------------

* Improved handling of results

  - Selection depends on both calculation and method.
  - Arrays can be stored in variables (but not tables!).
  - Multipoles gathered as arrays rather than a large number of scalars.

2020.8.1 (1 August 2020)
------------------------

* Fixed minor bugs.

2020.7.3 (24 July 2020)
------------------------

* Added control options for number of threads and amount of memory to
  use.

2020.7.2 (23 July 2020)
------------------------

* First pass at specifying number of threads and amount of memory.

2020.7.1 (23 July 2020)
------------------------

* Added substep for optimization.

2020.7.0 (21 July 2020)
------------------------

* First release on PyPI of initial working version.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seamm/psi4_step",
    "name": "psi4-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,plug-in,flowchart,Psi4,DFT,quantum chemistry,CCSD",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/1a/5f/3a4d9dbdf5fbae13e74836819348f1e175ffde6d7cb1d681254c88caf49c/psi4_step-2024.3.17.tar.gz",
    "platform": "Linux",
    "description": "==================\nSEAMM Psi4 Plug-in\n==================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/psi4_step\n   :target: https://github.com/molssi-seamm/psi4_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/psi4_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/psi4_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/psi4_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/psi4_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/psi4_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/psi4_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/psi4_step/workflows/Documentation/badge.svg\n   :target: https://molssi-seamm.github.io/psi4_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/molssi-seamm/psi4_step/shield.svg\n   :target: https://pyup.io/repos/github/molssi-seamm/psi4_step/\n   :alt: Updates for Dependencies\n\n.. image:: https://img.shields.io/pypi/v/psi4_step.svg\n   :target: https://pypi.python.org/pypi/psi4_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in to setup, run and analyze quantum chemistry\ncalculations using Psi4.\n\n* Free software: BSD-3-Clause\n* Documentation: https://molssi-seamm.github.io/psi4_step/index.html\n* Code: https://github.com/molssi-seamm/psi4_step\n\nFeatures\n--------\n\n* About 100 methods supported, including HF, DFT, coupled-cluster, CI\n  and MCSCF\n* About DFT functionals supported.\n* Wide range of basis sets.\n* Single-point energy.\n* Geometry optimization.\n* Second derivatives of the energy.\n* Results can be stored in flowchart variables or tables_.\n\n.. _tables: https://molssi-seamm.github.io/table_step/index.html\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 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=======\n2024.3.17 -- Updated the installer\n   * Updated the installer to use the new version of the SEAMM installer.\n   * Finalizes installing either with Conda or Docker\n     \n2024.3.4 -- Allowing short names for method and DFT functionals\n   * Added short names for the methods (Hamiltonians)  and DFT functionals.\n   * Catch errors in Psi4 calculating properties for e.g. CISD(T) method\n\n2024.2.29 -- Completed support for containers\n   * Fixed issues with running amd64 containers on arm64 systems.\n     \n2024.1.11 -- Changes to allow running in containers.\n   * Moved to the new executor and ensured it still runs directly.\n   * Fixed bugs in printing the summary output.\n\n2023.8.23 -- Fix for installation of Psi4\n   * Psi4 is now available on CondaForge, so install from there if requested.\n   * Psi4 crashes if asked to optimize and atom, so change to doing a single point\n     energy is optimization is requested for and atom.\n\n2023.8.22 -- Enhancement of orbital plots\n   * Added structure to the orbital plots\n   * Fixed a bug if the default number of cores was not 'available'\n\n2023.6.4 -- Enhancements\n   * Added thermochemistry substep to compute the vibrational and other corrections for\n     thermochemistry.\n   * Added ability to create .cube files for plotting the density and orbitals.\n     \n2023.2.21 -- Added control over SCF convergence\n   * Able to set convergence criteria.\n   * Options for damping. level shifting and second-order SCF\n   * Set default for number of steps for optimization to 6*nAtoms to\n     make it more explicit.\n     \n2023.2.17 -- Checking more thoroughly for errors in Psi4\n   * Check and throw errors for various issues when running Psi4, including whenever it\n     does not complete successfully according to the output.\n     \n2023.2.16.1 -- OptKing will not die!!!\n   * Yet another part needed to be removed.\n     \n2023.2.16 -- Thoroughly removing calls to OptKing\n   * OptKing is causing compatibility issues, and is not currently being used in the\n     Python, so am temporarily removing it.\n\n2023.1.23 (23 January 2023)\n---------------------------\n\n* Corrected bugs, including if no dispersion term requested\n* Added preliminary version of accelerated optimization using\n  MOPAC for Hessians, etc. May not fully work at the moment.\n* Updated documentation theme and structure to match new style.\n\n2022.11.18 -- Added total charge and multiplicity to Psi4 input\n\n2021.2.11 (11 February 2021)\n----------------------------\n\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 (4 February 2021)\n--------------------------\n\n* Updated for compatibility with the new system classes in MolSystem\n  2021.2.2 release.\n\n2020.12.5 (5 December 2020)\n---------------------------\n\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---------------------------\n\n* Updated to be compatible with the new command-line argument\n  handling.\n\n2020.9.28 (28 September 2020)\n-----------------------------\n\n* Improved handling of results\n\n  - Selection depends on both calculation and method.\n  - Arrays can be stored in variables (but not tables!).\n  - Multipoles gathered as arrays rather than a large number of scalars.\n\n2020.8.1 (1 August 2020)\n------------------------\n\n* Fixed minor bugs.\n\n2020.7.3 (24 July 2020)\n------------------------\n\n* Added control options for number of threads and amount of memory to\n  use.\n\n2020.7.2 (23 July 2020)\n------------------------\n\n* First pass at specifying number of threads and amount of memory.\n\n2020.7.1 (23 July 2020)\n------------------------\n\n* Added substep for optimization.\n\n2020.7.0 (21 July 2020)\n------------------------\n\n* First release on PyPI of initial working version.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in to setup, run and analyze quantum chemistry calculations using Psi4",
    "version": "2024.3.17",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seamm/psi4_step"
    },
    "split_keywords": [
        "seamm",
        "plug-in",
        "flowchart",
        "psi4",
        "dft",
        "quantum chemistry",
        "ccsd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90e538f9b142b8233c7fb52978f3c7d112225bd3520ac1ccf7c46d6fa8cb336e",
                "md5": "270098b57f4a60dbd9e97407475573f4",
                "sha256": "f2c6b9977c1f36aacd3b62be712277d620828ee7223032e7ac116e41dd56f0a5"
            },
            "downloads": -1,
            "filename": "psi4_step-2024.3.17-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "270098b57f4a60dbd9e97407475573f4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 78654,
            "upload_time": "2024-03-17T21:24:21",
            "upload_time_iso_8601": "2024-03-17T21:24:21.153620Z",
            "url": "https://files.pythonhosted.org/packages/90/e5/38f9b142b8233c7fb52978f3c7d112225bd3520ac1ccf7c46d6fa8cb336e/psi4_step-2024.3.17-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a5f3a4d9dbdf5fbae13e74836819348f1e175ffde6d7cb1d681254c88caf49c",
                "md5": "094b42e41a312b4fd9f09fc8e516cd19",
                "sha256": "fe2a07f0303c234fe55713658fee87a32685dc3572bf525794805859bef21edc"
            },
            "downloads": -1,
            "filename": "psi4_step-2024.3.17.tar.gz",
            "has_sig": false,
            "md5_digest": "094b42e41a312b4fd9f09fc8e516cd19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 347385,
            "upload_time": "2024-03-17T21:24:23",
            "upload_time_iso_8601": "2024-03-17T21:24:23.955528Z",
            "url": "https://files.pythonhosted.org/packages/1a/5f/3a4d9dbdf5fbae13e74836819348f1e175ffde6d7cb1d681254c88caf49c/psi4_step-2024.3.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 21:24:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seamm",
    "github_project": "psi4_step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "seamm",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        }
    ],
    "lcname": "psi4-step"
}
        
Elapsed time: 0.21066s