File: in.fix_external

package info (click to toggle)
lammps 20260211%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 491,668 kB
  • sloc: cpp: 1,050,132; python: 25,588; ansic: 8,808; f90: 7,302; sh: 5,248; perl: 4,171; fortran: 2,442; xml: 1,613; makefile: 1,120; objc: 238; lisp: 188; yacc: 58; csh: 16; awk: 14; tcl: 6; javascript: 2
file content (23 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# LAMMPS input for coupling LAMMPS with Python via fix external

units		metal
dimension	3
atom_style	atomic
atom_modify	sort 0 0.0

lattice		diamond 5.43
region		box block 0 1 0 1 0 1
create_box	1 box
create_atoms	1 box
mass		1 28.08

velocity	all create 300.0 87293 loop geom

fix		1 all nve
fix		2 all external pf/callback 1 1

#dump		2 all image 25 image.*.jpg type type &
#		axes yes 0.8 0.02 view 60 -30
#dump_modify	2 pad 3

thermo		1