mirror of
https://github.com/pfloos/quack
synced 2024-11-03 20:53:53 +01:00
fixing bug in memory allocation
This commit is contained in:
parent
b0413b1d13
commit
1f0d426570
@ -106,7 +106,7 @@ subroutine eDFT(maxSCF,thresh,max_diis,guess_type,mix,nNuc,ZNuc,rNuc,ENuc,nBas,n
|
||||
|
||||
! Allocate ensemble weights and MO coefficients
|
||||
|
||||
allocate(wEns(maxEns),aCC(maxCC,nEns-1),occnum(nBas,nspin,maxEns))
|
||||
allocate(wEns(maxEns),aCC(maxCC,maxEns-1),occnum(nBas,nspin,maxEns))
|
||||
call read_options_dft(nBas,method,x_rung,x_DFA,c_rung,c_DFA,SGn,nEns,wEns,nCC,aCC, &
|
||||
doNcentered,occnum,Cx_choice)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user