Lester Hedges

Results 467 comments of Lester Hedges

Thanks for this. Do you know if there's a definitive guide for how to best define temperature coupling groups? When writing the GROMACS config we went with a single group...

Thanks for confirming. I'm just trying to devise a test to cover all possible locations for the position restraint file, e.g. when the restraint applies to one, more than one,...

Sorry, in case it wasn't obvious from the output, the above is on `linux-64`. I've not confirmed if the problem is also present on other platforms.

This also affects Python 3.10. (I must have used the wrong variant when testing earlier.) Python 3.11 is fine.

Thanks for the quick reply. This is what I see locally: ```python $ mamba create -n test -c conda-forge alchemlyb python=3.9 $ mamba activate test $ mamba list | egrep...

Okay, I _can_ get it to work when pinning to `pymbar=4.0.2`, i.e.: ```python $ mamba create -n test -c conda-forge alchemlyb pymbar=4.0.2 python=3.10 $ mamba activate test $ mamba list...

Oh, and the reason why I could seemingly import `AutoMBAR` was because the exception is triggered _after_ the `jaxlib` check by `pymbar`. In a working environment I get: ```python Python...

> Perhaps dependencies are resolved differently in our systems? Presumably so, but I've tried in a clean Miniforge install with the same channel URLs. (We also use a clean Miniforge...

Thanks for the insight, @mattwthompson. Much appreciated.

@ok-nick: Thanks, I've now fixed the forum link.