NAMD
Public Member Functions | Public Attributes | List of all members
CudaAlchFlags Struct Reference

#include <TupleTypesCUDA.h>

Public Member Functions

 CudaAlchFlags ()
 

Public Attributes

bool alchOn
 
bool alchFepOn
 
bool alchThermIntOn
 
bool alchWCAOn
 
bool alchLJcorrection
 
bool alchVdwForceSwitching
 
bool alchDecouple
 
bool alchBondDecouple
 

Detailed Description

Definition at line 186 of file TupleTypesCUDA.h.

Constructor & Destructor Documentation

◆ CudaAlchFlags()

CudaAlchFlags::CudaAlchFlags ( )
inline

Definition at line 187 of file TupleTypesCUDA.h.

187  :
188  alchOn(false), alchFepOn(false), alchThermIntOn(false), alchWCAOn(false),
190  alchDecouple(false), alchBondDecouple(false) {}
bool alchVdwForceSwitching

Member Data Documentation

◆ alchBondDecouple

bool CudaAlchFlags::alchBondDecouple

Definition at line 198 of file TupleTypesCUDA.h.

◆ alchDecouple

bool CudaAlchFlags::alchDecouple

Definition at line 197 of file TupleTypesCUDA.h.

◆ alchFepOn

bool CudaAlchFlags::alchFepOn

Definition at line 192 of file TupleTypesCUDA.h.

◆ alchLJcorrection

bool CudaAlchFlags::alchLJcorrection

Definition at line 195 of file TupleTypesCUDA.h.

◆ alchOn

bool CudaAlchFlags::alchOn

Definition at line 191 of file TupleTypesCUDA.h.

◆ alchThermIntOn

bool CudaAlchFlags::alchThermIntOn

Definition at line 193 of file TupleTypesCUDA.h.

◆ alchVdwForceSwitching

bool CudaAlchFlags::alchVdwForceSwitching

Definition at line 196 of file TupleTypesCUDA.h.

◆ alchWCAOn

bool CudaAlchFlags::alchWCAOn

Definition at line 194 of file TupleTypesCUDA.h.


The documentation for this struct was generated from the following file: