Skip to content

berquist/boys

Repository files navigation

Build Status License Issues crates.io Docs.rs

boys

A Rust library for calculation of the Boys function

equation

via a number of methods:

System dependencies

The GNU Scientific Library (GSL) is used via the rgsl crate to provide the gamma and incomplete gamma functions for the exact implementation and the error function for Michael Böhme's algorithm.

OS/distro install command
Debian/Ubuntu sudo apt-get install libgsl0-dev
Arch Linux sudo pacman -S gsl
macOS (using Homebrew) brew install gsl

Literature

S. F. Boys, Proc R. Soc. Am. 1950, 200, 542.

About

Multiple algorithms for calculating the Boys function

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages