mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-09 06:53:38 +01:00
remove debug
This commit is contained in:
parent
d827a909c4
commit
14841c5a6f
@ -60,12 +60,12 @@ subroutine apply_mo_rotation(R,prev_mos)
|
|||||||
prev_mos = mo_coef
|
prev_mos = mo_coef
|
||||||
mo_coef = new_mos
|
mo_coef = new_mos
|
||||||
|
|
||||||
if (debug) then
|
!if (debug) then
|
||||||
print*,'New mo_coef : '
|
! print*,'New mo_coef : '
|
||||||
do i = 1, mo_num
|
! do i = 1, mo_num
|
||||||
write(*,'(100(F10.5))') mo_coef(i,:)
|
! write(*,'(100(F10.5))') mo_coef(i,:)
|
||||||
enddo
|
! enddo
|
||||||
endif
|
!endif
|
||||||
|
|
||||||
! Save the new MOs and change the label
|
! Save the new MOs and change the label
|
||||||
mo_label = 'MCSCF'
|
mo_label = 'MCSCF'
|
||||||
|
@ -60,12 +60,12 @@ subroutine apply_mo_rotation(R,prev_mos)
|
|||||||
prev_mos = mo_coef
|
prev_mos = mo_coef
|
||||||
mo_coef = new_mos
|
mo_coef = new_mos
|
||||||
|
|
||||||
if (debug) then
|
!if (debug) then
|
||||||
print*,'New mo_coef : '
|
! print*,'New mo_coef : '
|
||||||
do i = 1, mo_num
|
! do i = 1, mo_num
|
||||||
write(*,'(100(F10.5))') mo_coef(i,:)
|
! write(*,'(100(F10.5))') mo_coef(i,:)
|
||||||
enddo
|
! enddo
|
||||||
endif
|
!endif
|
||||||
|
|
||||||
! Save the new MOs and change the label
|
! Save the new MOs and change the label
|
||||||
mo_label = 'MCSCF'
|
mo_label = 'MCSCF'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
logical, parameter :: debug=.False.
|
!logical, parameter :: debug=.False.
|
||||||
double precision, parameter :: pi = 3.1415926535897932d0
|
double precision, parameter :: pi = 3.1415926535897932d0
|
||||||
|
@ -214,7 +214,7 @@ subroutine trust_region_optimal_lambda(n,e_val,tmp_wtg,delta,lambda)
|
|||||||
! Resolution with the Newton method:
|
! Resolution with the Newton method:
|
||||||
|
|
||||||
|
|
||||||
! Initialization
|
! Initialization
|
||||||
epsilon = 1d-4
|
epsilon = 1d-4
|
||||||
lambda =MAX(0d0, -e_val(1))
|
lambda =MAX(0d0, -e_val(1))
|
||||||
|
|
||||||
@ -295,9 +295,9 @@ subroutine trust_region_optimal_lambda(n,e_val,tmp_wtg,delta,lambda)
|
|||||||
print*, 'w_1^T . g =', tmp_wtg(1)
|
print*, 'w_1^T . g =', tmp_wtg(1)
|
||||||
|
|
||||||
! Debug
|
! Debug
|
||||||
if (debug) then
|
!if (debug) then
|
||||||
print*, 'Iteration rho_2 lambda delta ||x|| |1-(||x||^2/delta^2)|'
|
! print*, 'Iteration rho_2 lambda delta ||x|| |1-(||x||^2/delta^2)|'
|
||||||
endif
|
!endif
|
||||||
|
|
||||||
! Initialization
|
! Initialization
|
||||||
i = 1
|
i = 1
|
||||||
|
@ -294,9 +294,9 @@ Resolution with the Newton method:
|
|||||||
print*, 'w_1^T . g =', tmp_wtg(1)
|
print*, 'w_1^T . g =', tmp_wtg(1)
|
||||||
|
|
||||||
! Debug
|
! Debug
|
||||||
if (debug) then
|
!if (debug) then
|
||||||
print*, 'Iteration rho_2 lambda delta ||x|| |1-(||x||^2/delta^2)|'
|
! print*, 'Iteration rho_2 lambda delta ||x|| |1-(||x||^2/delta^2)|'
|
||||||
endif
|
!endif
|
||||||
|
|
||||||
! Initialization
|
! Initialization
|
||||||
i = 1
|
i = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user