yank icon indicating copy to clipboard operation
yank copied to clipboard

An open, extensible Python framework for GPU-accelerated alchemical free energy calculations.

Results 121 yank issues
Sort by recently updated
recently updated
newest added

To reproduce: ``` >>> import yaml >>> x = yaml.load(open('reports/Harmonic_cmethingesinglehinge0_neutral-sams-rmsd.pkl', 'r')) Traceback (most recent call last): File "", line 1, in File "/home/chodera/miniconda/lib/python3.6/site-packages/yaml/__init__.py", line 72, in load return loader.get_single_data() File...

bug

I'm not sure whether this fix should go in `openmmtools.mcmc` or here in YANK, but to avoid the issue where velocities are left at zero when sampler states are restored...

bug

Currently, compilation with the latest `cython` leads to the warning: ``` [1/1] Cythonizing ./Yank/multistate/mixing/_mix_replicas.pyx /opt/conda/conda-bld/yank_1546368811690/_b_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in...

cleanup

Right now, `yank status` appears to require a GPU platform that supports double precision to run: ``` [chodera@lilac:c-Met_hinge_binders]$ yank status --verbose --yaml neutral-sams-rmsd.yaml /home/chodera/miniconda/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate...

enhancement
Priority low

Hi there, I'm running YANK with many thermodynamic states (500 states) and found the calculations were really time-consuming. The default_nsteps_per_iteration is 500, default_timestep is 2.0 fs, and with 161 hours...

Hi everyone, There is some difference between calculating binding free energy applying a single mutation in a protein-ligand complex using Modeller and the difference in free energy resulting from run...

have you ever think about UI interface for easy use. my meaning can we create a GUI for YANK if there will be a UI for YANK then what are...

Hi, I am helping a labmate to minimize a rather tricky dimer system that has been built out of the separate monomers by homology modelling (against PDB `3C7N`),and some manual...

This is just a reminder that we should migrate the [`FireMinimizationIntegrator`](https://github.com/choderalab/yank/blob/master/Yank/fire.py) to `openmmtools` at some point.

refactoring