File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ Charges
14414411 0.084
14514512 0.084
14614613 -0.023
147- 14 0.082
148- 15 0.082
147+ 14 0.083
148+ 15 0.083
14914916 -0.283
15015017 -0.023
15115118 0.083
15215219 0.083
15315320 -0.023
154- 21 0.082
155- 22 0.082
154+ 21 0.083
155+ 22 0.083
15615623 -0.283
15715724 -0.023
15815825 0.082
@@ -170,14 +170,14 @@ Charges
17017037 -0.283
17117138 -0.023
17217239 0.082
173- 40 0.082
173+ 40 0.083
17417441 -0.023
17517542 0.083
17617643 0.083
17717744 -0.283
17817845 -0.023
179- 46 0.082
180- 47 0.082
179+ 46 0.083
180+ 47 0.083
18118148 -0.021
18218249 0.084
18318350 0.084
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
2- units real
3- atom_style full
4- bond_style harmonic
5- angle_style harmonic
6- dihedral_style harmonic
7- pair_style lj/cut/coul/long 10
82kspace_style ewald 1e-5
9- special_bonds lj 0.0 0.0 0.5 coul 0.0 0.0 1.0 angle yes dihedral yes
10-
11- read_data water.data &
12- extra/bond/per/atom 3 &
13- extra/angle/per/atom 6 &
14- extra/dihedral/per/atom 10 &
15- extra/special/per/atom 14
16- include parameters.inc
3+ read_restart water.restart
174
185molecule pegmol peg.mol
196create_atoms 0 single 0 0 0 mol pegmol 454756
207
21- group H2O type OW HW
228group PEG type C CPos H HC OAlc OE
239
2410delete_atoms overlap 2.0 H2O PEG mol yes
@@ -35,11 +21,12 @@ dump_modify viz backcolor white &
3521 adiam C 2.8 adiam CPos 2.8 adiam OAlc 2.6 &
3622 adiam H 1.4 adiam HC 1.4 adiam OE 2.6
3723
38- fix mynpt all npt temp 300 300 100 x 1 1 1000
24+ # fix mynpt all npt temp 300 300 100 x 1 1 1000
3925fix myrct PEG recenter 0 0 0 shift all
4026timestep 1.0
4127
4228thermo 500
4329run 10000
4430
45- write_data merge.data
31+ write_restart merge.restart
32+ # write_data merge.data # uncomment to write a .data file as well
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -43,4 +43,6 @@ thermo_style custom step temp etotal v_myvol v_rho
4343
4444timestep 1.0
4545run 10000
46- write_data water.data
46+
47+ write_restart water.restart
48+ # write_data water.data # uncomment to write a .data file as well
You can’t perform that action at this time.
0 commit comments