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

If I do "1.5 cycles" of serialization (i.e., serialize, deserialize the resulting dict, reserialize the result of that) I would expect that the dict for the originally serialized object would...

I am trying to locate the openmmtools functionality that corresponds to the 'DeviceIndex' property that can be passed to openmm's Simulation() to convey the available GPU devices. I am able...

I tried to run the example ParallelTemperingSampler script from a previously generated OpenMM checkpoint file. Unfortunately, I end up with following error: "Exception: All sampler states must have box_vectors defined...

Require temperature to be set in integrators, don't rely on some default.

Hello, I am trying to perform alchemy using the charmm36 forcefield but I've noticed that there are remaining forces when lambda is set to 0. In the LysozymeImplicit test system...

:bug: bug
:stars: enhancement

Hello, the problem is probably more my fault than an openmmtools problem, but I don't really know how to deal with it. I am using a script that uses `create_alchemical_system`...

Hi, I am working on absolute hydration free energies in molecules that contain virtual sites and I am using alchemy.py. It appears that the virtual sites are treated the same...

Currently, the `alchemy` module uses [this code to identify controllable alchemical global parameters](https://github.com/choderalab/openmmtools/blob/321b998fc5977a1f8893e4ad5700b1b3aef6101c/openmmtools/states.py#L3691-L3720), which is restricted to a limited list that does not include many of the alchemical parameters we...

I am running temperature replica exchange simulations on small coarse-grained oligomer systems (containing a single chain), and have been using an ensemble validation check on the energies for thermodynamic state...

I encountered this error when using adapting this example script from `perses`: https://github.com/choderalab/perses/blob/master/perses/app/relative_point_mutation_setup.py ``` from simtk.openmm.app import * from simtk.openmm import * from simtk.unit import * def run(): from pkg_resources...