QMCPACK
DTModes.h File Reference
+ Include dependency graph for DTModes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Enumerations

enum  DTModes : uint_fast8_t {
  ALL_OFF = 0x0, NEED_FULL_TABLE_ANYTIME = 0x1, NEED_VP_FULL_TABLE_ON_HOST = 0x2, NEED_TEMP_DATA_ON_HOST = 0x4,
  MW_EVALUATE_RESULT_NO_TRANSFER_TO_HOST = 0x8, NEED_FULL_TABLE_ON_HOST_AFTER_DONEPBYP = 0x16
}
 

Functions

constexpr bool operator & (DTModes x, DTModes y)
 
constexpr DTModes operator| (DTModes x, DTModes y)
 
constexpr DTModes operator~ (DTModes x)
 
DTModes & operator|= (DTModes &x, DTModes y)