|
|
[求助]
请教Quantum Espresso 画ELF(电子局域函数)图像为什么出现这样的错误?
我用Quantum Espresso 画ELF(电子局域函数)图像,用VESTA看三维图时,却是这样的,不知道错误出在什么地方?请大家帮忙指导一下!自洽文件和提取elf密度输入文件如下:
&control
calculation = 'scf',
restart_mode= 'from_scratch',
pseudo_dir = './pseudo',
outdir = './tmp',
prefix='n2',
tstress = .true.
tprnfor = .true.
/
&system
ibrav=0,
nat=2,
ntyp=1,
ecutwfc=20,ecutrho=160,
/
&electrons
diagonalization='david'
mixing_mode = 'plain'
mixing_beta = 0.5
/
ATOMIC_SPECIES
N 14.007000 n_pbesol_v1.2.uspp.F.UPF
CELL_PARAMETERS {angstrom}
3.142806190333729 -1.814500000000000 0.000000000000000
0.000000000000000 3.629000000000001 0.000000000000000
0.000000000000000 0.000000000000000 5.890000000000000
ATOMIC_POSITIONS {crystal}
N 0.3333333333333334 0.6666666666666666 0.2500000000000000
N -0.3333333333333334 -0.6666666666666666 0.7499999999999999
K_POINTS {automatic}
4 4 4 0 0 0
elf文件:
&INPUTPP
prefix = 'n2'
outdir = './tmp'
filplot = 'n2.charge'
plot_num = 8
spin_component = 0
/
&PLOT
iflag = 3
output_format = 6
fileout = 'n2.elf.cube'
/
![请教Quantum Espresso 画ELF(电子局域函数)图像为什么出现这样的错误?]()
n2.elf.jpg |
|