mopac-step


Namemopac-step JSON
Version 2024.3.17 PyPI version JSON
download
home_pagehttps://github.com/molssi-seam/mopac_step
SummaryA SEAMM plug-in to setup, run and analyze semiempirical calculations with MOPAC
upload_time2024-03-17 10:06:49
maintainer
docs_urlNone
authorPaul Saxe
requires_python
licenseBSD-3-Clause
keywords seamm plug-in flowchart forcefield mopac semiempirical orbitals
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
SEAMM MOPAC plug-in
===================

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

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

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

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

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

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

A SEAMM plug-in to setup, run and analyze semiempirical calculations
with MOPAC.

This plug-in provides a graphical user interface (GUI) for setting up
and running simulations using the semiempirical quantum chemistry code
MOPAC_.

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

.. _MOPAC: http://openmopac.net

Features
--------

* Single-point energies
* Structural optimization
* IR and Raman vibrational frequencies
* Temperature dependent thermodynamic functions
* Results can be stored in flowchart variables or tables_.

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

seamm-mopac Docker image
------------------------
There is a Docker image available for the SEAMM MOPAC plug-in for running mopac. It is
available at the Github Container Registry (ghcr.io) as

.. code-block:: bash

    ghcr.io/molssi-seamm/seamm-mopac:<version>

Where <version> is the explicit version tag for the desired image. The tag `latest` is
quite confusing, and does not mean the latest version of the image, so we recomend using
explcit versions rather than `latest`.

The container can also be run standalone with the following command:

.. code-block:: bash

    docker run --rm -v $PWD:/home ghcr.io/molssi-seamm/seamm-mopac:<version> ?mopac <input file>?

where `<input file>` is the input file for the MOPAC calculation. By default, mopac is
run using the input file `mopac.dat`. The output files will be written to the current
directory. The `--rm` option removes the container after it exits, and the `-v` option
mounts the current directory to the `/home` directory in the container.

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

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


=======
History
=======
2024.3.17 -- Updated installation
  * Updated the installation to reflect the new way to install SEAMM plug-ins to support
    both Conda and Docker
    
2024.1.16 -- Added support for containers.
  * Added access to the new PM6-ORG parameterization and made it the default, though PM7
    is still preferred for materials simulation. PM6-ORG handle organic and biomolecules
    well.
  * Made the Lewis structure analysis more robust and added information to the output.
  * Provided an option for the Lewis structure calculation to set the charge of the
    system to that calculaed by the Lewis structure.
  * Added support for containers
  * Made default to run serially, since parallel doesn't provide much benefit.
  * Fixed bug in analysis if optimization doesn't converge.

2023.12.18 -- Added readonly flag
  * Added a flag to prepare the input but not run the calculation.
    
2023.11.15 -- More updates for v2022.1.0
  * Added PM6-ORG Hamiltonian to options
  * Added other new data types for the AUX file.
    
2023.11.14 -- Updated for MOPAC v2022.1.0
  * MOPAC v2022.1.0 added GRADIENT_NORM_UPDATED to the AUX file. This updates adds it to
    the results recognized by the plug-in
    
2023.10.30 -- Updated to standard structure handling
  * Adds IUPAC names, InChI and InChIKey as possible names for configurations
  * Cleaned up output to be properly indented and laid out.
    
2023.8.30 -- Support for spacegroup symmetry

2023.7.27 -- Bugfix: printing bond order info
  * If the bond orders were printed but not used on the system, the code crashed.
    
2023.7.26 -- Added output of bond orders
  * Also added capability to use the bond orders to put bond multiplicities on the
    structure.
    
2023.7.24 -- Bugfix in Lewis structure with bond orders
  * Major issue in getting the bonds from the Lewis structure where the atoms and bond
    orders were mixed up.
    
2023.6.5 -- Bugfix working around MOPAC problem
  * MOPAC is not consistent about putting end of file and end of program markers in the
    AUX file. This caused carashed in SEAMM, which this fixes until MOPAC can be
    corrected.
    
