mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-11 05:28:24 +01:00
call complex roothaan-hall scf
This commit is contained in:
parent
15f441819e
commit
4e5cae41d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user