9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-25 22:12:05 +02:00

Merge pull request #271 from QuantumPackage/dev-stable-tc-scf
Some checks reported errors
continuous-integration/drone/push Build was killed

canged h_p to h
This commit is contained in:
Emmanuel Giner 2023-04-14 11:16:08 +02:00 committed by GitHub
commit 8a43a2ab27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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