NAMD
|
#include <FreeEnergyRestrain.h>
Public Member Functions | |
void | SetStartAngle (double Angle) |
void | SetStopAngle (double Angle) |
double | GetStartAngle () |
double | GetStopAngle () |
double | GetEnergy () |
AVector | GetGradient (int WhichGroup) |
double | Get_dU_dLambda () |
Bool_t | IsForcing () |
void | GetStr (char *Str) |
double | GetAngleTarget () |
![]() | |
AnAngleRestraint () | |
void | PrintInfo () |
![]() | |
ARestraint () | |
virtual | ~ARestraint () |
int | GetNumGroups () |
void | SetKf (double Kf) |
double | GetKf () |
void | SetLambdaKf (double LambdaKf) |
void | SetLambdaRef (double LambdaRef) |
double | GetLambdaKf () |
double | GetLambdaRef () |
void | SetGroup (AGroup &Group, int GroupIndex) |
void | SetGroups (AGroup &Group1) |
void | SetGroups (AGroup &Group1, AGroup &Group2) |
void | SetGroups (AGroup &Group1, AGroup &Group2, AGroup &Group3) |
void | SetGroups (AGroup &Group1, AGroup &Group2, AGroup &Group3, AGroup &Group4) |
void | UpdateCOMs (GlobalMasterFreeEnergy &CFE) |
void | DistributeForce (int WhichGroup, AVector Force, GlobalMasterFreeEnergy &CFE) |
virtual void | SetRefPos (AVector) |
virtual void | SetRefDist (double) |
virtual void | SetRefAngle (double) |
virtual void | SetBound (Bound_t) |
virtual void | SetLowerAngle (double) |
virtual void | SetUpperAngle (double) |
virtual void | SetIntervalAngle (double) |
virtual void | SetStartPos (AVector) |
virtual void | SetStopPos (AVector) |
virtual void | SetStartDist (double) |
virtual void | SetStopDist (double) |
Additional Inherited Members | |
![]() | |
double | GetE (double RefAngle, double LambdaKf=1.0) |
AVector | GetGrad (int WhichGroup, double RefAngle, double LambdaKf=1.0) |
![]() | |
double | GetAngle (AVector &A, AVector &B, AVector &C) |
double | GetDihe (AVector &A, AVector &B, AVector &C, AVector &D) |
void | EarlyExit (const char *Str, int AtomID) |
![]() | |
double | m_Kf |
int | m_NumGroups |
AGroup * | m_pGroups |
AVector * | m_pCOMs |
![]() | |
static double | m_LambdaKf = 1.0 |
static double | m_LambdaRef = 0.0 |
Definition at line 345 of file FreeEnergyRestrain.h.
|
virtual |
Reimplemented from ARestraint.
Definition at line 986 of file FreeEnergyRestrain.C.
References ARestraint::GetAngle(), ARestraint::m_Kf, ARestraint::m_LambdaKf, ARestraint::m_LambdaRef, and ARestraint::m_pCOMs.
|
inlinevirtual |
Implements AnAngleRestraint.
Definition at line 364 of file FreeEnergyRestrain.h.
References ARestraint::m_LambdaRef.
|
virtual |
Implements ARestraint.
Definition at line 964 of file FreeEnergyRestrain.C.
References AnAngleRestraint::GetE(), ARestraint::m_LambdaKf, and ARestraint::m_LambdaRef.
|
virtual |
Implements ARestraint.
Definition at line 975 of file FreeEnergyRestrain.C.
References AnAngleRestraint::GetGrad(), ARestraint::m_LambdaKf, and ARestraint::m_LambdaRef.
|
inline |
Definition at line 355 of file FreeEnergyRestrain.h.
|
inline |
Definition at line 356 of file FreeEnergyRestrain.h.
|
inlinevirtual |
Implements ARestraint.
Definition at line 361 of file FreeEnergyRestrain.h.
|
inlinevirtual |
Reimplemented from ARestraint.
Definition at line 360 of file FreeEnergyRestrain.h.
References kTrue.
|
inlinevirtual |
Reimplemented from ARestraint.
Definition at line 353 of file FreeEnergyRestrain.h.
|
inlinevirtual |
Reimplemented from ARestraint.
Definition at line 354 of file FreeEnergyRestrain.h.