QMCPACK
EstimatorInputDelegates.h
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////////////
2 // This file is distributed under the University of Illinois/NCSA Open Source License.
3 // See LICENSE file in top directory for details.
4 //
5 // Copyright (c) 2022 QMCPACK developers.
6 //
7 // File developed by: Peter Doak, doakpw@ornl.gov, Oak Ridge National Laboratory
8 //////////////////////////////////////////////////////////////////////////////////////
9 
10 /** \file
11  * Compilation units that construct QMCDriverInput need visibility to the actual input classes
12  * types in the delegation tree.
13  */
14 #ifndef QMCPLUSPLUS_QMCDRIVERINPUTDELEGATES_H
15 #define QMCPLUSPLUS_QMCDRIVERINPUTDELEGATES_H
16 
17 #include "EstimatorManagerInput.h"
18 #include "ScalarEstimatorInputs.h"
21 #include "SpinDensityInput.h"
25 
26 #endif
This file contains the input classes for the supported "main estimator" classes derived from ScalarEs...
declares the list supported estimator input types and declares the input type for EstimatorManagerNew...