Page 1 of 1

More digitals in DOSCAR file

Posted: Wed Aug 08, 2012 10:28 am
by jctung
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

Posted: Thu Aug 09, 2012 9:55 am
by admin
main.F

4166 WRITE(16,'(3X,F8.3,36E12.4)') &
4167 & EN,((DOSPAR(I,LPRO,NI,ISP),ISP=1,WDES%NCDIJ),LPRO=1,LPAR)

More digitals in DOSCAR file

Posted: Thu Aug 09, 2012 10:47 am
by jctung
Thanks