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 141 of file TupleTypesCUDA.h.

Constructor & Destructor Documentation

◆ CudaAlchFlags()

CudaAlchFlags::CudaAlchFlags ( )
inline

Definition at line 142 of file TupleTypesCUDA.h.

142  :
143  alchOn(false), alchFepOn(false), alchThermIntOn(false), alchWCAOn(false),
145  alchDecouple(false), alchBondDecouple(false) {}
bool alchVdwForceSwitching

Member Data Documentation

◆ alchBondDecouple

bool CudaAlchFlags::alchBondDecouple

Definition at line 153 of file TupleTypesCUDA.h.

◆ alchDecouple

bool CudaAlchFlags::alchDecouple

Definition at line 152 of file TupleTypesCUDA.h.

◆ alchFepOn

bool CudaAlchFlags::alchFepOn

Definition at line 147 of file TupleTypesCUDA.h.

◆ alchLJcorrection

bool CudaAlchFlags::alchLJcorrection

Definition at line 150 of file TupleTypesCUDA.h.

◆ alchOn

bool CudaAlchFlags::alchOn

Definition at line 146 of file TupleTypesCUDA.h.

◆ alchThermIntOn

bool CudaAlchFlags::alchThermIntOn

Definition at line 148 of file TupleTypesCUDA.h.

◆ alchVdwForceSwitching

bool CudaAlchFlags::alchVdwForceSwitching

Definition at line 151 of file TupleTypesCUDA.h.

◆ alchWCAOn

bool CudaAlchFlags::alchWCAOn

Definition at line 149 of file TupleTypesCUDA.h.


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