Skip to content

Faster LCAO two-center integrals

username-removed-71312 requested to merge faster-overlap into master

The LCAO overlap code performs a large number of additions, multiplications etc. on quite small matrices. This is quite time consuming because Python adds a lot of overhead. Rewrite most performance critical part in C.

Merge request reports