added h_p in davidson diagonalization hS2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
eginer 2023-04-10 16:50:55 +02:00 committed by Anthony Scemama
parent dee12a7907
commit accf8c28f6
1 changed files with 2 additions and 1 deletions

View File

@ -465,7 +465,8 @@ subroutine davidson_diag_hjj_sjj(dets_in,u_in,H_jj,s2_out,energies,dim_in,sze,N_
integer :: lwork, info
double precision, allocatable :: work(:)
y = h
! y = h
y = h_p
lwork = -1
allocate(work(1))
call dsygv(1,'V','U',shift2,y,size(y,1), &