mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
Added HTML documentation
This commit is contained in:
parent
08bd5303d9
commit
2c02daf70c
@ -171,10 +171,11 @@ let tests =
|
|||||||
|
|
||||||
let frozen_core = Mo.Frozen_core.(make Small nuclei) in
|
let frozen_core = Mo.Frozen_core.(make Small nuclei) in
|
||||||
|
|
||||||
let e_mp2 = Perturbation.Mp2.make ~frozen_core mo_basis in
|
let mp2 = Perturbation.Mp2.make ~frozen_core mo_basis in
|
||||||
|
|
||||||
|
let e_mp2 = Perturbation.Mp2.energy mp2 in
|
||||||
|
|
||||||
check (float 1.e-9) "MP2" (-0.2016211415) (e_mp2)
|
check (float 1.e-9) "MP2" (-0.2016211415) (e_mp2)
|
||||||
]
|
]
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -31,7 +31,9 @@ let tests =
|
|||||||
|
|
||||||
let frozen_core = Mo.Frozen_core.(make Small nuclei) in
|
let frozen_core = Mo.Frozen_core.(make Small nuclei) in
|
||||||
|
|
||||||
let e_mp2 = Perturbation.Mp2.make ~frozen_core mo_basis in
|
let mp2 = Perturbation.Mp2.make ~frozen_core mo_basis in
|
||||||
|
|
||||||
|
let e_mp2 = Perturbation.Mp2.energy mp2 in
|
||||||
|
|
||||||
check (float 1.e-9) "MP2" (-0.2016211415) (e_mp2)
|
check (float 1.e-9) "MP2" (-0.2016211415) (e_mp2)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user