This is the README for libboys, a FORTRAN90 library to numerically evaluate the Boys function F_n(x) [1]:
This function is needed for quantum chemical calculations to solve molecular integrals. However, there is no analytical solution to solve the Boys function (except for very specific cases). The accuracy of the numerical implementation in libboys is achieved by precalculated values and a recursive formula up to six orders.
-
Create a build directory:
mkdir build
-
Change into the build directory:
cd build
-
Run CMake to configure the project:
cmake ..
-
Build the project:
make
-
Optionally, manually run the test:
make run_test
-
Run all tests using CTest:
ctest
[1] S. F. Boys, Proc R. Soc. Am. 1950, 200, 542.
The library was written by Michael Böhme and is licensed under GNU Lesser General Public License (LGPL).