QMCPACK
RuntimeOptions Struct Reference
+ Collaboration diagram for RuntimeOptions:

Public Member Functions

 RuntimeOptions ()
 

Public Attributes

bool is_complex
 
bool is_mixed_precision
 

Detailed Description

Definition at line 21 of file RuntimeOptions.h.

Constructor & Destructor Documentation

◆ RuntimeOptions()

RuntimeOptions ( )
inline

Definition at line 28 of file RuntimeOptions.h.

29  : is_complex(
30 #ifdef QMC_COMPLEX
31  true
32 #else
33  false
34 #endif
35  ),
37 #ifdef QMC_MIXED_PRECISION
38  true
39 #else
40  false
41 #endif
42  )
43  {}

Member Data Documentation

◆ is_complex

bool is_complex

Definition at line 23 of file RuntimeOptions.h.

Referenced by ProjectData::isComplex().

◆ is_mixed_precision

bool is_mixed_precision

Definition at line 24 of file RuntimeOptions.h.


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