【LAMMPS学习】五、LAMMPS命令(4) 按类别划分的命令

 5. 命令 

本部分描述了 LAMMPS 输入脚本的格式以及其中的命令如何用于定义 LAMMPS 模拟。主要包括以下内容。

5.1. LAMMPS 输入脚本

5.2.输入脚本的解析规则

5.3.输入脚本结构

5.4. 按类别划分的命令

此部分列出了大多数 LAMMPS 命令,按类别分组。常规命令页面按字母顺序列出所有常规命令。固定、计算、配对等条目的样式选项有自己的页面,按字母顺序列出。

5.4.1.初始化:

newton

package

processors

suffix

units

5.4.2.设置模拟盒: 

boundary

change_box

create_box

dimension

lattice

region

   

5.4.3.设置原子:

atom_modify

atom_style

balance

create_atoms

create_bonds

delete_atoms

delete_bonds

displace_atoms

group

mass

molecule

read_data

read_dump

read_restart

replicate

set

velocity

   

5.4.4.力场:

angle_coeff

angle_style

bond_coeff

bond_style

bond_write

dielectric

dihedral_coeff

dihedral_style

improper_coeff

improper_style

kspace_modify

kspace_style

pair_coeff

pair_modify

pair_style

pair_write

special_bonds

 

5.4.5.设置:

comm_modify

comm_style

info

min_modify

min_style

neigh_modify

neighbor

partition

reset_timestep

run_style

timer

timestep

5.4.6.时间步长(固定)和诊断(计算)内的操作:

compute

compute_modify

fix

fix_modify

uncompute

unfix

   

5.4.7.输出:

dump image

dump movie

dump

dump_modify

restart

thermo

thermo_modify

thermo_style

undump

write_coeff

write_data

write_dump

write_restart

   

5.4.8.动作:

minimize

neb

neb_spin

prd

rerun

run

tad

temper

   

5.4.9.输入脚本控制:

clear

echo

if

include

info

jump

label

log

next

print

python

quit

shell

variable

 

 
 

 

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-03-29 00:12:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-03-29 00:12:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-03-29 00:12:02       87 阅读
  4. Python语言-面向对象

    2024-03-29 00:12:02       96 阅读

热门阅读

  1. Rust编程(一)

    2024-03-29 00:12:02       44 阅读
  2. 细节之PyTorch 中的 torch.ones([])

    2024-03-29 00:12:02       42 阅读
  3. Gitea允许无请求头跨域

    2024-03-29 00:12:02       41 阅读
  4. 4、Jenkins持续集成-用户权限和凭证管理

    2024-03-29 00:12:02       43 阅读
  5. Python爬虫之pyquery和parsel的使用

    2024-03-29 00:12:02       35 阅读
  6. 关于ubuntu18.04 ARM架构更换源失败的问题

    2024-03-29 00:12:02       45 阅读
  7. sql中使用了in直接卡死

    2024-03-29 00:12:02       44 阅读