8000 GitHub - hemangh/libboys: A FORTRAN library to numerically calculate the Boys function--adding CMake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hemangh/libboys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Issues

libboys

This is the README for libboys, a FORTRAN90 library to numerically evaluate the Boys function F_n(x) [1]:

equation

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.

CMake addition

  1. Create a build directory:

    mkdir build
  2. Change into the build directory:

    cd build
    
  3. Run CMake to configure the project:

    cmake ..
    
  4. Build the project:

    make
    
  5. Optionally, manually run the test:

    make run_test
    
  6. Run all tests using CTest:

    ctest
    
    

Literature

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

License

The library was written by Michael Böhme and is licensed under GNU Lesser General Public License (LGPL).

About

A FORTRAN library to numerically calculate the Boys function--adding CMake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 97.7%
  • Mathematica 1.8%
  • Other 0.5%
0