#include <BALL/SCORING/COMPONENTS/polarSolvation.h>
SLICK polar solvation component \ { Definition:} {BALL/SCORING/COMPONENTS/polarSolvation.h}
Definition at line 17 of file polarSolvation.h.
Averaging methods for model 0 and 3
Enumerator |
---|
AVERAGING__NONE |
No averaging will be done.
|
AVERAGING__STATIC |
The grid of the PB solver will be translated a bit in every direction by a fixed length.
|
AVERAGING__RANDOM_FACTOR |
The grid of the PB solver will be translated a bit in every direction by a randomly chosen length (not yet implemented).
|
AVERAGING__RANDOM |
The grid of the PB solver will be translated a bit in every direction by different randomly chosen length (not yet implemented).
|
Definition at line 56 of file polarSolvation.h.
Enumerator |
---|
CALCULATION__FRESNO |
|
CALCULATION__FULL_SLICK |
|
CALCULATION__FULL_CYCLE |
|
CALCULATION__FULL_CYCLE_FOCUSED |
|
CALCULATION__COULOMB |
|
CALCULATION__EEF1 |
|
Definition at line 25 of file polarSolvation.h.
BALL::PolarSolvation::PolarSolvation |
( |
| ) |
|
virtual BALL::PolarSolvation::~PolarSolvation |
( |
| ) |
|
|
virtual |
virtual double BALL::PolarSolvation::calculateScore |
( |
| ) |
|
|
virtual |
virtual void BALL::PolarSolvation::clear |
( |
| ) |
|
|
virtual |
bool BALL::PolarSolvation::computeEnergyDifference_ |
( |
System & |
system, |
|
|
float & |
energy |
|
) |
| |
|
private |
bool BALL::PolarSolvation::computeESEnergy_ |
( |
System & |
system, |
|
|
float & |
energy |
|
) |
| |
|
private |
virtual bool BALL::PolarSolvation::setup |
( |
| ) |
|
|
virtual |
Size BALL::PolarSolvation::uniteAtoms_ |
( |
Molecule & |
molecule | ) |
|
|
private |
Size BALL::PolarSolvation::averaging_ |
|
private |
float BALL::PolarSolvation::bulk_water_dc_ |
|
private |
Size BALL::PolarSolvation::calculation_method_ |
|
private |
Molecule BALL::PolarSolvation::desolv_ligand_ |
|
private |
Molecule BALL::PolarSolvation::desolv_protein_ |
|
private |
FDPB BALL::PolarSolvation::fdpb_ |
|
private |
float BALL::PolarSolvation::spacing_ |
|
private |
bool BALL::PolarSolvation::unite_atoms_ |
|
private |
bool BALL::PolarSolvation::use_gb_ |
|
private |
float BALL::PolarSolvation::vacuum_dc_ |
|
private |
Size BALL::PolarSolvation::verbosity_ |
|
private |