Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Logger that saves CIF structures and oracle attributes for a specific FoldingOracle instance.
import bagel as bg esmfold = bg.oracles.ESMFold(use_modal=True) callbacks = [ bg.callbacks.FoldingLogger(folding_oracle=esmfold, log_interval=50), ]