Definition
The template match energy measures the structural deviation from a reference template. It supports two modes: RMSD mode (default,distogram_separation=False):
Distogram mode (distogram_separation=True):
- are the atom positions of the selected residues after optimal superposition
- are the template atom positions
- and are pairwise distances in the structure and template, respectively
Parameters
Oracle
required
The oracle to use for the energy term.
AtomArray
required
An array of atoms that specify the desired positions of the structure.
list[Residue]
required
Which residues in the structure to compare to the template.
bool
default:"False"
Whether to only consider backbone atoms in the template and structure. Considers all atoms by default.
bool
default:"False"
Whether structure - template separation is measured by taking the root mean square of the difference between the two pairwise distance matrices. By default, the root mean square of the difference in positions is used instead.
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
ParametersOraclesResultDict
required
