QMCPACK
ValidScalarEstimatorInput Struct Reference
+ Collaboration diagram for ValidScalarEstimatorInput:

Public Types

enum  {
  LOCAL_ENERGY = 0, CS_LOCAL_ENERGY, CS_LOCAL_ENERGY_LEGACY, LOCAL_ENERGY_LEGACY,
  RMC_LOCAL_ENERGY
}
 

Static Public Attributes

static constexpr std::array< std::string_view, 5 > xml
 

Detailed Description

Definition at line 22 of file ValidScalarEstimatorInput.h.

Member Enumeration Documentation

◆ anonymous enum

Member Data Documentation

◆ xml

constexpr std::array<std::string_view, 5> xml
static
Initial value:
{
R"XML(
<estimator type="LocalEnergy" hdf5="no"/>
)XML",
R"XML(
<estimator type="CSLocalEnergy" npsi="2"/>
)XML",
R"XML(
<estimator name="CSLocalEnergy" npsi="2"/>
)XML",
R"XML(
<estimator name="eLocal" hdf5="yes"/>
)XML",
R"XML(
<estimator name="RMC" nObs="2"/>
)XML"}

Definition at line 33 of file ValidScalarEstimatorInput.h.

Referenced by qmcplusplus::testing::createEstimatorManagerNewGlobalInputXML(), qmcplusplus::testing::createEstimatorManagerNewInputXML(), and qmcplusplus::testing::createEstimatorManagerNewVMCInputXML().


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