mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-11 13:38:18 +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
|
integer :: i_it, i, j, k
|
||||||
|
|
||||||
mo_label = "Orthonormalized"
|
mo_label = "Orthonormalized"
|
||||||
|
if (is_periodic) then
|
||||||
|
call roothan_hall_scf_complex
|
||||||
|
else
|
||||||
call roothaan_hall_scf
|
call roothaan_hall_scf
|
||||||
|
endif
|
||||||
call ezfio_set_hartree_fock_energy(SCF_energy)
|
call ezfio_set_hartree_fock_energy(SCF_energy)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user