2023.4.24 -- Bugfixes for Lewis structure
  * Correctly handle periodic systems in Lewis structure.
  * Fixed and issue with the Lewis structure GUI not displaying all the widgets.
    
2023.3.31 -- Bugfix
  Lewis structure could reference a variable before it was set, and crash.
  
2023.3.15 -- Bugfix
  A copy of the input and output files for MOPAC was inadvertently written to the main
  job directory. This has been fixed.
  
2023.2.13 -- Added Lewis Structure step
  Provide access to the 'LEWIS' keyword in MOPAC for generating the Lewis dot
  structure. This step also allows assigning the bonds of the system using either the
  connectivity or the Lewis structure.
  
2022.11.18 -- Printing spins on atoms
  Fixed an oversight that preventing printing spins on the atoms, and storing them on
  the structure. Also increased the precision of the AUX file so have coordinates to
  seven decimals, which should maintain symmetry better.
  
2022.11.4 -- Added ForceConstant substep
  Calculates and writes the Hessian (force constant) matrix to disk. Works for both
  molecular and periodic systems, and provides an option to control which parts of the
  Hessian matrix are written. Defaults to the full matrix. Also provides options to
  control the units of the output, with default of N/m for the atom block of the
  Hessian as well as the atom-cell off-diagonal block, and GPa for the cell block.

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.10.7 (7 October 2020)
----------------------------

* Updated to handle citations using the new framework.

2020.9.29 (29 September 2020)
-----------------------------

* Updated to be compatible with the new system classes in MolSystem.

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

* Fixed bug caused by coordinates being strings, not numbers, in some
  cases.

2020.7.0 (23 July 2020)
-----------------------

* Improved the text output when running.

0.9 (15 April 2020)
-------------------

* General bug fixes and cleanup of the code.

0.7.0 (17 December 2019)
------------------------

* Consolidating minor changes and making a uniform release at year's
  end.

0.5.1 (29 August 2019)
----------------------

* First version that runs correctly and generates output.

