forked from lijiext/lammps
make hybrid example use half the atoms with python, half with lj/cut
This commit is contained in:
parent
9833f38499
commit
436d3fd761
|
@ -8,6 +8,8 @@ region box block 0 10 0 10 0 10
|
|||
create_box 2 box
|
||||
create_atoms 1 box
|
||||
mass * 1.0
|
||||
region half block -0.1 4.9 0 10 0 10
|
||||
set region half type 2
|
||||
|
||||
velocity all create 3.0 87287
|
||||
|
||||
|
|
Loading…
Reference in New Issue