==================
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.10.15 -- Bugfix: error if used in a loop and previous directories deleted.
* The code crashed if called with a loop in the flowchart, and the last directory of
a previous loop iteration was deleted before running the next iteration.
2024.10.5 -- Enhancements and bug fixes for thermochemistry
* Improved GUI for thermochemistry so that it automatically recognizes whether it is
after e.g. an optimization and configures appropriately.
* Fixed and issue with transferring the multipole moments to the JSON file
2024.7.30 -- Enhanced results and fixed problem with psi4.ini
* Added to the results by using cclib to parse the output.
* If ~/SEAMM/psi4.ini did not exist the version that was automatically created was
not complete, causing calculations to fail.
2024.5.23.3 -- Added auxiliary codes that help Psi4
* Psi4 uses codes like DFTD4 and DFTD4 for parts of e.g. dispersion
calculations. This release adds them to the Conda install SEAMM uses for Psi4.
2024.5.23.2 -- Bugfix: incorrect name for gradients
* There was a typo in the name for the gradients, such that they could not be output
to Results.json.
* The units for the energy and gradients in Results.json were incorrect.
2024.5.23.1 -- Internal fix for creating Docker image.
2024.5.23 -- Added standard energy and gradients to results
* Added 'energy' and 'gradients' to optional results to support e.g. Energy Scan
* Fixed crashing bug in description of the Energy substep.
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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"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/b0/ca/61391d0d69725a70f4ee1c7f2c0984d239c6ec6a63e9918b6d2b09f3d9e9/psi4_step-2024.10.15.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.10.15 -- Bugfix: error if used in a loop and previous directories deleted.\n * The code crashed if called with a loop in the flowchart, and the last directory of\n a previous loop iteration was deleted before running the next iteration.\n \n2024.10.5 -- Enhancements and bug fixes for thermochemistry\n * Improved GUI for thermochemistry so that it automatically recognizes whether it is\n after e.g. an optimization and configures appropriately.\n * Fixed and issue with transferring the multipole moments to the JSON file\n \n2024.7.30 -- Enhanced results and fixed problem with psi4.ini\n * Added to the results by using cclib to parse the output.\n * If ~/SEAMM/psi4.ini did not exist the version that was automatically created was\n not complete, causing calculations to fail.\n \n2024.5.23.3 -- Added auxiliary codes that help Psi4\n * Psi4 uses codes like DFTD4 and DFTD4 for parts of e.g. dispersion\n calculations. This release adds them to the Conda install SEAMM uses for Psi4.\n \n2024.5.23.2 -- Bugfix: incorrect name for gradients\n * There was a typo in the name for the gradients, such that they could not be output\n to Results.json.\n * The units for the energy and gradients in Results.json were incorrect.\n \n2024.5.23.1 -- Internal fix for creating Docker image.\n\n2024.5.23 -- Added standard energy and gradients to results\n * Added 'energy' and 'gradients' to optional results to support e.g. Energy Scan\n * Fixed crashing bug in description of the Energy substep.\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.10.15",
"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": "04c96d8370ee1da46caa488c6186a1108c62e07b30b04216b3091751ae5559a1",
"md5": "648d7e21c4287740715ada5b2ba79dce",
"sha256": "47a3a1117505975f4943455105accb05fad574a2e9d242ea86595d0782d5abe2"
},
"downloads": -1,
"filename": "psi4_step-2024.10.15-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "648d7e21c4287740715ada5b2ba79dce",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 80696,
"upload_time": "2024-10-15T21:10:21",
"upload_time_iso_8601": "2024-10-15T21:10:21.195074Z",
"url": "https://files.pythonhosted.org/packages/04/c9/6d8370ee1da46caa488c6186a1108c62e07b30b04216b3091751ae5559a1/psi4_step-2024.10.15-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0ca61391d0d69725a70f4ee1c7f2c0984d239c6ec6a63e9918b6d2b09f3d9e9",
"md5": "97c9746356648569c112661412beb2bc",
"sha256": "bd4b5f1b95e0814b421bc12d7c79249a21b46ce19159394b8afaf0ce9ec39251"
},
"downloads": -1,
"filename": "psi4_step-2024.10.15.tar.gz",
"has_sig": false,
"md5_digest": "97c9746356648569c112661412beb2bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 350394,
"upload_time": "2024-10-15T21:10:22",
"upload_time_iso_8601": "2024-10-15T21:10:22.989047Z",
"url": "https://files.pythonhosted.org/packages/b0/ca/61391d0d69725a70f4ee1c7f2c0984d239c6ec6a63e9918b6d2b09f3d9e9/psi4_step-2024.10.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 21:10:22",
"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": [],
"lcname": "psi4-step"
}