# Point dipoles in a 2d box

echo                screen
units               lj
neighbor            0.3 bin
atom_style          hybrid molecular dipole
dimension           3
boundary            p p p

read_data           test.data

pair_style          soft 1.12246 
pair_coeff          * * 5.0



velocity            all create 1.2 12345

group               clump1 id <> 1 136
group               clump2 id <> 137 272


fix                  11 all rigid/nve  group 2 clump1 clump2  langevin 1.2 1.2 0.1 1114551
fix                  12 all  momentum 1000 linear 1 1 1 angular

neigh_modify         exclude group clump1 clump1
neigh_modify         exclude group clump2 clump2


dump                 1 all custom 10 test.lammpstrj id type x y 
timestep            0.0001
thermo              10

run                 0
velocity            all scale 1.2

run                 1000


