Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 776 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 776 Bytes

Build Status

Obara-Saika

Obara-Saika molecular integral code sandbox.

This is a terribly slow but in principle open-ended recursive implementation of the Obara-Saika algorithm using Python.

It may be useful for educational purposes or to generate and/or test a more efficient code.

The computed integrals are not normalized.

Licensed under BSD-3.

Originally forked from here with many thanks for providing the building blocks.

Dependencies

  • Python (tested 2.7, 3.6)
  • mpmath
  • For testing, either nose or pytest should work; check the Makefile.