0.2.0 (13 August 2019)
----------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/molssi-seam/mopac_step",
    "name": "mopac-step",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SEAMM,plug-in,flowchart,forcefield,MOPAC,semiempirical,orbitals",
    "author": "Paul Saxe",
    "author_email": "psaxe@molssi.org",
    "download_url": "https://files.pythonhosted.org/packages/08/56/6573c55e987909cf20a01c307b3046f600dc8c370402889e6214bc454620/mopac_step-2024.3.17.tar.gz",
    "platform": "Linux",
    "description": "===================\nSEAMM MOPAC plug-in\n===================\n\n.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/mopac_step\n   :target: https://github.com/molssi-seamm/mopac_step/pulls\n   :alt: GitHub pull requests\n\n.. image:: https://github.com/molssi-seamm/mopac_step/workflows/CI/badge.svg\n   :target: https://github.com/molssi-seamm/mopac_step/actions\n   :alt: Build Status\n\n.. image:: https://codecov.io/gh/molssi-seamm/mopac_step/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/molssi-seamm/mopac_step\n   :alt: Code Coverage\n\n.. image:: https://github.com/molssi-seamm/mopac_step/workflows/CodeQL/badge.svg\n   :target: https://github.com/molssi-seamm/mopac_step/security/code-scanning\n   :alt: Code Quality\n\n.. image:: https://github.com/molssi-seamm/mopac_step/workflows/Release/badge.svg\n   :target: https://molssi-seamm.github.io/mopac_step/index.html\n   :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/mopac_step.svg\n   :target: https://pypi.python.org/pypi/mopac_step\n   :alt: PyPi VERSION\n\nA SEAMM plug-in to setup, run and analyze semiempirical calculations\nwith MOPAC.\n\nThis plug-in provides a graphical user interface (GUI) for setting up\nand running simulations using the semiempirical quantum chemistry code\nMOPAC_.\n\n* Free software: BSD license\n* Documentation: https://molssi-seamm.github.io/mopac_step/index.html\n* Code: https://github.com/molssi-seamm/mopac_step\n\n.. _MOPAC: http://openmopac.net\n\nFeatures\n--------\n\n* Single-point energies\n* Structural optimization\n* IR and Raman vibrational frequencies\n* Temperature dependent thermodynamic functions\n* Results can be stored in flowchart variables or tables_.\n\n.. _tables: https://molssi-seamm.github.io/table_step/index.html\n\nseamm-mopac Docker image\n------------------------\nThere is a Docker image available for the SEAMM MOPAC plug-in for running mopac. It is\navailable at the Github Container Registry (ghcr.io) as\n\n.. code-block:: bash\n\n    ghcr.io/molssi-seamm/seamm-mopac:<version>\n\nWhere <version> is the explicit version tag for the desired image. The tag `latest` is\nquite confusing, and does not mean the latest version of the image, so we recomend using\nexplcit versions rather than `latest`.\n\nThe container can also be run standalone with the following command:\n\n.. code-block:: bash\n\n    docker run --rm -v $PWD:/home ghcr.io/molssi-seamm/seamm-mopac:<version> ?mopac <input file>?\n\nwhere `<input file>` is the input file for the MOPAC calculation. By default, mopac is\nrun using the input file `mopac.dat`. The output files will be written to the current\ndirectory. The `--rm` option removes the container after it exits, and the `-v` option\nmounts the current directory to the `/home` directory in the container.\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\nawards 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 installation\n  * Updated the installation to reflect the new way to install SEAMM plug-ins to support\n    both Conda and Docker\n    \n2024.1.16 -- Added support for containers.\n  * Added access to the new PM6-ORG parameterization and made it the default, though PM7\n    is still preferred for materials simulation. PM6-ORG handle organic and biomolecules\n    well.\n  * Made the Lewis structure analysis more robust and added information to the output.\n  * Provided an option for the Lewis structure calculation to set the charge of the\n    system to that calculaed by the Lewis structure.\n  * Added support for containers\n  * Made default to run serially, since parallel doesn't provide much benefit.\n  * Fixed bug in analysis if optimization doesn't converge.\n\n2023.12.18 -- Added readonly flag\n  * Added a flag to prepare the input but not run the calculation.\n    \n2023.11.15 -- More updates for v2022.1.0\n  * Added PM6-ORG Hamiltonian to options\n  * Added other new data types for the AUX file.\n    \n2023.11.14 -- Updated for MOPAC v2022.1.0\n  * MOPAC v2022.1.0 added GRADIENT_NORM_UPDATED to the AUX file. This updates adds it to\n    the results recognized by the plug-in\n    \n2023.10.30 -- Updated to standard structure handling\n  * Adds IUPAC names, InChI and InChIKey as possible names for configurations\n  * Cleaned up output to be properly indented and laid out.\n    \n2023.8.30 -- Support for spacegroup symmetry\n\n2023.7.27 -- Bugfix: printing bond order info\n  * If the bond orders were printed but not used on the system, the code crashed.\n    \n2023.7.26 -- Added output of bond orders\n  * Also added capability to use the bond orders to put bond multiplicities on the\n    structure.\n    \n2023.7.24 -- Bugfix in Lewis structure with bond orders\n  * Major issue in getting the bonds from the Lewis structure where the atoms and bond\n    orders were mixed up.\n    \n2023.6.5 -- Bugfix working around MOPAC problem\n  * MOPAC is not consistent about putting end of file and end of program markers in the\n    AUX file. This caused carashed in SEAMM, which this fixes until MOPAC can be\n    corrected.\n    \n2023.4.24 -- Bugfixes for Lewis structure\n  * Correctly handle periodic systems in Lewis structure.\n  * Fixed and issue with the Lewis structure GUI not displaying all the widgets.\n    \n2023.3.31 -- Bugfix\n  Lewis structure could reference a variable before it was set, and crash.\n  \n2023.3.15 -- Bugfix\n  A copy of the input and output files for MOPAC was inadvertently written to the main\n  job directory. This has been fixed.\n  \n2023.2.13 -- Added Lewis Structure step\n  Provide access to the 'LEWIS' keyword in MOPAC for generating the Lewis dot\n  structure. This step also allows assigning the bonds of the system using either the\n  connectivity or the Lewis structure.\n  \n2022.11.18 -- Printing spins on atoms\n  Fixed an oversight that preventing printing spins on the atoms, and storing them on\n  the structure. Also increased the precision of the AUX file so have coordinates to\n  seven decimals, which should maintain symmetry better.\n  \n2022.11.4 -- Added ForceConstant substep\n  Calculates and writes the Hessian (force constant) matrix to disk. Works for both\n  molecular and periodic systems, and provides an option to control which parts of the\n  Hessian matrix are written. Defaults to the full matrix. Also provides options to\n  control the units of the output, with default of N/m for the atom block of the\n  Hessian as well as the atom-cell off-diagonal block, and GPa for the cell block.\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.10.7 (7 October 2020)\n----------------------------\n\n* Updated to handle citations using the new framework.\n\n2020.9.29 (29 September 2020)\n-----------------------------\n\n* Updated to be compatible with the new system classes in MolSystem.\n\n2020.8.1 (1 August 2020)\n------------------------\n\n* Fixed bug caused by coordinates being strings, not numbers, in some\n  cases.\n\n2020.7.0 (23 July 2020)\n-----------------------\n\n* Improved the text output when running.\n\n0.9 (15 April 2020)\n-------------------\n\n* General bug fixes and cleanup of the code.\n\n0.7.0 (17 December 2019)\n------------------------\n\n* Consolidating minor changes and making a uniform release at year's\n  end.\n\n0.5.1 (29 August 2019)\n----------------------\n\n* First version that runs correctly and generates output.\n\n0.2.0 (13 August 2019)\n----------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A SEAMM plug-in to setup, run and analyze semiempirical calculations with MOPAC",
    "version": "2024.3.17",
    "project_urls": {
        "Homepage": "https://github.com/molssi-seam/mopac_step"
    },
    "split_keywords": [
        "seamm",
        "plug-in",
        "flowchart",
        "forcefield",
        "mopac",
        "semiempirical",
        "orbitals"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f93d54c306cd171a988966a1b05f48220d59a661a7b0e1fef05db6e7d998a52",
                "md5": "21e4f9e6435c7349d65217879b9d3d53",
                "sha256": "676c008c694815b11ae2c38b07309cac96d6aee4e78b1c5d754e42e1d8d74dc6"
            },
            "downloads": -1,
            "filename": "mopac_step-2024.3.17-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21e4f9e6435c7349d65217879b9d3d53",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 84518,
            "upload_time": "2024-03-17T10:06:46",
            "upload_time_iso_8601": "2024-03-17T10:06:46.952668Z",
            "url": "https://files.pythonhosted.org/packages/6f/93/d54c306cd171a988966a1b05f48220d59a661a7b0e1fef05db6e7d998a52/mopac_step-2024.3.17-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08566573c55e987909cf20a01c307b3046f600dc8c370402889e6214bc454620",
                "md5": "5c4aa659cec6de245b0d97fc86cf4274",
                "sha256": "c71ed523e06e8ecdfaa1bbd3c48d7df7d01c00ffd2ed1f80a5cadecc23c15a01"
            },
            "downloads": -1,
            "filename": "mopac_step-2024.3.17.tar.gz",
            "has_sig": false,
            "md5_digest": "5c4aa659cec6de245b0d97fc86cf4274",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 355696,
            "upload_time": "2024-03-17T10:06:49",
            "upload_time_iso_8601": "2024-03-17T10:06:49.023485Z",
            "url": "https://files.pythonhosted.org/packages/08/56/6573c55e987909cf20a01c307b3046f600dc8c370402889e6214bc454620/mopac_step-2024.3.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 10:06:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molssi-seam",
    "github_project": "mopac_step",
    "github_not_found": true,
    "lcname": "mopac-step"
}
        
Elapsed time: 0.20739s