Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefabat/MolecularIntegrals

A step-by-step tutorial to code the McMurchie-Davidson scheme to compute molecular integrals
https://github.com/stefabat/MolecularIntegrals

Last synced: 3 months ago
JSON representation

A step-by-step tutorial to code the McMurchie-Davidson scheme to compute molecular integrals

Awesome Lists containing this project

README

        

# Molecular Integrals
A step-by-step tutorial to code up the McMurchie-Davidson scheme to compute molecular integrals.

In the `tutorial` folder you can find the step-by-step guide as a Jupyter notebook, while in the `src` folder there is an *almost* one-to-one copy of the code parts only such that the program can be actually used in practice.

The code is written in a very clear, concise and neat way, at the price of being extremely slow.
There is a perfect analogy between equations and concepts: nothing is obscure!