Getting Started
Tutorial Notebooks
API
Boys function for the calculation of coulombic integrals.
N (int) – Order of boys function
x (float) – Varible for boys function.
result – The boys function f_{N}(x).
float
Returns the answer to the boys function f_{N - 1}(x) using the answer for the boys function f_{N}(x).
f_N (float) – Answer for the boys function f_{N}(x).
result – The boys function f_{N - 1}(x).