Skip to main content

Definition

The pTM energy is the negated predicted Template Modelling score, so that minimizing energy corresponds to maximizing structural confidence. EpTM=pTME_{\mathrm{pTM}} = -\mathrm{pTM}
  • pTM\mathrm{pTM} is the predicted Template Modelling score returned by the folding oracle (range 0 to 1)

Parameters

FoldingOracle
required
The oracle to use for the energy term.
float
default:"1.0"
The weight of the energy term.
str | None
default:"None"
Optional name to append to the energy term name.

Methods

compute

Parameters
OraclesResultDict
required

Example