<div dir="ltr">Dear altruists,<div>I am writing the following pw2gw.x code to find the imaginary part of dielectric constant of silicon<div>&inputpp<br>  prefix='si_pg',<br>  outdir='./tmp/',<br>  qplda=.false.,<br>  vxcdiag=.false.,<br>  vkb=.false.,<br>  Emin=0.0,<br>  Emax=25.0,<br>  DeltaE=0.05,<br>/<br></div></div><div><br></div><div>Why is my program crashing with the following error?</div><div>task # Â  Â  Â  Â  0<br>  Â  Â from pw2gw : error # Â  Â  Â 5010<br>  Â  Â reading inputpp namelist<br></div><div><br></div><div>my scf and nscf codes are as follows-</div><div>scf code-</div><div>&control<br>  Â  calculation = 'scf'<br>  Â  restart_mode='from_scratch'<br>  Â  prefix = 'si_pg'<br>  Â  outdir='./tmp/'<br>  Â  tstress= .true.<br>  Â  tprnfor= .true.<br>  Â  pseudo_dir='../pseudo/'<br>  Â  verbosity Â  Â  Â  Â  = 'high'<br>  Â  disk_io = 'minimal'<br>/<br>&system<br>  Â  ibrav=2, celldm(1) =10.410909236, <br>  Â  nat=2, ntyp=1,<br>  Â  ecutwfc=40<br>  Â  ecutrho=320<br>  Â  nbnd=8<br>  Â  <br>  Â  ! occupations='smearing', smearing='gaussian',degauss=0.005<br>/<br>&electrons<br>  Â  conv_thr=1e-8<br>  Â  mixing_mode Â  Â  Â  = 'plain'<br>  Â  mixing_beta Â  Â  Â  = 0.7d0<br><br>/<br>&ions<br>  Â  ion_dynamics='bfgs',<br>  Â  upscale=10<br>/<br><br>ATOMIC_SPECIES<br> Si Â 28.0855 Â Si.pbe-n-kjpaw_psl.1.0.0.UPF<br><br>ATOMIC_POSITIONS (alat)<br> Si 0.00 0.00 0.00<br> Si 0.25 0.25 0.25<br>K_POINTS {automatic}<br>6 6 6 0 0 0<br></div><div><br></div><div>nscf code:</div><div>&control<br>  Â  calculation = 'nscf'<br>  Â  restart_mode='from_scratch'<br>  Â  prefix = 'si_pg'<br>  Â  outdir='./tmp/'<br>  Â  tstress= .true.<br>  Â  tprnfor= .true.<br>  Â  pseudo_dir='../pseudo/'<br>  Â  verbosity Â  Â  Â  Â  = 'high'<br>  Â  disk_io = 'minimal'<br>/<br>&system<br>  Â  ibrav=2, celldm(1) =10.410909236, <br>  Â  nat=2, ntyp=1,<br>  Â  ecutwfc=40<br>  Â  ecutrho=320<br>  Â  occupations='smearing' , smearing='gaussian',degauss=0.005<br>  Â  nbnd=8<br>  Â  nosym = .TRUE.<br>/<br>&electrons<br>  Â  conv_thr Â  Â  Â  Â  Â = 1.0d-8<br>  Â  mixing_mode Â  Â  Â  = 'plain'<br>  Â  mixing_beta Â  Â  Â  = 0.7d0<br>/<br>&ions<br>  Â  ion_dynamics='bfgs',<br>  Â  upscale=10<br>/<br><br><br>ATOMIC_SPECIES<br> Si Â 28.0855 Â  Si.pbe-n-kjpaw_psl.1.0.0.UPF<br><br>ATOMIC_POSITIONS (alat)<br> Si 0.00 0.00 0.00<br> Si 0.25 0.25 0.25<br>K_POINTS {automatic}<br>12 12 12 0 0 0<br>  Â Â <br></div><div>Regards</div><div>Fariba Islam</div><div>Bangladesh University of Engineering and Technology</div><div><br></div><div><br></div></div>