#include <CenHBPotential.hh>
|
| | CenHBPotential () |
| |
| Size | nlr_gaussians () const |
| |
| Size | nsr_gaussians () const |
| |
| void | clear () |
| |
| void | add_sr_gaussian (Real A_in, numeric::xyzVector< Real > mu_in, numeric::xyzVector< Real > sigma_in) |
| |
| void | add_lr_gaussian (Real A_in, numeric::xyzVector< Real > mu_in, numeric::xyzVector< Real > sigma_in) |
| |
| void | set_cutoff_sr (Real cut_in) |
| |
| void | set_cutoff_lr (Real cut_in) |
| |
| Real | func (Size seqsep, Real d, Real xd, Real xh) const |
| |
| Vector | dfunc (Size seqsep, Real d, Real xd, Real xh) const |
| |
| Real | func_soft (Vector a1, Vector a2, Vector b1, Vector b2, Vector dv) const |
| |
| void | dfunc_soft (Vector a1, Vector a2, Vector b1, Vector b2, Vector dv, utility::vector1< Vector > &df_dABNC_1, utility::vector1< Vector > &df_dABNC_2) const |
| |
| Real | cutoff (Size seqsep) const |
| |
| core::scoring::CenHBPotential::CenHBPotential |
( |
| ) |
|
| void core::scoring::CenHBPotential::add_lr_gaussian |
( |
Real |
A_in, |
|
|
numeric::xyzVector< Real > |
mu_in, |
|
|
numeric::xyzVector< Real > |
sigma_in |
|
) |
| |
|
inline |
| void core::scoring::CenHBPotential::add_sr_gaussian |
( |
Real |
A_in, |
|
|
numeric::xyzVector< Real > |
mu_in, |
|
|
numeric::xyzVector< Real > |
sigma_in |
|
) |
| |
|
inline |
| Real core::scoring::CenHBPotential::BesselI0 |
( |
Real |
X | ) |
|
|
inlineprivate |
| void core::scoring::CenHBPotential::clear |
( |
| ) |
|
|
inline |
| Real core::scoring::CenHBPotential::cutoff |
( |
Size |
seqsep | ) |
const |
|
inline |
| Size core::scoring::CenHBPotential::nlr_gaussians |
( |
| ) |
const |
|
inline |
| Size core::scoring::CenHBPotential::nsr_gaussians |
( |
| ) |
const |
|
inline |
| void core::scoring::CenHBPotential::set_cutoff_lr |
( |
Real |
cut_in | ) |
|
|
inline |
| void core::scoring::CenHBPotential::set_cutoff_sr |
( |
Real |
cut_in | ) |
|
|
inline |
| Real core::scoring::CenHBPotential::cutoff_lr_ |
|
private |
| Real core::scoring::CenHBPotential::cutoff_sr_ |
|
private |
| utility::vector1< Real > core::scoring::CenHBPotential::lr_As_ |
|
private |
| utility::vector1< numeric::xyzVector< Real > > core::scoring::CenHBPotential::lr_mus_ |
|
private |
| utility::vector1< numeric::xyzVector< Real > > core::scoring::CenHBPotential::lr_sigmas_ |
|
private |
| utility::vector1< Real > core::scoring::CenHBPotential::sr_As_ |
|
private |
| utility::vector1< numeric::xyzVector< Real > > core::scoring::CenHBPotential::sr_mus_ |
|
private |
| utility::vector1< numeric::xyzVector< Real > > core::scoring::CenHBPotential::sr_sigmas_ |
|
private |
The documentation for this class was generated from the following files: