27 #include <numeric/xyz.functions.hh>
28 #include <numeric/xyz.io.hh>
31 #include <basic/Tracer.hh>
32 static basic::Tracer
TRC(
"protocols.antibody2.CloseOneCDRLoop");
99 numeric::xyzVector_float peptide_C, peptide_N;
112 Real nter_separation=peptide_C.distance(peptide_N);
113 Real cter_separation=peptide_C.distance(peptide_N);
123 allow_bb_move[ i ] =
true;
132 ccd_moves->apply( pose_in );
139 ccd_moves->apply( pose_in );
142 Real separation = 0.00;
145 peptide_N = pose_in.
residue( ii + 1 ).
xyz( N );
146 separation=peptide_C.distance(peptide_N);
152 ccd_moves->apply( pose_in );