
#include <PAR.h>
Public Member Functions | |
| Nonbonded () | |
| Nonbonded (int a, std::string b, Real c, Real d, Real e, bool f, bool g, Real h, Real i, Real j, bool k) | |
Public Attributes | |
| int | number |
| std::string | atom |
| Real | polarizability |
| Real | epsilon |
| Real | sigma |
| bool | negative |
| bool | vdw |
| Real | polarizability2 |
| Real | epsilon14 |
| Real | sigma14 |
| bool | negative2 |
Static Public Attributes | |
| const Real | SIGMA_CHARMM19_TO_CHARMM28 |
| const Real | SIGMA_CHARMM28_TO_CHARMM19 |
Friends | |
| Report::MyStreamer & | operator<< (Report::MyStreamer &OS, const Nonbonded &p) |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
atom number
|
|
|
well depth or number of effective electrons (see description of negative below)
|
|
|
VDW parameter well depth or number of effective electrons (see above).
|
|
|
flag for if the second term is negative - if so, second_term = epsilon or well-depth and the first term is ignored, otherwise second_term = number of effective electrons and the first term is the polarizability default to true |
|
|
flag for a negative VDW paramenter second term (see above), default to true
|
|
|
nonbonded number
|
|
|
polarizability or ignore (see description of negative below), default to zero
|
|
|
VDW parameter polarizability, default to zero.
|
|
|
minimum radius divided by 2
|
|
|
VDW parameter minimum radius divided by 2.
|
|
|
|
|
|
|
|
|
default to true - likely there will be epsilon 1:4 and sigma 1:4, flag to see if there is a second set, indicating VDW parameters |