|
| static basic::Tracer | core::scoring::hbonds::tr ("core.scoring.hbonds") |
| |
| Real | core::scoring::hbonds::DUMMY_DERIV (0.0) |
| |
| bool | core::scoring::hbonds::DUMMY_BOOL (false) |
| |
| HBGeoDimType | core::scoring::hbonds::DUMMY_HBGEODIMTYPE (hbgd_NONE) |
| |
| HBDonChemType | core::scoring::hbonds::get_hb_don_chem_type (int const datm, conformation::Residue const &don_rsd) |
| |
| HBAccChemType | core::scoring::hbonds::get_hb_acc_chem_type (int const aatm, conformation::Residue const &acc_rsd) |
| |
| HBSeqSep | core::scoring::hbonds::get_seq_sep (HBDonChemType const &don_chem_type, HBAccChemType const &acc_chem_type, int const &sep) |
| |
| hbonds::HBEvalTuple | core::scoring::hbonds::hbond_evaluation_type (hbtrie::HBAtom const &datm, int const &don_rsd, hbtrie::HBAtom const &aatm, int const &acc_rsd) |
| |
| hbonds::HBEvalTuple | core::scoring::hbonds::hbond_evaluation_type (int const datm, conformation::Residue const &don_rsd, int const aatm, conformation::Residue const &acc_rsd) |
| |
| void | core::scoring::hbonds::hbond_compute_energy (HBondDatabase const &database, HBondOptions const &hbondoptions, HBEvalTuple hbt, Real const AHdis, Real const xD, Real const xH, Real const chi, Real &energy, bool &apply_chi_torsion_penalty, HBGeoDimType &AHD_geometric_dimension, Real &dE_dr, Real &dE_dxD, Real &dE_dxH, Real &dE_dBAH, Real &dE_dchi) |
| |
| void | core::scoring::hbonds::hb_energy_deriv_u (HBondDatabase const &database, HBondOptions const &hbondoptions, hbonds::HBEvalTuple const hbt, Vector const &Hxyz, Vector const &Dxyz, Vector const &HDunit, Vector const &Axyz, Vector const &Bxyz, Vector const &BAunit, Vector const &B2xyz, Real &energy, bool const evaluate_deriv, HBondDerivs &deriv) |
| | car Evaluate the energy and derivative components for a hydrogen bond More...
|
| |
| void | core::scoring::hbonds::hb_energy_deriv_u2 (HBondDatabase const &database, HBondOptions const &hbondoptions, HBEvalTuple const hbt,HBDerivType const deriv_type, Vector const &Hxyz,Vector const &Dxyz,Vector const &HDunit,Vector const &Axyz,Vector const &Bxyz,Vector const &BAunit,Vector const &B2xyz,Real &energy, HBondDerivs &deriv=DUMMY_DERIVS) |
| | Evaluate the hydrogen bond energy and derivatives after having first calculated the HD and BA *u*nit vectors; deriv type must have been chosen (why does this exist?) More...
|
| |
| void | core::scoring::hbonds::hb_energy_deriv (HBondDatabase const &database, HBondOptions const &hbondoptions, HBEvalTuple const hbt, Vector const &Dxyz, Vector const &Hxyz, Vector const &Axyz, Vector const &Bxyz, Vector const &B2xyz, Real &energy, bool const evaluate_deriv, HBondDerivs &deriv) |
| |
| void | core::scoring::hbonds::hb_energy_deriv (HBondDatabase const &database, HBondOptions const &hbondoptions, HBEvalTuple const hbt, Vector const &Dxyz, Vector const &Hxyz, Vector const &Axyz, Vector const &Bxyz, Vector const &B2xyz, Real &energy, HBDerivType const deriv_type, HBondDerivs &deriv) |
| |
| Vector | core::scoring::hbonds::create_acc_orientation_vector (HBondOptions const &hbondoptions, conformation::Residue const &residue, int atom_id) |
| |
| void | core::scoring::hbonds::make_hbBasetoAcc_unitvector (HBondOptions const &hbondoptions, chemical::Hybridization const &acc_hybrid, Vector const &Axyz, Vector const &Bxyz, Vector const &B2xyz, Vector &PBxyz, Vector &BAunit) |
| |
| void | core::scoring::hbonds::assign_abase_derivs (HBondOptions const &hbondoptions, conformation::Residue const &acc_rsd, Size acc_atom, HBEvalTuple const hbt, DerivVectorPair const &abase_deriv, Real weighted_energy, utility::vector1< DerivVectorPair > &acc_atom_derivs) |
| |
| Vector | core::scoring::hbonds::create_don_orientation_vector (conformation::Residue const &residue, int atom_id) |
| | create a unit vector pointing from the hydrogen toward the donor The atom_id is the atom id of the hydrogen atom More...
|
| |
- Author
Definition in file hbonds_geom.cc.