add_harmonic_dihedral_cst_general(...)
|
|
add_harmonic_dihedral_cst_general( (AntibodyInfo)ab_info, (Pose)pose, (CDRNameEnum)cdr [, (float)phi_sd_deg=16.0 [, (float)psi_sd_deg=16.0]]) -> None :
Add dihedral constraints to CDR with mean being the current phi/psi.
Values for avg SD for each cluster not including H3 were 16 and 16 degrees respectively. Using cluster outliers, values were at 21 and 23 degrees respectively.
Mean SD for both dihedrals was 16 and 22 for without/with outliers.
Use this especially if doing cartesian-space minimization
C++ signature :
void add_harmonic_dihedral_cst_general(boost::shared_ptr<protocols::antibody::AntibodyInfo const>,core::pose::Pose {lvalue},protocols::antibody::CDRNameEnum [,double=16.0 [,double=16.0]])
|