10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-21 20:52:28 +02:00

changed the davidson non sym keyword

This commit is contained in:
eginer 2022-10-22 23:00:06 +02:00
parent 7d05268ec8
commit 97c6afda39
2 changed files with 5 additions and 5 deletions

View File

@ -128,10 +128,10 @@ subroutine davidson_general_ext_rout_nonsym_b1space(u_in, H_jj, energies, sze, N
if(itermax > 4) then
itermax = itermax - 1
else if (m==1.and.disk_based_davidson) then
m = 0
disk_based = .True.
itermax = 6
! else if (m==1.and.disk_based_davidson) then
! m = 0
! disk_based = .True.
! itermax = 6
else
nproc_target = nproc_target - 1
endif

View File

@ -47,7 +47,7 @@ BEGIN_PROVIDER [ double precision, j1b_pen, (nucl_num) ]
integer :: i
do i = 1, nucl_num
j1b_pen(i) = 1.d0
j1b_pen(i) = 100.d0
enddo
endif