forked from lijiext/lammps
update list of known LAMMPS keywords
This commit is contained in:
parent
3d5db63381
commit
fd55d7d367
|
@ -2,25 +2,26 @@
|
|||
" Language: Lammps Simulation Script File
|
||||
" Maintainer: Gerolf Ziegenhain <gerolf@ziegenhain.com>
|
||||
" Updates: Axel Kohlmeyer <akohlmey@gmail.com>, Sam Bateman <sam.bateman@nrlssc.navy.mil>, Daniel Möller Montull <d.moller.m@gmail.com>
|
||||
" Latest Revision: 2012-06-19
|
||||
" Latest Revision: 2019-06-11
|
||||
|
||||
syn clear
|
||||
|
||||
syn keyword lammpsOutput log write_restart restart dump undump thermo thermo_modify thermo_style print
|
||||
syn keyword lammpsRead include read read_restart read_data
|
||||
syn keyword lammpsOutput log write_data write_dump info shell write_restart restart dump undump thermo thermo_modify thermo_style print timer
|
||||
syn keyword lammpsRead include read_restart read_data read_dump molecule
|
||||
syn keyword lammpsLattice boundary units atom_style lattice region create_box create_atoms dielectric
|
||||
syn keyword lammpsLattice delete_atoms change_box dimension replicate
|
||||
syn keyword lammpsParticle pair_coeff pair_style pair_modify mass velocity angle_coeff angle_style
|
||||
syn keyword lammpsParticle atom_modify atom_style bond_coeff bond_style delete_bonds kspace_style
|
||||
syn keyword lammpsLattice delete_atoms displace_atoms change_box dimension replicate
|
||||
syn keyword lammpsParticle pair_coeff pair_style pair_modify pair_write mass velocity angle_coeff angle_style
|
||||
syn keyword lammpsParticle atom_modify atom_style bond_coeff bond_style bond_write create_bonds delete_bonds kspace_style
|
||||
syn keyword lammpsParticle kspace_modify dihedral_style dihedral_coeff improper_style improper_coeff
|
||||
syn keyword lammpsSetup min_style fix_modify run_style timestep neighbor neigh_modify fix unfix
|
||||
syn keyword lammpsSetup communicate newton nthreads processors reset_timestep
|
||||
syn keyword lammpsRun minimize run
|
||||
syn keyword lammpsDefine variable group compute
|
||||
syn keyword lammpsSetup min_style fix_modify run_style timestep neighbor neigh_modify fix unfix suffix special_bonds
|
||||
syn keyword lammpsSetup balance box clear comm_modify comm_style newton package processors reset_ids reset_timestep
|
||||
syn keyword lammpsRun minimize run rerun tad neb prd quit server temper temper/grem temper/npt
|
||||
syn keyword lammpsRun min/spin message hyper dynamical_matrix
|
||||
syn keyword lammpsDefine variable group compute python set uncompute kim_query
|
||||
|
||||
syn keyword lammpsRepeat jump next loop
|
||||
|
||||
syn keyword lammpsOperator equal add sub mult div
|
||||
syn keyword lammpsOperator equal add sub mult div
|
||||
|
||||
syn keyword lammpsConditional if then elif else
|
||||
|
||||
|
|
Loading…
Reference in New Issue