boys 0.1.0

Different algorithms for calculating the Boys function
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented0 out of 2 items with examples
  • Size
  • Source code size: 585.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • berquist/boys
    4 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • berquist

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.