#include <iostream>
#include <string>
#include <math.h>
#include "QMCProperty.h"
#include "QMCInput.h"
#include "Array1D.h"
Go to the source code of this file.
Classes | |
class | QMCPropertyArrays |
This class has the same purpose as QMCProperties, except that I discovered that some MPI implementations do not handle mixing dynamic and static arrays in the same datatype if you're going to make an MPI datatype for it. More... | |
Enumerations | |
enum | labels { FW_TE = 0, FW_KE = 2, FW_KEg = 4, FW_PE = 6, FW_R12 = 8, FW_R2 = 10, FW_iR = 12, FW_iR12 = 14, FW_TE_2 = 1, FW_KE_2 = 3, FW_KEg_2 = 5, FW_PE_2 = 7, FW_R12_2 = 9, FW_R2_2 = 11, FW_iR_2 = 13, FW_iR12_2 = 15, FW_It = 16 } |
Variables | |
static const int | NUM_PROPS = FW_It+1 |
enum labels |
FW_TE | |
FW_KE | |
FW_KEg | |
FW_PE | |
FW_R12 | |
FW_R2 | |
FW_iR | |
FW_iR12 | |
FW_TE_2 | |
FW_KE_2 | |
FW_KEg_2 | |
FW_PE_2 | |
FW_R12_2 | |
FW_R2_2 | |
FW_iR_2 | |
FW_iR12_2 | |
FW_It |
Definition at line 27 of file QMCPropertyArrays.h.
const int NUM_PROPS = FW_It+1 [static] |
Definition at line 45 of file QMCPropertyArrays.h.
Referenced by QMCPropertyArrays::QMCPropertyArrays().