Some API breaking changes were made in latest openfe 0.14 release. We should aim to support latest version.
Specifically, the get_omm_modeller from the openmm_utils.system_creation module now needs a dict[SmallMoleculeComponent, OFFMol] for the small_mols argument.
Some API breaking changes were made in latest openfe 0.14 release. We should aim to support latest version.
Specifically, the
get_omm_modeller
from theopenmm_utils.system_creation
module now needs adict[SmallMoleculeComponent, OFFMol]
for thesmall_mols
argument.