
#include <PAR.h>
Public Member Functions | |
| Angle () | |
| Angle (int a, std::string b, std::string c, std::string d, Real e, Real f, bool g, Real h, Real i) | |
Public Attributes | |
| int | number |
| std::string | atom1 |
| std::string | atom2 |
| std::string | atom3 |
| Real | forceConstant |
| Real | angleval |
| bool | ub_flag |
| Real | k_ub |
| Real | r_ub |
Friends | |
| Report::MyStreamer & | operator<< (Report::MyStreamer &OS, const Angle &p) |
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
angle value
|
|
|
atom 1 number
|
|
|
atom 2 number
|
|
|
atom 3 number
|
|
|
force constant
|
|
|
Urey-Bradley force constant.
|
|
|
angle number
|
|
|
Urey-Bradley radius.
|
|
|
Urey-Bradley flag - '1' if there are Urey-Bradley constants following If '0', ignore the next two data members |