More digitals in DOSCAR file

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
jctung

More digitals in DOSCAR file

#1 Post by jctung » Wed Aug 08, 2012 10:28 am

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 ?
Last edited by jctung on Wed Aug 08, 2012 10:28 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2922
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

More digitals in DOSCAR file

#2 Post by admin » Thu Aug 09, 2012 9:55 am

main.F

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.

jctung

More digitals in DOSCAR file

#3 Post by jctung » Thu Aug 09, 2012 10:47 am

Thanks
Last edited by jctung on Thu Aug 09, 2012 10:47 am, edited 1 time in total.

Post Reply