choderalab / openmmtools

A batteries-included toolkit for the GPU-accelerated OpenMM molecular simulation engine.
http://openmmtools.readthedocs.io
MIT License
253 stars 81 forks source link

[Question] How to choose between SAMS & REMD #719

Open yanze039 opened 1 year ago

yanze039 commented 1 year ago

Hi,

It's not a real issue, but I would like to explore more about the comparison between the two provided samplers in openmmtools, SAMS & REMD.

Practically, I can run SAMSSampler through a single replica to explore all thermodynamic states with desired probability distribution (no communication between replicas); while REMD requires the exchanges between multiple replicas (communication between replicas).

I am curious is there any efficiency difference between these two schemes , and which criteria should I rely on to pick a better one?

I am more interested in the sampling problem, so my context of "efficiency" would be the sampling capability, i.e. how efficient it can enhance sampling given the same resources (say, 8 gpu cards) and replicas (say, 8 replicas).

I would appreciate any resources, suggestions and discussion.

Thanks!