The numbers listed in DOSCR are, for example,
-47.427 0.2812E+01 0.2786E+01
I need more digitals in second and third column. For example, I need
-47.427 0.281255E+01 0.278634E+01
two or more digitals for them. Where is the format in source code ?
More digitals in DOSCAR file
Moderators: Global Moderator, Moderator
More digitals in DOSCAR file
Last edited by jctung on Wed Aug 08, 2012 10:28 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
More digitals in DOSCAR file
main.F
4166 WRITE(16,'(3X,F8.3,36E12.4)') &
4167 & EN,((DOSPAR(I,LPRO,NI,ISP),ISP=1,WDES%NCDIJ),LPRO=1,LPAR)
4166 WRITE(16,'(3X,F8.3,36E12.4)') &
4167 & EN,((DOSPAR(I,LPRO,NI,ISP),ISP=1,WDES%NCDIJ),LPRO=1,LPAR)
Last edited by admin on Thu Aug 09, 2012 9:55 am, edited 1 time in total.
More digitals in DOSCAR file
Thanks
Last edited by jctung on Thu Aug 09, 2012 10:47 am, edited 1 time in total.