Topology file

From DoSPT
Revision as of 06:50, 16 April 2021 by Miguel Caro (talk | contribs)
Jump to: navigation, search

The topology file allows you to handle bond breaking and formation in your simulation. The scientific details are reported in Ref.[1]. In essence, the topology file allows you to define topology information for your system in the form of connectivity between atoms. This will allow DoSPT to rebuild groups and supergroups dynamically as the simulation progresses, if there is bond breaking and formation, as in Ref.[1].

Imagine for instance the case where you are simulating a hydronium ion in water. The extra proton is highly mobile, and it will switch between adjacent water molecules dynamically, with hopping times below the ps range. In this situation, for the purpose of computing the decomposition of the degrees of freedom into translational, rotational and vibrational, regular water molecules (H2O) are different from protons (H+), hydronium ions (H3O+) and other more complex structures like the Zundel cation (H5O2+). If these molecules did not change during the course of the simulation (i.e., via rebonding), we could use the regular way to generate a groups file. However, in ab initio MD this will not be the case.

DoSPT deal with this problem by assigning a "lifetime" to single groups, delimited by rebonding events. The lifetime divided by the total MD time gives the weight of the group to the supergroup properties. In regular classical MD simulations, all groups have weight 1 since there is no rebonding.

An example topology file for a water simulation looks like this:

bond  O  H  0.11 0.13
group H 2 O 1 sym 2 sup 1
group H 3 O 1 sym 3 sup 2
group H 1 O 1 sym 1 sup 3
group H 1 sym 1 sup 4
group H 5 O 2 sym 2 sup 5

In the first line we have defined bonds between O and H atoms only. These bonds "form" whenever an O and a H atom come closer than 0.11 nm from each other. The bond "breaks" when the atoms move further than 0.13 nm from each other. Then come the group definitions, where you can define a group as containing 2 H atoms and 1 O atom, all connected in accordance to the provided bond definition(s). This group has symmetry number 2 and belongs to supergroup 1 (so it will contribute to the thermodynamic properties of that supergroup). The following lines define other group times similarly. DoSPT will monitor bond breaking in the simulation, and every time it detects bonds breaking or forming it will rebuild the system's topology. A clear limitation of the current implementation is that you cannot distinguish between isomers. That is, a specific chemical formula can currently only be assigned to a single group time.

Note that the current implementation is [math]O(N^2)[/math] scaling (or worse) and will perform very poorly for very large systems. It is possible to code a [math]O(N)[/math] algorithm to handle big systems. This may get implemented in the future since bond breaking and formation for large systems can now be routinely performed with machine learning interatomic potentials.


References

  1. 1.0 1.1 M.A. Caro, O. Lopez-Acevedo, and T. Laurila}. Redox potentials from ab initio molecular dynamics and explicit entropy calculations: application to transition metals in aqueous solution. J. Chem. Theory Comput. 13, 3432 (2017).