|
| static basic::Tracer | TR ("core.scoring.hbonds.NPDHBondSet") |
| |
| std::ostream & | core::scoring::hbonds::operator<< (std::ostream &out, const NPDHBondSet &hbond_set) |
| |
| bool | core::scoring::hbonds::operator== (NPDHBondSet const &a, NPDHBondSet const &b) |
| |
| void | core::scoring::hbonds::weights_for_hbonds (conformation::Residue const &res, Size atom, utility::vector1< Real > const &energies, utility::vector1< Real > &weights) |
| | depending on the hybridization type of the atom, compute the weights for its hydrogen bonds. No derivative evaluation. More...
|
| |
| void | core::scoring::hbonds::weights_and_derivs_for_hbonds (conformation::Residue const &res, Size atom, utility::vector1< Real > const &energies, utility::vector1< Real > &weights, utility::vector1< utility::vector1< Real > > &dwt_dE) |
| | depending on the hybridization type of the atom, compute the weights for its hydrogen bonds. No derivative evaluation. More...
|
| |
| void | core::scoring::hbonds::get_weights_for_one_partner_hbonder (utility::vector1< Real > const &energies, utility::vector1< Real > &weights, utility::vector1< utility::vector1< Real > > &dwt_dE) |
| |
| Real | core::scoring::hbonds::get_weights_for_one_partner_hbonder (utility::vector1< Real > const &energies, utility::vector1< Real > &weights) |
| | Helper function used by the weights_for_hbonds function above. More...
|
| |
| void | core::scoring::hbonds::get_weights_for_two_partner_hbonder (utility::vector1< Real > const &energies, utility::vector1< Real > &weights, utility::vector1< utility::vector1< Real > > &dwt_dE) |
| |
| void | core::scoring::hbonds::get_weights_for_two_partner_hbonder (utility::vector1< Real > const &energies, utility::vector1< Real > &weights) |
| | Helper function used by the weights_for_hbonds function above. More...
|
| |