csi.xm

来自「一个很好的分子动力学程序」· XM 代码 · 共 63 行

XM
63
字号
########################################################################                                                                     ##  Example:  Using Tersoff's C-Si potential                           ##                                                                     #########################################################################                                                                     ##    This file gives an example of how to create a C-Si diamond       ##  structure and how to load the Tersoff C-Si potential.              ##                                                                     ##    This input file requires XMD version 2.2.1 or later              ##                                                                     #########################################################################  Switch on Tersoff C-Si potentialpotential set tersoff#  Set up some useful constants for this potentialcalc  C=1calc  Si=2calc  MassC=12.01calc  MassSi=28.086calc  A0=4.32calc  DTIME=0.8e-15#  Form diamond unit cellbox 2 2 2particle  8 C   0.125 0.125 0.125 C   0.125 0.625 0.625 C   0.625 0.125 0.625 C   0.625 0.625 0.125 Si  0.375 0.375 0.375 Si  0.375 0.875 0.875 Si  0.875 0.375 0.875 Si  0.875 0.875 0.375dup  1  1 0 0dup  1  0 1 0dup  1  0 0 1#  Scale to the unit cell length of diamond CSiscale 4.32#  Set particle massesselect type Cmass MassCselect type Simass MassSi#  Set simulation step sizedtime DTIME#  Instruct XMD to save energy every CMD step in file csi.eesave 1 csi.e#  Initialize velocities to 1000Kitemp 1000#  Set clamp off (adiabatic simulation)clamp off# Equilibrate particles for 500 stepcmd 500

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?