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

## Description Provide a brief description of the PR's purpose here. ## Todos - [ ] Implement feature / fix bug - [ ] Add [tests](https://github.com/choderalab/openmmtools/tree/master/openmmtools/tests) - [ ] Update...

```python from openmmtools.multistate import MultiStateReporter main_dir = 45 replicate = 0 sub_dir = 3 phase = 'complex' path = f"/data/chodera/zhangi/perses_benchmark/repex/perses-bnbs-paper-first-attempt/{main_dir}/{sub_dir}/replicate_{replicate}/perses-paper2/{sub_dir}/{sub_dir}_{phase}.nc" reporter = MultiStateReporter(path, open_mode='r') reporter.read_mcmc_moves() ``` ``` --------------------------------------------------------------------------- KeyError Traceback...

:bug: bug
low-priority

## Description This PR allows the number of timesteps to be increased upon resuming a simulation. See https://github.com/choderalab/yank/pull/1283 ## Todos - [ ] Implement feature / fix bug - [...

Some check and errors are raised with generic `Exception` objects, this can lead to some troubles in the future even if we are safe now. We should enhance our code...

:stars: enhancement
error handling

## Description implement compatibility for [openmm-ml](https://github.com/openmm/openmm-ml) (and openmm 8/beta) to allow for generic `MultiStateSampler` free energy/sampling calculations. ## Todos - [ ] Implement feature / fix bug - [ ]...

## Description Provide a brief description of the PR's purpose here. I'm performing a simulation using Yank of a system in which the receptor is a dimer. This causes the...

:stars: enhancement
:arrow_up: high-priority

We want to port the notebook analysis and analyzer objects to `openmmtools`. CC https://github.com/choderalab/yank/issues/1282

:stars: enhancement

While working on #602 it was noted that the issue is only relevant when the simulations are run using 2 or more MPI processes (multiple GPUs). Therefore, we need a...

Hello I am attempting to run some PT simulations, but there is something kind of funky going on. Whenever I set up the simulation and run the positions do not...

Note that we may also want to consider opening an issue for renaming `self.online_analysis_interval` to `self.offline_analysis_interval` _Originally posted by @zhang-ivy in https://github.com/choderalab/openmmtools/issues/592#issuecomment-1149053115_

:stars: enhancement
api-breaking