Skip to main content

Definition

The chemical potential energy penalizes deviations from a target number of residues. Echem=μNtotalNtargetpE_{\mathrm{chem}} = \mu \left| N_{\mathrm{total}} - N_{\mathrm{target}} \right|^{p}
  • μ\mu is the chemical potential
  • NtotalN_{\mathrm{total}} is the current total number of residues across all chains
  • NtargetN_{\mathrm{target}} is the target residue count
  • pp is the exponent (default 1)

Parameters

Oracle
required
The oracle to use for the energy term.
float
default:"1.0"
The power to raise the number of residues to.
int
default:"0"
The target size of the system.
float
default:"1.0"
The chemical potential of the system.
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