mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +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
|
and ijlk = F12.get_phys two_e_ints i j l k
|
||||||
in
|
in
|
||||||
if s' = Spin.other s then
|
if s' = Spin.other s then
|
||||||
0.375 *. ijkl +. 0.125 *. ijlk
|
(* Minus sign because we swap spin variables
|
||||||
(*
|
instead of orbital variables *)
|
||||||
0.25 *. ijkl
|
0.375 *. ijkl -. 0.125 *. ijlk
|
||||||
*)
|
|
||||||
else
|
else
|
||||||
0.25 *. (ijkl -. ijlk)
|
0.25 *. (ijkl -. ijlk)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user