Dear Admin,
Can you please let us know how to edit, and which program to give some separation between these two columns "d eps" and "ncg" ? For certain of my calculation gives such output in OSZICAR :
_______________________________________________________
N E dE d eps ncg rms rms(c)
DAV: 1 -0.376875262004E+03 -0.37688E+03 -0.19808E-01132240 0.671E-01 0.710E+00
DAV: 2 -0.384670675980E+03 -0.77954E+01 -0.76914E+01149880 0.831E+00 0.475E+01
DAV: 3 -0.377412816022E+03 0.72579E+01 -0.92012E+01148800 0.877E+00 0.234E+01
DAV: 4 -0.376728824431E+03 0.68399E+00 -0.54700E+00125700 0.249E+00 0.617E+00
DAV: 5 -0.376809036295E+03 -0.80212E-01 -0.55563E-01127500 0.119E+00 0.374E+00
__________________________________________________________
Thank you very much,
Tilak
how to separate "d eps" and "ncg" column?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 25
- Joined: Thu Sep 09, 2010 1:40 pm
how to separate "d eps" and "ncg" column?
Last edited by tilak on Thu Feb 20, 2014 8:13 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
how to separate "d eps" and "ncg" column?
You can separate d eps column using e.g.:
grep DAV OSZICAR | awk '{print $4}'
grep DAV OSZICAR | awk '{print $4}'
Last edited by admin on Fri Feb 21, 2014 11:20 am, edited 1 time in total.