Quantum Espresso Hands-On实战训练(五)——电荷密度可视化

系列文章目录

Quantum Espresso Hands-On实战训练(一)——DFT能带计算
Quantum Espresso Hands-On实战训练(二)——HSE计算
Quantum Espresso Hands-On实战训练(三)——DOS计算

Quantum Espresso Hands-On实战训练(四)——波函数可视化


一、计算过程

1. scf及nscf常规操作

2. pp.x后处理

3. VESTA可视化

二、scf及nscf

常规操作,pw.x输入文件可参考`

 &CONTROL
                       title = 'scf.inp' ,
                 calculation = 'nscf' ,
                  pseudo_dir = '/home/flyingd/Desktop/fermiSurface/pse/' ,
 /
 &SYSTEM
                       ibrav = 0,
                         nat = 2,
                        ntyp = 1,
                     ecutwfc = 50 ,
                     ecutrho = 200 ,
                        nbnd = 8,
                 occupations = 'tetrahedra' ,
                     degauss = 1d-9 ,
                    smearing = 'gaussian' ,
 /
 &ELECTRONS
 /
CELL_PARAMETERS angstrom 
    -0.000000000    2.681233128    2.681233128 
     2.681233128   -0.000000000    2.681233128 
     2.681233128    2.681233128    0.000000000 
ATOMIC_SPECIES
   Si   28.08550  Si.vbc.UPF 
ATOMIC_POSITIONS crystal 
   Si      0.000000000    0.000000000    0.000000000    
   Si      0.250000000    0.250000000    0.250000000    
K_POINTS automatic 
  20 20 20   0 0 0 

三、pp.x后处理

新建ppcd.inp

 &inputpp
    filplot = 'ppcd'
    prefix='pwscf'
    outdir='./'
    plot_num=0
 /



&plot
    filepp(1) = 'ppcd'
    iflag = 3
    output_format = 5
    fileout = 'ppcd.xsf'
 /

运行

pp.x < ppcd.inp > ppcd.out

得到一系列的ppcd.xsf文件

四、VESTA可视化

打开VESTA,打开ppcd.xsf文件,即可得到电荷密度图像
在这里插入图片描述
在这里插入图片描述

Quantum Espresso Hands-On实战训练(一)——DFT能带计算
Quantum Espresso Hands-On实战训练(二)——HSE计算
Quantum Espresso Hands-On实战训练(三)——DOS计算
Quantum Espresso Hands-On实战训练(四)——波函数可视化

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值