Dear WESTPA community,
Lately I've been using WESTPA to simulate a rare event with an experimentally-measured energy barrier of roughly 32kcal/mol. Although my simulations eventually get there after a few dozen microsecond aggregate time, reaching steady state with classic WESTPA is unlikely and my walkers that reach the target state frequently have -ln(p) of > 100kcal/mol.
I'd like to use haMSM to get more realistic weights, but my system also relies on the minimum adaptive binning scheme to reach the target state. I can get there without MABB if I use nested bins, but I'd like to avoid going back to that since it makes my simulations take much longer.
I understand that haMSM restarting doesn't support MABB straight out of the box. Since I have a binbounds.log file, my intuition is that I should use the contents of this file to iteratively update the bin definitions and mapper in each WESTPA iteration in the HDF5 file from MABB to pure RectilinearBinMapper, and then run the haMSM plugin with the altered HDF5 file.
Is this correct? Are there sample code snipets to achieve this? To clarify, I am happy to write a script and share it with the community if not, just want to avoid reinventing the wheel.
Thank you!