Skip to content

berquist/obarasaika

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%