34 #include <utility/vector1.hh>
67 potential_(
ScoringManager::get_instance()->get_SmoothEnvPairPotential() )
105 Real env_score( 0.0 ), cb_score6( 0.0 ), cb_score12( 0.0 ), cb_score( 0.0 );
110 cb_score = 2.667 * ( cb_score6 + cb_score12 ) * 0.3;
139 d_env_score *= weight_env * 2.019;
140 d_cb_score = weight_cbeta * 2.667 * ( d_cb_score6 + d_cb_score12 ) * 0.3;
146 Vector const f1_env( atom_x.cross( atom_y ) );
149 atom_y = -f2_cbeta + atom_x;
150 Vector const f1_cbeta( atom_x.cross( atom_y ) );
152 atom_derivs[ rsd.
nbr_atom() ].f1() += f1_env + f1_cbeta;
153 atom_derivs[ rsd.
nbr_atom() ].f2() += f2_env + f2_cbeta;