#include <QCMndo.hpp>
Inheritance diagram for QCMndoT< TPParam >:
Definition at line 179 of file QCMndo.hpp.
Public Types | |
typedef TPParam | TParam |
Public Member Functions | |
QCFloat | dExponentialExpansion (const TPParam *__restrict__ parameterA, const TPParam *__restrict__ parameterB, const QCFloat &rAB) |
QCFloat | exponentialExpansion (const TPParam *__restrict__ parameterA, const TPParam *__restrict__ parameterB, const QCFloat &rAB) |
const string & | getParameterName (void) |
QCMndoT (void) | |
virtual | ~QCMndoT (void) |
|
The class of parameters which we indeed use. That class type is stored to avoid to use virtual methods to execute the source code of the right level in the hierarchy of class of parameters. Definition at line 191 of file QCMndo.hpp. |
|
Definition at line 737 of file QCMndo.cpp. |
|
Definition at line 749 of file QCMndo.cpp. |
|
Derivative of the exponential development specific to the AM1 and PM3 methods. It returns 0 except for those quantum models. |
|
Exponential development specific to the AM1 and PM3 method in the equation of the core-core repulsion function. It returns 0 except for the AM1 and PM3 quantum models. |
|
Return the name of the parameter name. Definition at line 210 of file QCMndo.hpp. |