QMCPACK
EstimatorManagerNewTestAccess Class Reference
+ Collaboration diagram for EstimatorManagerNewTestAccess:

Public Member Functions

 EstimatorManagerNewTestAccess (EstimatorManagerNew &emn)
 
const ScalarEstimatorBasegetMainEstimator ()
 

Private Attributes

EstimatorManagerNewemn_
 

Detailed Description

Definition at line 68 of file EstimatorManagerNewTest.h.

Constructor & Destructor Documentation

◆ EstimatorManagerNewTestAccess()

Definition at line 70 of file EstimatorManagerNewTest.h.

70 : emn_(emn) {}
EstimatorManagerNew emn(comm, std::move(emi), ham, pset, twf)

Member Function Documentation

◆ getMainEstimator()

const ScalarEstimatorBase& getMainEstimator ( )
inline

Definition at line 71 of file EstimatorManagerNewTest.h.

References EstimatorManagerNewTestAccess::emn_, and EstimatorManagerNew::main_estimator_.

71 { return *(emn_.main_estimator_.get()); }
UPtr< ScalarEstimatorBase > main_estimator_
main estimator i.e. some version of a local energy estimator.

Member Data Documentation

◆ emn_


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