mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 04:13:33 +01:00
Working on Nuclear ints
This commit is contained in:
parent
925cdf693f
commit
6b83e80572
@ -19,7 +19,7 @@ let zero_m ~maxm ~expo_pq_inv ~norm_pq_sq =
|
||||
let t = norm_pq_sq *. exp_pq in
|
||||
boys_function ~maxm t
|
||||
|> Array.mapi (fun m fm ->
|
||||
two_over_sq_pi *. (if m mod 2 = 0 then fm else -.fm) *.
|
||||
two_over_sq_pi *. fm *.
|
||||
(pow exp_pq m) *. (sqrt exp_pq)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user