<div>Dear QE developers,</div><div><br></div><div>There are a number of places in the PHonon code where "i2" is used as a format for writing indices of atoms or modes, which means that if you have more than 33 atoms you get ** instead of the actual number. I suggest you patch these to i6 or something, for more useful output.</div>
<div><br></div><div>dyndia.f90:93:9010 format   (5x,'omega(',i2,') =',f15.6,' [THz] =',f15.6,' [cm-1]')</div><div>elphon.f90:749:9010 FORMAT(5x,'lambda(',i2,')=',f8.4,'   gamma=',f8.2,' GHz')</div>
<div>elphon.f90:963:9010 FORMAT(5x,'lambda(',i2,')=',f8.4,'   gamma=',f8.2,' GHz')</div><div>lambda.f90:178:9010 format(12x,i2,2x,f8.4,9x,f8.2)</div><div>phq_summary.f90:123:  WRITE( stdout, '(7x,i2,5x,a6,f8.4,"   tau(",i2, &</div>
<div>write_eigenvectors.f90:51:9010 format(5x,'omega(',i2,') =',f15.6,' [THz] =',f15.6,' [cm-1]')</div><div>write_eigenvectors.f90:101:9010 format(5x,'omega(',i2,') =',f15.6,' [THz] =',f15.6,' [cm-1]')</div>
<div><br></div><div>David Strubbe</div><div>MIT</div>