Hi there,
I’m having some problems with stabilization keyword in fix bond/react command. Any help on the issues would be greatly appreciated!
The following is described in the official documentation,
Fix bond/react creates and maintains two important dynamic groups of atoms when using the stabilization keyword. The first group contains all atoms currently involved in a reaction; this group is automatically time-integrated by an internally-created nve/limit integrator. The second group contains all atoms currently not involved in a reaction. This group should be controlled by a thermostat in order to time integrate the system. The name of this group of non-reacting atoms is created by appending ‘_REACT’ to the group-ID argument of the stabilization keyword, as shown in the second example above.
In my computational system, I deposited a lot of small molecules down a designated area of the box (using fix deposit command). Then, I used fix bond/react to make these small molecules bond to each other when deposited on the lowermost plane. I defined the molecular template as shown below,
But I found that no matter whether the thermostat is performed on the second group (‘_REACT’), the whole system is running normally without error.
My input script is as follows,
group addatoms type 2 3 4 #Atom type in deposited molecule
region slab block 50 300 50 250 40 45 # Molecules are deposited down from this region
region mobile block INF INF INF INF 2 INF
group mobile region mobile
molecule dimer CHP_charge_resp # molecule template for fix deposit command
molecule mol1 rxn1_stp1_pre.data_template # molecule template for bond/react command
molecule mol2 rxn1_stp1_post.data_templatem # molecule template for bond/react command
fix 1 addatoms nve
fix rxns all bond/react stabilization yes statted_grp .03 react rxn1_stp1 all 1 0.0 3 mol1 mol2 rxn1_stp1.map
fix 2 mobile nve
fix 3 mobile langevin 475 475 100 587283
fix 4 addatoms deposit 187 1 5000 12345 region slab near 2.0 mol dimer vz -0.002 -0.002
fix 5 addatoms wall/reflect zhi EDGE
In this input script, I did not use a specific thermostat to control the second group (‘_REACT’), but there was no abnormality in the running results of the system.
I don’t know if this understanding is correct: when the second group is already controlled by another thermostat, there is no need to perform a thermostat on the second group (‘_REACT’) alone.
Anyway, thank you all so much for your time and help.
Zilin