| A protocols::moves::Mover class for a classic-wobble analog: a smooth move followed by ccd closure @detail a smooth fragment is chosen according to the FragmentCost Functor; a cutpoint is inserted just in front of or just after the fragment a loop is defined around the fragment and cutpoint to be closed with ccd: a cut_Cterm insertion: -—lfff bbb-— f: fragment_res b: buffer_res -: immovable residues a !cut_Cterm insertion: —bbb fffl— the number of b resiudes is controlled by buffer_length_ (default 3); the move is used by apply() (inherited from FragmentMover). the insertion and loop closure is implemented in the virtual method apply_fragment(). More...
|