3. Microsolvation#
SETTING UP THE MICROSOLVATION
In the third stage, after extracting the trajectory, the truncated trajectory file simbox.try.xyz is obtained. The MICRO
module can then select N number of lower-energy clusters, each containing M solvent molecules. The value of M can be determined from a previous RDF analysis (using the DATAS module), set based on the solute-solvent ratio (at a concentration specified by the user), or calculated automatically (based on a cutoff distance corresponding to the diameter of the sphere encompassing the solvent molecule). The extraction is performed using the following command structure:
solvate ⟨simbox.trj.xyz⟩ -micro [⟨-options⟩]
After this extraction, the selected clusters are saved in a file solute.trj.xyz. This file can be used to analyze hydrogen bonds with the BONDS
module. Alternatively, one can treat microsolvation at the level of the first solvation shell with the GCALC
module, simultaneously treating all types of short-range interactions present in the system under investigation, regardless of the nature of the solvent. These modules are executed in two steps. In the first, all clusters present in the input file are characterized, aiming to select several C clusters with the lowest energy. In the second step, the C clusters are prepared for optimization and the Gibbs free energy extrapolation, considering one of the treatment options to remove any imaginary frequencies. In each of them, the procedure uses the following command structure:
solvate ⟨solute.trj.xyz⟩ -bonds [⟨-options⟩]
or:
solvate ⟨solute.trj.xyz⟩ -gcalc [⟨-options⟩]
In the optimization step, the input files are saved in a separate jobrunning folder. In this folder, the module QUEUE
can be executed directly to perform the optimization and the Gibbs free energy extrapolation in a queueing system. This procedure sequentially executes the ONION
module, which is the resource responsible for performing geometry optimization, frequency calculation, and obtaining the extrapolated Gibbs free energy.
Note
Several additional options for treating clusters are available. The complete list can be accessed in the help menu of the MICRO, BONDS/GCALC, and QUEUE modules (just type the program name on the command line, without additional options). Finally, all the processes can be automated through the MSRUN module. For examples, visit the MICRO, BONDS/GCALC, and QUEUE tutorials page.
Once all the necessary settings for executing the microsolvation treatment are known, the MSRUN module makes it possible to perform the entire procedure from a single command:
solvate ⟨input.trj.xyz⟩ -msrun [⟨-options⟩]
where input.trj.xyz can be the file simbox.trj.xyz (from extracted trajectory file with TRAJS module, which corresponds to the complete procedure by default), or the file solute.trj.xyz (from extracted clusters file with MICRO module, in which the partial procedure is executed, without MICRO reexecution). The settings provided via -options make it possible to adjust the execution of the MICRO, BONDS/GCALC, QUEUE, and ONIOM modules independently.
Note
The list of options can be seen from the applications menu, which is accessible from the command line by typing the module name, without any other parameters.
STAGE STRUCTURE