mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
F12 correct
This commit is contained in:
parent
d1efe67e5a
commit
5289d36b76
@ -28,10 +28,9 @@ let f12_integrals mo_basis =
|
||||
and ijlk = F12.get_phys two_e_ints i j l k
|
||||
in
|
||||
if s' = Spin.other s then
|
||||
0.375 *. ijkl +. 0.125 *. ijlk
|
||||
(*
|
||||
0.25 *. ijkl
|
||||
*)
|
||||
(* Minus sign because we swap spin variables
|
||||
instead of orbital variables *)
|
||||
0.375 *. ijkl -. 0.125 *. ijlk
|
||||
else
|
||||
0.25 *. (ijkl -. ijlk)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user