Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@TensorDuck TensorDuck released this 28 Sep 00:41
· 21 commits to master since this release

Changelog:

  1. Refactor estimators_class.py so that all the calculations are more modular and easier to handle.
  2. Added AWSEM model to proteins.py and implemented fitting for fragment memory potentials and direct contact potentials.
  3. Added nonlinear model_loader for loading a model with nonlinear parameters.

Future Improvements:

  1. Test and optimize the new AWSEM loader.
  2. AWSEM models should be able to handle optimization on multiple parameters.
  3. Implement ddG fitting.
  4. Modify how observables are computed during optimization so that it is compatible with ddG optimization. Re-weight frames and throw all trajectories back into the observables object for recomputing the observable. This would allow us to handle more complicated observables, such as ddG, where it isn't as simple as re-weighting each term.