10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 15:12:19 +02:00

removed s2 penality

This commit is contained in:
Abdallah Ammar 2023-04-14 02:12:53 +02:00
parent 948f839952
commit ef34717378

View File

@ -462,8 +462,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), &