Quantum expresso計(jì)算計(jì)算費(fèi)米面
本教程轉(zhuǎn)發(fā)自https://blog.sciencenet.cn/home.php?mod=space&uid=3352196&do=blog&quickforward=1&id=1070348
1.普通自洽計(jì)算(pw.x<scf.in>scf.out)
&CONTROL
calculation = 'scf'
prefix = 'silicon'
restart_mode = 'from_scratch'
wf_collect = .false.
pseudo_dir = './',
outdir = './'
disk_io = 'low'
tstress = .true.
tprnfor = .true.
etot_conv_thr = 1.0d-5
forc_conv_thr = 1.0d-4
/
&SYSTEM
ibrav = 2,
celldm(1) = 10.2,
nat = 2,
ntyp = 1,
ecutwfc = 50
ecutrho = 800
occupations = 'smearing'
smearing = 'mp'
degauss = 0.02
nbnd = 28
noncolin = .true.
lspinorb = .true.
/
&electrons
diagonalization = 'david'
mixing_mode = 'plain'
mixing_beta = 0.7
conv_thr = 1.0d-9
/
ATOMIC_SPECIES
Si 28.08600 Si.pbe-n-kjpaw_psl.0.1.UPF
ATOMIC_POSITIONS {crystal}
Si 0.000000000 0.000000000 0.000000000
Si 0.250000000 0.250000000 0.250000000
K_POINTS {automatic}
6 6 6 0 0 0
2.用密集網(wǎng)格k點(diǎn)進(jìn)行一次非自洽計(jì)算(pw.x<nscf.in>nscf.out)
&CONTROL
calculation = 'nscf'
prefix = 'silicon'
restart_mode = 'from_scratch'
wf_collect = .false.
pseudo_dir = './',
outdir = './'
disk_io = 'low'
tstress = .true.
tprnfor = .true.
etot_conv_thr = 1.0d-5
forc_conv_thr = 1.0d-4
verbosity = 'high'
/
&SYSTEM
ibrav = 2,
celldm(1) = 10.2,
nat = 2,
ntyp = 1,
ecutwfc = 50
ecutrho = 738
occupations = 'smearing'
smearing = 'mp'
degauss = 0.02
nbnd = 28
noncolin = .true.
lspinorb = .true.
/
&electrons
diagonalization = 'david'
mixing_mode = 'plain'
mixing_beta = 0.7
conv_thr = 1.0d-9
/
ATOMIC_SPECIES
Si 28.08600 Si.pbe-n-kjpaw_psl.0.1.UPF
ATOMIC_POSITIONS {crystal}
Si 0.000000000 0.000000000 0.000000000
Si 0.250000000 0.250000000 0.250000000
K_POINTS {automatic}
40 40 40 0 0 0
3.將計(jì)算的k點(diǎn)以及相應(yīng)的本征值,轉(zhuǎn)換成xcrysden軟件的bxsf格式(fs.x<fs.in>fs.out)
&fermi
outdir='./'
prefix='silicon'
/
4.采用xcrysden來(lái)畫(huà)圖,輸入文件為silicon_fs.bxsf

京公網(wǎng)安備 11010802022153號(hào)
內(nèi)容已刪除
學(xué)習(xí)了,非常感謝樓主。
劉老師,肖老師的這個(gè)博客已經(jīng)打不開(kāi)了,想求一下bxsf2xsf.zip。聯(lián)系方式:,
頂一下,感謝分享!