Dear i-PI developers,
I have a doubt concerning the use of the MTS algorithm when one aims to apply a baseline to an ML potential.
From what I can see in the literature ( V. Kapil, J. VandeVondele, and M. Ceriotti, JCP 144(5), 054111 (2016) and O. Marsalek and T. E. Markland, JCP 144(5), (2016)),
one usually chooses 2 methods: the lower level of theory will describe the fast varying part of the potential whereas the higher level of theory describes the slowly varying part, aiming to arrive at the accuracy of the latter with the speed of the former.
In my case the ML potential has both the speed and the accuracy I aim for, and therefore I would imagine using it for both the inner and outer loop of the MTS
but I would like to apply a baseline correction to it with a tight-binding method to have more stable trajectories.
Can I achieve this baseline correction with this input part in the MTS forces?
<forces>
<force forcefield="ML_Potential">
<mts_weights>[0,1]</mts_weights>
</force>
<force forcefield="Tight-Binding_Potential">
<mts_weights>[-1,0]</mts_weights>
</force>
<force forcefield="ML_Potential">
<mts_weights>[1,0]</mts_weights>
</force>
</forces>
Thank you very much for your help,
Stefano