Autogenerated Tag Syntax Documentation:


Performs loops closure using the CCD algorythm.

<CCDLoopClosureMover name="(&string;)" max_torsion_delta_per_move_H="(&real;)"
        max_torsion_delta_per_move_E="(&real;)"
        max_torsion_delta_per_move_L="(&real;)" max_torsion_delta_H="(&real;)"
        max_torsion_delta_E="(&real;)" max_torsion_delta_L="(&real;)"
        tolerance="(&real;)" max_cycles="(&non_negative_integer;)"
        check_rama_scores="(&bool;)" rama_2b="(&bool;)" />
  • max_torsion_delta_per_move_H: Maximum torsion perturbation per move in helical segments. (deg?)
  • max_torsion_delta_per_move_E: Maximum torsion perturbation per move in beta-sheet segments. (deg?)
  • max_torsion_delta_per_move_L: Maximum torsion perturbation per move in loop segments. (deg?)
  • max_torsion_delta_H: Maximum torsion perturbation per run in helical segments. (deg?)
  • max_torsion_delta_E: Maximum torsion perturbation per run in beta-sheet segments. (deg?)
  • max_torsion_delta_L: Maximum torsion perturbation per run in loop segments. (deg?)
  • tolerance: Move acceptance stringency.
  • max_cycles: Maximum number of cycles per run. Quit the run even if not converged at this point.
  • check_rama_scores: XRW TO DO
  • rama_2b: Use the 2-body ramachandran scoring term.