Giter VIP home page Giter VIP logo

chemcoord's Introduction

chemcoord: A python module for coordinates of molecules

Latest Release latest release
Package Status status
License license
Build Status travis build status
Code Quality Code Health
Coverage Codecov

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.
  • Geometries may be defined with symbolic expressions using sympy.
  • Built on top of pandas 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.
  • The classes are safe to inherit from and can easily be customized.
  • It as a python module ;)

Installation guide

A working python installation is required (2.7 and >=3.5 are possible).

It is highly recommended to use this module in combination with Ipython and jupyter. They come shipped by default with the anaconda3 installer

Unix

For the packaged versions, the following commands have to be executed in the terminal:

conda install -c mcocdawc chemcoord

or

pip install 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.

Changelog

The changelog can be found here.

Citation and mathematical background

If chemcoord is used in a project that leads to a scientific publication, please acknowledge this fact by citing Oskar Weser (2017) using this ready-made BibTeX entry:

@mastersthesis{OWeser2017,
author = {Oskar Weser},
title = {An efficient and general library for the definition and use of internal coordinates in large molecular systems},
school = {Georg August Universität Göttingen},
year = {2017},
month = {November},
}

The master thesis including the derivation of implemented equations and the mathematical background can be found here.

chemcoord's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.