Bayesic Force Fields¶
Bayesic Force Fields (BFF) is a workflow-oriented toolkit for learning fixed-charge molecular force fields from trajectory-derived observables.
Associated publication: Bayesian Learning for Accurate and Robust Biomolecular Force Fields
Preprint: arXiv:2511.05398
For exact reproduction of the published paper data, use the archived Git tag
v0.0.1. The current bfflearn release line documents and ships the
post-paper refactored workflow.
The public interface is intentionally small:
bff preparestages equilibrated systems and reusable training assets.bff referenceexecutes staged CP2K reference calculations.bff trainsetgenerates a sampled trainset from prepared assets.bff qoicomputes quantities of interest from trainset and reference data.bff trainfits surrogate models from analyzed QoI datasets.bff learnperforms posterior inference from trained surrogate models.bff validatereruns selected posterior samples with the same campaign machinery used for training.
Design Goals¶
- readable YAML configs with one clear job per file
- minimal hidden behavior between workflow stages
- reusable prepared training assets
- custom QoI routines that are easy to write
- packaging and release metadata clean enough for public deployment