choderalab / feflow

Recipes and protocols for molecular free energy calculations using the openmmtools/perses and Open Free Energy toolkits
MIT License
10 stars 1 forks source link

Integrate REST capable HTF from perses into FEflow #8

Open ijpulidos opened 8 months ago

ijpulidos commented 8 months ago

We need to integrate the REST HTF object into feflow such that it can be used by the current protocols.

This implies reviewing the settings and probably refactoring the different HTFs (HybridTopologyFactory and RESTCapableTopologyFactory) in a more factory-method pattern.

The current implementation lives in https://github.com/choderalab/perses/blob/7eaa1626c7c935f9cc4156f9a53ced3694b40bf0/perses/annihilation/relative.py#L2701

ijpulidos commented 7 months ago

Before tackling this issue we should migrate the current perses topology factories into openmmtools. https://github.com/choderalab/openmmtools/issues/722