Merge pull request #4145 from jrgissing/improve_type_label_support
Improve type label support
This commit is contained in:
@ -38,6 +38,7 @@ molecule mol4 rxn1_stp2_reacted.molecule_template
|
||||
thermo 50
|
||||
|
||||
# dump 1 all xyz 100 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix myrxns all bond/react stabilization yes statted_grp .03 &
|
||||
react rxn1 all 1 0.0 2.9 mol1 mol2 rxn1_stp1_map &
|
||||
|
||||
@ -35,6 +35,7 @@ molecule mol6 rxn2_stp2_post.molecule_template
|
||||
thermo 50
|
||||
|
||||
# dump 1 all xyz 1 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix rxns all bond/react stabilization yes statted_grp .03 &
|
||||
react rxn1_stp1 all 1 0.0 5 mol1 mol2 rxn1_stp1.map &
|
||||
|
||||
@ -39,6 +39,7 @@ molecule mol4 rxn1_stp2_reacted.molecule_template
|
||||
thermo 50
|
||||
|
||||
# dump 1 all xyz 1 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix myrxns all bond/react stabilization yes statted_grp .03 &
|
||||
react rxn1 all 1 0.0 2.9 mol1 mol2 rxn1_stp1_map &
|
||||
|
||||
@ -43,6 +43,7 @@ molecule mol4 rxn1_stp2_reacted.molecule_template
|
||||
thermo 50
|
||||
|
||||
# dump 1 all xyz 1 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix myrxns all bond/react stabilization yes statted_grp .03 &
|
||||
react rxn1 all 1 0.0 5.0 mol1 mol2 rxn1_stp1_map prob v_prob1 1234 &
|
||||
|
||||
@ -40,6 +40,7 @@ molecule mol4 rxn1_stp2_reacted.molecule_template
|
||||
thermo 50
|
||||
|
||||
# dump 1 all xyz 1 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix myrxns all bond/react stabilization no &
|
||||
react rxn1 all 1 0.0 2.9 mol1 mol2 rxn1_stp1_map &
|
||||
|
||||
@ -41,6 +41,7 @@ molecule mol6 chain_chain_reacted.molecule_template
|
||||
thermo 100
|
||||
|
||||
# dump 1 all xyz 5 test_vis.xyz
|
||||
# dump_modify 1 types labels
|
||||
|
||||
fix rxn1 all bond/react stabilization yes statted_grp .03 &
|
||||
react rxn1 all 1 0 3.0 mol1 mol2 2styrene_map stabilize_steps 100 &
|
||||
|
||||
Reference in New Issue
Block a user