跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
pwmat:demo:spin
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== Spin-polarized calculation ====== Spin-polarized calculation for Ni ===== Input files ===== atom.config <code bash> 1 LATTICE 0.00000000 1.76200000 1.76200000 1.76200000 0.00000000 1.76200000 1.76200000 1.76200000 0.00000000 POSITION 28 0.00000000 0.00000000 0.00000000 0 0 0 </code> etot.input <code bash> 1 4 JOB = SCF IN.PSP1 = Ni.SG15.PBE.UPF IN.ATOM = atom.config SPIN = 2 Ecut = 50 MP_N123 = 12 12 12 0 0 0 </code> - Spin: specifies spin polarization, 1:non-spin-polarized calculations, 2:spin-polarized calculations (collinear). Ni.SG15.PBE.UPF <WRAP round warning> Ni.SG15.PEB.UPF is the pseudopotential file. </WRAP> ===== 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> Note Submit the task with a pbs script </wrap> - For spin-polarized calculations (collinear), the main output is REPORT file, you can read magnetic moment from it. <code bash> grep "spin_up;dn;loc_diff" REPORT | tail -1 </code> <code> >>> spin_up;dn;loc_diff = 9.3432875202 8.6567124798 0.7832247298 </code>
pwmat/demo/spin.txt
· 最后更改: 2024/02/04 17:35 由
pengge
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部