跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
pwmat:demo:u
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== DFT+U Calculation ====== DFT+U calculation for NiO ===== Input files ===== atom.config <code bash> 4 Lattice vector 4.1700000000 2.0850000000 2.0850000000 2.0850000000 4.1700000000 2.0850000000 2.0850000000 2.0850000000 4.1700000000 Position, move_x, move_y, move_z 28 0.000000000000 0.000000000000 0.000000000000 0 0 0 28 0.500000000000 0.500000000000 0.500000000000 0 0 0 8 0.250000000000 0.250000000000 0.250000000000 0 0 0 8 0.750000000000 0.750000000000 0.750000000000 0 0 0 </code> etot.input <code bash> 1 4 JOB = SCF IN.PSP1 = O.SG15.PBE.UPF IN.PSP2 = Ni.SG15.PBE.UPF IN.ATOM = atom.config SPIN = 2 Ecut = 50 MP_N123 = 5 5 5 0 0 0 LDAU_PSP2 = 2 4.3 # LDAU_L, Hubbard_U, (optional Hubbard_U2) </code> LDAU_PSP(i): specifies DFT+U method, LDAU_PSP2 means add U for Ni element. LDAU_L: selects l quantum number for which on site interaction is added; Hubbard_U: the strength of the effective on-site Coulomb interactions. O.SG15.PBE.UPF, Ni.SG15.PBE.UPF O.SG15.PBE.UPF, Ni.SG15.PEB.UPF are the pseudopotential files. ===== Calculations ===== - You can submit PWmat tasks in different ways: <code bash> mpirun -np 4 PWmat | tee output </code> <wrap round tip> Run the command directly </wrap> <code bash> #!/bin/bash #PBS -N SCF #PBS -l nodes=1:ppn=4 #PBS -q batch #PBS -l walltime=100:00:00 ulimit -s unlimited cd $PBS_O_WORKDIR mpirun -np 4 PWmat | tee output </code> <wrap round tip> Submit the task with a pbs script </wrap> - For DFT+U calculation, you can read total energy resulting from calculations with DFT+U. <code bash> grep "E_tot(eV)" REPORT | tail -1 >>> E_tot(eV) = -.92278062603732E+04 -.4049E-04 </code>
pwmat/demo/u.txt
· 最后更改: 2024/02/04 17:47 由
pengge
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部