openmmtools icon indicating copy to clipboard operation
openmmtools copied to clipboard

A batteries-included toolkit for the GPU-accelerated OpenMM molecular simulation engine.

Results 155 openmmtools issues
Sort by recently updated
recently updated
newest added

We want to create a `NonequilibriumMultiStateSampler` that takes in 2 states (and optionally 2 auxiliary states with LRC fully on) and run nonequilibrium switching. The class should optionally accept rest...

:stars: enhancement
medium-priority
high-effort

I recently implemented the gentle equilibration protocol from [this publication](https://academic.oup.com/nar/article/44/1/63/2499624#supplementary-data) in OpenMM: ```python from openmm import unit import pickle import argparse import logging # Set up logger _logger = logging.getLogger()...

:stars: enhancement
:arrow_up: high-priority

Discussing things with @mikemhenry today, it would be quite useful if we could get a general sense of run progression for MultistateSampler derived classes without getting all the debug information...

## Description I couldn't see anywhere where the effective length of the data was exposed so I added it. I couldn't see where the other similar properties were tested, so...

From working in #593 it was noted that we need better testing for the offline analysis and MBAR estimates that end up in the real time analysis file.

testing

We should restructure the repo to be consistent with the [MolSSI CMS cookiecutter](https://github.com/MolSSI/cookiecutter-cms).

:broom: cleanup

I think adding (and making sure we are happy with) the changelog entry as part of the template will: 1) Improve the quality of the change log entry, since that...

## Description I have been experiencing some instabilities which, after much difficulty, I was able to track down to the minimizer. The observed behavior is that the minimizer will finish...

:stars: enhancement
:arrow_up: high-priority

I am attempting to run Replica Exchange for a system and would ideally like to access the context during the course of the simulation run in order to extract the...

Hi, I'd like to use openmmtools's replica exchange code, but I can't see a way of actually demultiplexing the trajectories and having a look at them. Am I missing something?...