10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-24 06:02:26 +02:00

call complex roothaan-hall scf

This commit is contained in:
Kevin Gasperich 2020-01-29 15:20:11 -06:00
parent 15f441819e
commit 4e5cae41d2

View File

@ -92,8 +92,11 @@ subroutine run
integer :: i_it, i, j, k
mo_label = "Orthonormalized"
call roothaan_hall_scf
if (is_periodic) then
call roothan_hall_scf_complex
else
call roothaan_hall_scf
endif
call ezfio_set_hartree_fock_energy(SCF_energy)
end