Aakash Kumar
unread,Apr 13, 2022, 3:38:51 PM4/13/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BerkeleyGW Help, wu1m...@berkeley.edu, lzl...@berkeley.edu, BerkeleyGW Help, SOUREN ADHIKARY
Dear Souren and Meng,
I have the same issue for a large system with 80 K-points. I decided to calculate parabands on 4 groups, each with 20 K-points. Since the initial grid was a 6x6x4, I kept this in all my pw2bgw.inp files:
&input_pw2bgw
prefix = 'wt2'
outdir = './'
real_or_complex = 2
wfng_flag = .true.
wfng_file = 'WFN1'
wfng_kgrid = .true.
wfng_nk1 = 6
wfng_nk2 = 6
wfng_nk3 = 4
wfng_dk1 = 0d0
wfng_dk2 = 0d0
wfng_dk3 = 0d0
rhog_flag = .true.
rhog_file = 'RHO'
vxcg_flag = .true.
vxcg_file = 'VXC'
vscg_flag = .true.
vscg_file = 'VSC'
vkbg_flag = .true.
vkbg_file = 'VKB'
/
Afterwards, I was able to succesfully merge these using wfnmerge.inp. But when I run epsilon, I get this error:
Wavefunction is not normalized in file WFN
abs(norm - 1) = 0.0578331
iband = 1 ispin = 1 ik = 1
Wavefunction is not normalized in file WFN
abs(norm - 1) = 0.0578331
iband = 1 ispin = 1 ik = 1
Wavefunction is not normalized in file WFN
Wavefunction is not normalized in file WFN
Wavefunction is not normalized in file WFN
abs(norm - 1) = 0.0503245
iband = 191 ispin = 1 ik = 1
Wavefunction is not normalized in file WFN
Wavefunction is not normalized in file WFN
abs(norm - 1) = 0.0503245
iband = 191 ispin = 1 ik = 1
Wavefunction is not normalized in file WFN
Wavefunction is not normalized in file WFN
Wavefunction is not normalized in file WFN
abs(norm - 1) = 0.0503245
iband = 191 ispin = 1 ik = 1
---------
abs(norm - 1) = 0.0503245
iband = 191 ispin = 1 ik = 1
ERROR: Incorrect normalization.
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0x15177a9cd171 in ???
#1 0x15177a9cc313 in ???
#2 0x1517799ed40f in ???
#3 0x1517799ed38f in ???
#4 0x1517799d7dc4 in ???
#5 0x543869 in ???
#6 0x50f048 in ???
#7 0x40938c in ???
#8 0x1517799d94a2 in ???
#9 0x40943d in ???
#10 0xffffffffffffffff in ???
ERROR: Incorrect normalization.
Any help would be much appreciated!!
Best,
Aakash