Skip to main content

Definition

The overall pLDDT energy is the negated mean pLDDT over all residues in the structure. EpLDDT=1NαpLDDTαE_{\mathrm{pLDDT}} = -\frac{1}{N} \sum_{\alpha} \mathrm{pLDDT}_\alpha
  • NN is the total number of residues in the structure
  • pLDDTα\mathrm{pLDDT}_\alpha is the predicted local distance difference test score for residue α\alpha

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.

Example