|
嗯,是的,那个帖子我也看了,所以也就有些迷惑了,可能我看的文章是明确标明说使用的是Mulliken charges的,而有些文章并没有标明,只是说转移了多少电子。
老师,刚刚写了如下DOS输入文件,是可以正常运行的
&DOS
prefix ='111-AW-scf',
outdir='./tmp',
fildos='AW_DOS.dos'
Emin=-9.0, Emax=15.0,
degauss=0.02,
/
但,我刚刚写了projwfc输入文件,却总是提示说错误:Error in routine do_projwfc (1): reading projwfc namelist
&PRJWFC
prefix ='111-AW-scf',
outdir='./tmp',
ngauss = 1,
DeltaE = 0.05,
Emin=-9.0, Emax=15.0,
degauss=0.02,
filpdos='AW_pdos',
filproj='AW_pdos',
/
输入命令如下:mpirun -np 38 projwfc.x <AW_pdos.in> AW_pdos.out
请问该怎样改呢?
|
|