mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
fixed Davidson
This commit is contained in:
parent
957fa694e2
commit
c30bdd34b8
@ -761,7 +761,7 @@ subroutine H_S2_u_0_nstates_bilinear_order(v_0,s_0,u_0,N_st,sze_8)
|
||||
! -----------------------
|
||||
|
||||
do while ( l_a < psi_bilinear_matrix_columns_loc(lcol+1) )
|
||||
do l=l_a,psi_bilinear_matrix_columns_loc(lcol+1)
|
||||
do l=l_a,psi_bilinear_matrix_columns_loc(lcol+1)-1
|
||||
lrow = psi_bilinear_matrix_rows(l)
|
||||
if (is_single_a(lrow)) exit
|
||||
enddo
|
||||
|
Loading…
Reference in New Issue
Block a user