Back to Mover page.
Autogenerated Tag Syntax Documentation:
XRW TO DO
<TaskAwareMinMover name="(&string;)" chi="(&bool;)" bb="(&bool;)"
jump="(&bool;)" max_iter="(200 &positive_integer;)"
type="(lbfgs_armijo_nonmonotone &minimizer_type;)"
tolerance="(0.01 ℜ)" cartesian="(false &bool;)"
bondangle="(0 &bool;)" bondlength="(0 &bool;)"
task_operations="(&task_operation_comma_separated_list;)"
packer_palette="(&named_packer_palette;)" scorefxn="(&string;)" />
Performs minimization. Accepts TaskOperations via the task_operations option e.g.
task_operations=(&string,&string,&string)
to configure which positions are minimized. Options
chi=(&bool) and bb=(&bool) jump=(0 &bool) scorefxn=(score12 &string)
control jump, sidechain or backbone freedom. Defaults to sidechain minimization. Options type, and tolerance are passed to the underlying MinMover.
To allow backbone minimization, the residue has to be designable. If the residue is only packable only the side chain will be minimized.