mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-09 06:53:38 +01:00
This commit is contained in:
parent
0b7fe4e184
commit
315f2582f6
@ -115,7 +115,8 @@ subroutine routine_scf()
|
|||||||
|
|
||||||
!do while( it .lt. n_it_tcscf_max .and. (e_delta .gt. dsqrt(thresh_tcscf)) )
|
!do while( it .lt. n_it_tcscf_max .and. (e_delta .gt. dsqrt(thresh_tcscf)) )
|
||||||
!do while( it .lt. n_it_tcscf_max .and. (e_delta .gt. thresh_tcscf) )
|
!do while( it .lt. n_it_tcscf_max .and. (e_delta .gt. thresh_tcscf) )
|
||||||
do while( it .lt. n_it_tcscf_max .and. (rho_delta .gt. thresh_tcscf) )
|
!do while( it .lt. n_it_tcscf_max .and. (rho_delta .gt. thresh_tcscf) )
|
||||||
|
do while( it .lt. n_it_tcscf_max .and. (grad_non_hermit_right.gt. dsqrt(thresh_tcscf)) )
|
||||||
|
|
||||||
it += 1
|
it += 1
|
||||||
print*,'iteration = ', it
|
print*,'iteration = ', it
|
||||||
|
Loading…
Reference in New Issue
Block a user