Page 1 of 1

ParallelTemperingSampler

Posted: Thu Dec 10, 2020 7:04 pm
by dkonstan
Hi!
I am trying to set up a temperature replica exchange simulation with openmmtools. The openmmtools documentation doesn't have much detail on the format of the netCDF output of the ParallelTemperingSampler class run method. How can I feed a trajectory reporter into ParallelTemperingSampler to get positions vs time and the frequency I want? Also, i pass my simulation object a reporter (reporter = MultiStateReporter(storage_path, checkpoint_interval=1)) but in the netCDF file the checkpoint interval is still set to 50, the default. How can I fix this as well? Finally, is there a utility to efficiently convert trajectory info in the netCDF to another binary format like DCD that other libraries prefer?
Thank you!

Re: ParallelTemperingSampler

Posted: Fri Dec 11, 2020 10:30 am
by peastman
I don't think any of the openmmtools developers monitor this forum. You might have more success opening an issue at https://github.com/choderalab/openmmtools.

MDTraj should be able to convert netCDF to DCD.