This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kohn-sham_grid_calculation [2012/01/23 10:21] prokop |
kohn-sham_grid_calculation [2016/11/24 15:25] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | to run grid calcualtin it is necessary to put basis functions (.wf*) into ./Fdata/Basis | + | to run grid calcualtin it is necessary to put basis functions (.wf*) into ./Fdata/basis |
| then switch on iks=1, and off imcweda = 0, idogs = 0, as shown in following firebal.in example | then switch on iks=1, and off imcweda = 0, idogs = 0, as shown in following firebal.in example | ||
| - | [code] | + | <code> |
| &OPTION | &OPTION | ||
| Line 21: | Line 21: | ||
| idogs = 0 | idogs = 0 | ||
| &END | &END | ||
| - | [/code] | + | |
| + | &MESH | ||
| + | ifixg0 = 1 # this will fix origin of grid | ||
| + | g0 = 0.0,0.0,0.0 # in this position | ||
| + | &END | ||
| + | </code> | ||