找一个Quantum ESPRESSO运行的例子
以下是一个使用Quantum ESPRESSO进行铜金属表面计算的示例:
&CONTROL calculation = 'relax', restart_mode='from_scratch', prefix='cu_surf', outdir='./', pseudo_dir='./', tprnfor = .true., tstress = .true., disk_io='low' /
&SYSTEM ibrav=6, celldm(1)=10.0, celldm(3)=2.0, nat=3, ntyp=1, ecutwfc=50.0, ecutrho=200.0, occupations='smearing', smearing='mp', degauss=0.01, nosym=.true. /
&ELECTRONS conv_thr=1.0d-8, mixing_beta=0.7, /
&IONS ion_dynamics='bfgs' /
&CELL press=0.0, cell_dynamics='bfgs' /
ATOMIC_SPECIES Cu 63.546 Cu.pbe-n-kjpaw_psl.1.0.0.UPF
ATOMIC_POSITIONS angstrom Cu 0.0 0.0 0.0 Cu 1.8 1.8 0.0 Cu 3.6 3.6 0.0
K_POINTS automatic 10 10 1 0 0 0
在这个例子中,我们使用了平面波基组和赝势方法来计算铜金属表面的能量和结构。我们使用了BFGS算法来优化铜原子的位置和晶胞参数,以最小化总能量。K_POINTS的设置表示使用10x10x1个k点来计算能量和力。
原文地址: https://www.cveoy.top/t/topic/u75 著作权归作者所有。请勿转载和采集!