跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
pwmat:demo:soc_nolinear
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== Spin-orbit coupling with noncollinear magnetization calculation ====== Spin-orbit coupling with noncollinear magnetization scf calculation for Fe ===== Input files ===== atom.config <code bash> 1 LATTICE 1.43407025 1.43407025 1.43407025 -1.43407025 1.43407025 1.43407025 -1.43407025 -1.43407025 1.43407025 POSITION 26 0.00000000 0.00000000 0.00000000 0 0 0 MAGNETIC_XYZ 26 0 0 6 </code> MAGNETIC_XYZ: specifies the initial magnetic moment in atom.config etot.input <code bash> 1 4 JOB = SCF CONVERGENCE = difficult IN.PSP1 = Fe.SG15.PBE.SOC.UPF IN.ATOM = atom.config SPIN = 222 Ecut = 50 MP_N123 = 8 8 8 0 0 0 2 #NK1, NK2, NK3, SK1, SK2, SK3, FLAG_SYMM XCFUNCTIONAL = PBE </code> 1.Spin: specifies spin polarization, 222:Spin-orbit coupling with noncollinear magnetization. 2.FLAG_SYMM: controls the symmetry operation, possible values:0, 1, 2, 3. 2 means: generate kpoints without any symmetry. Cd.SG15.PBE.SOC.UPF, Se.SG15.PBE.SOC.UPF Spin-orbit pseudopotential files need to be used. ===== 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> - After SCF calculation, you can read the final megnetic moment from REPORT or OUT.ATOMSPIN file. <code bash> grep "spin_xyz" REPORT | tail -1 </code> <code> >>>spin_xyz = 0.49661188020102E-05 -.48919186091819E-05 0.24426253634560E+01 </code> OUT.ATOMSPIN: <code bash> magnetization # of ion x y z tot_charge -------------------------------- 1 0.000 -0.000 2.443 16.000 -------------------------------- tot_cell 0.000 -0.000 2.443 16.000 </code>
pwmat/demo/soc_nolinear.txt
· 最后更改: 2024/02/04 17:45 由
pengge
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部