Bandgap of Si in GW: Difference between revisions
Vaspmaster (talk | contribs) (Created page with 'Description: calculation of the bandgap of Si using various flavours of GW. ---- *INCAR <pre> </pre> *KPOINTS <pre> </pre> *POSCAR <pre> </pre> == Download == [http://www.…') |
Vaspmaster (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
grep " 4 " OUTCAR | sort -n -k 3 | tail -1 | awk '{print $3}' | |||
grep " 5 " OUTCAR | sort -n -k 3 | head -1 | awk '{print $3}' | |||
== Download == | == Download == |
Revision as of 15:34, 7 June 2012
Description: calculation of the bandgap of Si using various flavours of GW.
- INCAR
- KPOINTS
- POSCAR
grep " 4 " OUTCAR | sort -n -k 3 | tail -1 | awk '{print $3}'
grep " 5 " OUTCAR | sort -n -k 3 | head -1 | awk '{print $3}'
Download
To the list of examples or to the main page