Skip to main content

Parameters

int
default:"1"
Number of mutations to perform in each step.
Dict[str, float]
default:"mutation_bias_no_cystein"
Bias for the substitution. The keys are the amino acids, the values are the probabilities.
dict[str, float]
Probabilities for the different moves. The keys are ‘substitution’, ‘addition’, and ‘removal’, and the values are the probabilities of performing the corresponding move. These should be normalized to sum to 1.
bool
default:"True"

Methods

remove_random_residue

Parameters
Chain
required
System
required

add_random_residue

Parameters
Chain
required
System
required

one_step

Parameters
System
required

Example