boys

Crates.ioboys
lib.rsboys
version0.1.0
sourcesrc
created_at2021-12-25 21:42:45.511085
updated_at2021-12-25 21:42:45.511085
descriptionDifferent algorithms for calculating the Boys function
homepage
repositoryhttps://github.com/berquist/boys
max_upload_size
id503086
size568,055
Eric Berquist (berquist)

documentation

README

Build Status License Issues

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.

Commit count: 56

cargo fmt