chemcoord: A python module for coordinates of molecules
=======================================================
.. list-table::
:widths: 25 25
:header-rows: 0
* - .. image:: https://raw.githubusercontent.com/mcocdawc/chemcoord/v2.1.2/docs/source/_static/logo/chemcoord_logo.png
:align: center
:width: 140
:alt: Chemcoord logo
-
* - Latest Release
- .. image:: https://img.shields.io/pypi/v/chemcoord.svg
:target: https://pypi.python.org/pypi/chemcoord
* - Package Status
- .. image:: https://img.shields.io/pypi/status/chemcoord.svg
:target: https://pypi.python.org/pypi/chemcoord
* - Documentation
- .. image:: https://readthedocs.org/projects/chemcoord/badge/?&style=plastic
:target: https://chemcoord.readthedocs.io/
:alt: Documentation Status
* - License
- .. image:: https://img.shields.io/pypi/l/chemcoord.svg
:target: https://www.gnu.org/licenses/lgpl-3.0.en.html
* - Build Status
- .. image:: https://circleci.com/gh/mcocdawc/chemcoord/tree/master.svg?style=shield
:target: https://app.circleci.com/pipelines/github/mcocdawc/chemcoord
* - Coverage
- .. image:: https://codecov.io/gh/mcocdawc/chemcoord/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mcocdawc/chemcoord
Website
-------
The project's website with documentation is:
http://chemcoord.readthedocs.org/
Features
--------
- Molecules are reliably transformed between cartesian space and non
redundant internal coordinates (Zmatrices). Dummy atoms are inserted
and removed automatically on the fly if necessary.
- The created Zmatrix is not only a structure expressed in internal
coordinates, it is a "chemical" Zmatrix. "Chemical" Zmatrix means,
that e.g. distances are along bonds or dihedrals are defined as they
are drawn in chemical textbooks (Newman projections).
- Analytical gradients for the transformations between the different
coordinate systems are implemented.
- Performance intensive functions/methods are implemented with
Fortran/C like speed using `numba <http://numba.pydata.org/>`__.
- Geometries may be defined with symbolic expressions using
`sympy <http://www.sympy.org/en/index.html>`__.
- Built on top of `pandas <http://pandas.pydata.org/>`__ with very
similar syntax. This allows for example distinct label or row based
indexing.
- It derived from my own work and I heavily use it during the day. So
all functions are tested and tailored around the work flow in
theoretical chemistry.
- `It as a python module ;) <https://xkcd.com/353/>`__
Installation guide
------------------
A working python 3 installation is required (3.7 <= version <= 3.11 are tested).
It is highly recommended to use this module in combination with
`Ipython <http://ipython.org/>`__ and `jupyter <http://jupyter.org/>`__.
Unix
~~~~
There are packaged versions on PyPi and conda-forge.
For the packaged version from `PyPi <https://pypi.org/project/chemcoord/>`__, the following commands have to be executed:
::
pip install chemcoord
For the packaged version from `conda-forge <https://anaconda.org/conda-forge/chemcoord>`__, the following commands have to be executed:
::
conda install -c conda-forge chemcoord
For the up to date development version (experimental):
::
git clone https://github.com/mcocdawc/chemcoord.git
cd chemcoord
pip install .
Windows
~~~~~~~
Neither installation nor running the module are tested on windows. To
the best of my knowledge it should work there as well. Just use the same
steps as for UNIX.
Citation and mathematical background
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The theory behind chemcoord is described in `this paper <https://onlinelibrary.wiley.com/doi/full/10.1002/jcc.27029>`__.
If this package is used in a project that leads to a scientific
publication, please acknowledge it by citing.
::
@article{https://doi.org/10.1002/jcc.27029,
author = {Weser, Oskar and Hein-Janke, Björn and Mata, Ricardo A.},
title = {Automated handling of complex chemical structures in Z-matrix coordinates—The chemcoord library},
journal = {Journal of Computational Chemistry},
volume = {44},
number = {5},
pages = {710-726},
keywords = {analytical gradients, geometry optimization, non-linear constraints, transition state search, Z-matrix},
doi = {10.1002/jcc.27029},
year = {2023}
}
My (Oskar Weser) master thesis including a more detailed derivation of implemented equations and
the mathematical background can be found
`here <https://github.com/mcocdawc/chemcoord/blob/master/docs/source/_static/master_thesis_oskar_weser_chemcoord.pdf>`__.
Acknowledgement
~~~~~~~~~~~~~~~
.. image:: https://raw.githubusercontent.com/zulip/zulip/982097f0a7fe2ecf46edc8756fc19f2a5c354ad7/static/images/logo/zulip-icon-circle.svg
:width: 80
:align: left
:target: https://zulip.com/
Zulip is an open-source modern team chat app designed to keep both live and asynchronous conversations organized,
that supports the development of chemcoord with a free plan.
Raw data
{
"_id": null,
"home_page": "https://github.com/mcocdawc/chemcoord",
"name": "chemcoord",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "chemcoord, transformation, cartesian, internal, chemistry, zmatrix, xyz, zmat, coordinates, coordinate system",
"author": "Oskar Weser",
"author_email": "oskar.weser@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/92/ae/39c883910837504eaf42720ddad598b7c293bca79cc51308b5f03eb3c6a0/chemcoord-2.1.2.tar.gz",
"platform": null,
"description": "chemcoord: A python module for coordinates of molecules\n=======================================================\n\n\n.. list-table::\n :widths: 25 25\n :header-rows: 0\n\n * - .. image:: https://raw.githubusercontent.com/mcocdawc/chemcoord/v2.1.2/docs/source/_static/logo/chemcoord_logo.png\n :align: center\n :width: 140\n :alt: Chemcoord logo\n -\n * - Latest Release\n - .. image:: https://img.shields.io/pypi/v/chemcoord.svg\n :target: https://pypi.python.org/pypi/chemcoord\n * - Package Status\n - .. image:: https://img.shields.io/pypi/status/chemcoord.svg\n :target: https://pypi.python.org/pypi/chemcoord\n * - Documentation\n - .. image:: https://readthedocs.org/projects/chemcoord/badge/?&style=plastic\n :target: https://chemcoord.readthedocs.io/\n :alt: Documentation Status\n * - License\n - .. image:: https://img.shields.io/pypi/l/chemcoord.svg\n :target: https://www.gnu.org/licenses/lgpl-3.0.en.html\n * - Build Status\n - .. image:: https://circleci.com/gh/mcocdawc/chemcoord/tree/master.svg?style=shield\n :target: https://app.circleci.com/pipelines/github/mcocdawc/chemcoord\n * - Coverage\n - .. image:: https://codecov.io/gh/mcocdawc/chemcoord/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/mcocdawc/chemcoord\n\n\nWebsite\n-------\n\nThe project's website with documentation is:\nhttp://chemcoord.readthedocs.org/\n\nFeatures\n--------\n\n- Molecules are reliably transformed between cartesian space and non\n redundant internal coordinates (Zmatrices). Dummy atoms are inserted\n and removed automatically on the fly if necessary.\n- The created Zmatrix is not only a structure expressed in internal\n coordinates, it is a \"chemical\" Zmatrix. \"Chemical\" Zmatrix means,\n that e.g. distances are along bonds or dihedrals are defined as they\n are drawn in chemical textbooks (Newman projections).\n- Analytical gradients for the transformations between the different\n coordinate systems are implemented.\n- Performance intensive functions/methods are implemented with\n Fortran/C like speed using `numba <http://numba.pydata.org/>`__.\n- Geometries may be defined with symbolic expressions using\n `sympy <http://www.sympy.org/en/index.html>`__.\n- Built on top of `pandas <http://pandas.pydata.org/>`__ with very\n similar syntax. This allows for example distinct label or row based\n indexing.\n- It derived from my own work and I heavily use it during the day. So\n all functions are tested and tailored around the work flow in\n theoretical chemistry.\n- `It as a python module ;) <https://xkcd.com/353/>`__\n\nInstallation guide\n------------------\n\nA working python 3 installation is required (3.7 <= version <= 3.11 are tested).\n\nIt is highly recommended to use this module in combination with\n`Ipython <http://ipython.org/>`__ and `jupyter <http://jupyter.org/>`__.\n\n\nUnix\n~~~~\n\nThere are packaged versions on PyPi and conda-forge.\n\nFor the packaged version from `PyPi <https://pypi.org/project/chemcoord/>`__, the following commands have to be executed:\n\n::\n\n pip install chemcoord\n\n\nFor the packaged version from `conda-forge <https://anaconda.org/conda-forge/chemcoord>`__, the following commands have to be executed:\n\n::\n\n conda install -c conda-forge chemcoord\n\nFor the up to date development version (experimental):\n\n::\n\n git clone https://github.com/mcocdawc/chemcoord.git\n cd chemcoord\n pip install .\n\n\nWindows\n~~~~~~~\n\nNeither installation nor running the module are tested on windows. To\nthe best of my knowledge it should work there as well. Just use the same\nsteps as for UNIX.\n\n\nCitation and mathematical background\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThe theory behind chemcoord is described in `this paper <https://onlinelibrary.wiley.com/doi/full/10.1002/jcc.27029>`__.\nIf this package is used in a project that leads to a scientific\npublication, please acknowledge it by citing.\n\n::\n\n @article{https://doi.org/10.1002/jcc.27029,\n author = {Weser, Oskar and Hein-Janke, Bj\u00f6rn and Mata, Ricardo A.},\n title = {Automated handling of complex chemical structures in Z-matrix coordinates\u2014The chemcoord library},\n journal = {Journal of Computational Chemistry},\n volume = {44},\n number = {5},\n pages = {710-726},\n keywords = {analytical gradients, geometry optimization, non-linear constraints, transition state search, Z-matrix},\n doi = {10.1002/jcc.27029},\n year = {2023}\n }\n\n\nMy (Oskar Weser) master thesis including a more detailed derivation of implemented equations and\nthe mathematical background can be found\n`here <https://github.com/mcocdawc/chemcoord/blob/master/docs/source/_static/master_thesis_oskar_weser_chemcoord.pdf>`__.\n\n\n\nAcknowledgement\n~~~~~~~~~~~~~~~\n\n\n.. image:: https://raw.githubusercontent.com/zulip/zulip/982097f0a7fe2ecf46edc8756fc19f2a5c354ad7/static/images/logo/zulip-icon-circle.svg\n :width: 80\n :align: left\n :target: https://zulip.com/\n\nZulip is an open-source modern team chat app designed to keep both live and asynchronous conversations organized,\nthat supports the development of chemcoord with a free plan.\n",
"bugtrack_url": null,
"license": "LGPLv3",
"summary": "Python module for dealing with chemical coordinates.",
"version": "2.1.2",
"project_urls": {
"Homepage": "https://github.com/mcocdawc/chemcoord"
},
"split_keywords": [
"chemcoord",
" transformation",
" cartesian",
" internal",
" chemistry",
" zmatrix",
" xyz",
" zmat",
" coordinates",
" coordinate system"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a72031bb2f79c2531b95ea0c8525788f040f59e133ad4418354b52c8305f0054",
"md5": "8d844ba432f311e82b579f9497c7989e",
"sha256": "7998a49a6b02d64ea8c928f583d3aa29de941274f8627ce6679bb6efd6ff4b8f"
},
"downloads": -1,
"filename": "chemcoord-2.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8d844ba432f311e82b579f9497c7989e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 99823,
"upload_time": "2024-05-10T11:40:11",
"upload_time_iso_8601": "2024-05-10T11:40:11.555285Z",
"url": "https://files.pythonhosted.org/packages/a7/20/31bb2f79c2531b95ea0c8525788f040f59e133ad4418354b52c8305f0054/chemcoord-2.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "92ae39c883910837504eaf42720ddad598b7c293bca79cc51308b5f03eb3c6a0",
"md5": "767cd2af33247c637127dadc3cc95394",
"sha256": "86f7f6bfd0f63c846d74a585c646242eb492d5d8f507a5837df4aebe8aec4289"
},
"downloads": -1,
"filename": "chemcoord-2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "767cd2af33247c637127dadc3cc95394",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 105112,
"upload_time": "2024-05-10T11:40:14",
"upload_time_iso_8601": "2024-05-10T11:40:14.038053Z",
"url": "https://files.pythonhosted.org/packages/92/ae/39c883910837504eaf42720ddad598b7c293bca79cc51308b5f03eb3c6a0/chemcoord-2.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-10 11:40:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mcocdawc",
"github_project": "chemcoord",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "chemcoord"
}