better way to list rxn counts
This commit is contained in:
@ -40,7 +40,7 @@ fix 1 statted_grp_REACT nvt temp $T $T 100
|
|||||||
|
|
||||||
fix 4 bond_react_MASTER_group temp/rescale 1 $T $T 1 1
|
fix 4 bond_react_MASTER_group temp/rescale 1 $T $T 1 1
|
||||||
|
|
||||||
thermo_style custom step temp press density f_myrxns[1]
|
thermo_style custom step temp press density f_myrxns[*]
|
||||||
|
|
||||||
thermo 100
|
thermo 100
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ read_data large_nylon_melt.data.gz &
|
|||||||
extra/angle/per/atom 15 &
|
extra/angle/per/atom 15 &
|
||||||
extra/dihedral/per/atom 15 &
|
extra/dihedral/per/atom 15 &
|
||||||
extra/improper/per/atom 25 &
|
extra/improper/per/atom 25 &
|
||||||
extra/special/per/atom 25
|
extra/special/per/atom 25
|
||||||
|
|
||||||
velocity all create 800.0 4928459 dist gaussian
|
velocity all create 800.0 4928459 dist gaussian
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ fix 1 statted_grp_REACT nvt temp 800 800 100
|
|||||||
# you can use the internally created 'bond_react_MASTER_group', like so:
|
# you can use the internally created 'bond_react_MASTER_group', like so:
|
||||||
# fix 2 bond_react_MASTER_group temp/rescale 1 800 800 10 1
|
# fix 2 bond_react_MASTER_group temp/rescale 1 800 800 10 1
|
||||||
|
|
||||||
thermo_style custom step temp press density f_myrxns[1] f_myrxns[2] # cumulative reaction counts
|
thermo_style custom step temp press density f_myrxns[*] # cumulative reaction counts
|
||||||
|
|
||||||
# restart 100 restart1 restart2
|
# restart 100 restart1 restart2
|
||||||
|
|
||||||
|
|||||||
@ -44,7 +44,7 @@ fix rxns all bond/react stabilization yes statted_grp .03 &
|
|||||||
|
|
||||||
fix 1 statted_grp_REACT nvt temp 300 300 100
|
fix 1 statted_grp_REACT nvt temp 300 300 100
|
||||||
|
|
||||||
thermo_style custom step temp f_rxns[1] f_rxns[2] f_rxns[3] f_rxns[4]
|
thermo_style custom step temp f_rxns[*]
|
||||||
|
|
||||||
run 2000
|
run 2000
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,7 @@ fix 1 statted_grp_REACT nvt temp 300 300 100
|
|||||||
# by using the internally-created 'bond_react_MASTER_group', like so:
|
# by using the internally-created 'bond_react_MASTER_group', like so:
|
||||||
fix 4 bond_react_MASTER_group temp/rescale 1 300 300 10 1
|
fix 4 bond_react_MASTER_group temp/rescale 1 300 300 10 1
|
||||||
|
|
||||||
thermo_style custom step temp press density f_myrxns[1] f_myrxns[2]
|
thermo_style custom step temp press density f_myrxns[*]
|
||||||
|
|
||||||
# restart 100 restart1 restart2
|
# restart 100 restart1 restart2
|
||||||
|
|
||||||
|
|||||||
@ -54,7 +54,7 @@ fix 1 statted_grp_REACT nvt temp 300 300 100
|
|||||||
# by using the internally-created 'bond_react_MASTER_group', like so:
|
# by using the internally-created 'bond_react_MASTER_group', like so:
|
||||||
fix 4 bond_react_MASTER_group temp/rescale 1 300 300 10 1
|
fix 4 bond_react_MASTER_group temp/rescale 1 300 300 10 1
|
||||||
|
|
||||||
thermo_style custom step temp press density v_prob1 v_prob2 f_myrxns[1] f_myrxns[2]
|
thermo_style custom step temp press density v_prob1 v_prob2 f_myrxns[*]
|
||||||
|
|
||||||
# restart 100 restart1 restart2
|
# restart 100 restart1 restart2
|
||||||
|
|
||||||
|
|||||||
@ -47,7 +47,7 @@ fix myrxns all bond/react stabilization no &
|
|||||||
|
|
||||||
fix 1 all nve/limit .03
|
fix 1 all nve/limit .03
|
||||||
|
|
||||||
thermo_style custom step temp press density f_myrxns[1] f_myrxns[2]
|
thermo_style custom step temp press density f_myrxns[*]
|
||||||
|
|
||||||
# restart 100 restart1 restart2
|
# restart 100 restart1 restart2
|
||||||
|
|
||||||
|
|||||||
@ -51,7 +51,7 @@ fix 1 statted_grp_REACT nvt temp $T $T 100
|
|||||||
|
|
||||||
fix 4 bond_react_MASTER_group temp/rescale 1 $T $T 1 1
|
fix 4 bond_react_MASTER_group temp/rescale 1 $T $T 1 1
|
||||||
|
|
||||||
thermo_style custom step temp press density f_rxn1[1] f_rxn1[2] f_rxn1[3]
|
thermo_style custom step temp press density f_rxn1[*]
|
||||||
|
|
||||||
run 10000
|
run 10000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user