blob: 820e5fc685f463a749ee525d2a1bd20ddbb16afa (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Simint is a vectorized implementation of the Obara-Saika (OS) method of
calculating electron repulsion integrals. Speedup is gained by vectorizing
the primitive loop of the OS algorithm, with additional vectorization and
optimizations left to the compiler.
Simint is intended to be used for quantum chemistry computations.
WWW: http://www.bennyp.org/research/simint/
|