QMCPACK
WalkerConfigurations.h File Reference

Declaration of a WalkerConfigurations. More...

+ Include dependency graph for WalkerConfigurations.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MCDataType< T >
 Monte Carlo Data of an ensemble. More...
 
class  WalkerConfigurations
 A set of light weight walkers that are carried between driver sections and restart. More...
 

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Detailed Description

Declaration of a WalkerConfigurations.

Definition in file WalkerConfigurations.h.


Class Documentation

◆ qmcplusplus::MCDataType

struct qmcplusplus::MCDataType

template<typename T>
struct qmcplusplus::MCDataType< T >

Monte Carlo Data of an ensemble.

The quantities are shared by all the nodes in a group

  • NumSamples number of samples
  • Weight total weight of a sample
  • Energy average energy of a sample
  • Variance variance
  • LivingFraction fraction of walkers alive each step.

Definition at line 41 of file WalkerConfigurations.h.

+ Inheritance diagram for MCDataType< T >:
+ Collaboration diagram for MCDataType< T >:
Class Members
T AlternateEnergy
T Energy
T LivingFraction
T NumSamples
T R2Accepted
T R2Proposed
T RNSamples
T Variance
T Weight