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

Protocols inputs to Units instead of using `Settings` #40

Open ijpulidos opened 3 months ago

ijpulidos commented 3 months ago

In order to be able to support easier migration of settings, we should refactor the units to have the protocols as inputs instead of the settings objects themselves.

This is in line with #33 just making it a separate issue for organization purposes.