Skip to content
/ boys Public

Multiple algorithms for calculating the Boys function

License

Notifications You must be signed in to change notification settings

berquist/boys

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2025
Jul 29, 2019
Jan 12, 2024
Jul 28, 2019
Jan 14, 2024
Mar 29, 2024
Mar 29, 2024
Apr 12, 2025
Mar 24, 2025
Jan 13, 2024
Feb 11, 2025
Apr 9, 2025
Jul 28, 2019
Dec 25, 2021
Jun 22, 2019
Jan 14, 2024
Jan 14, 2024
Mar 29, 2024
Mar 29, 2024
Dec 21, 2024

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

Languages