QMCPACK
DMCRefEnergyScheme.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) 2023 QMCPACK developers.
6
//
7
// File developed by: Ye Luo, yeluo@anl.gov, Argonne National Laboratory
8
//
9
// File created by: Ye Luo, yeluo@anl.gov, Argonne National Laboratory
10
//////////////////////////////////////////////////////////////////////////////////////
11
// -*- C++ -*-
12
#ifndef QMCPLUSPLUS_DMCREFENERGYSCHEME_H
13
#define QMCPLUSPLUS_DMCREFENERGYSCHEME_H
14
15
namespace
qmcplusplus
16
{
17
/** DMCRefEnergy schemes
18
*/
19
enum class
DMCRefEnergyScheme
20
{
21
UNLIMITED_HISTORY
,
22
LIMITED_HISTORY
23
};
24
}
// namespace qmcplusplus
25
#endif
qmcplusplus
helper functions for EinsplineSetBuilder
Definition:
Configuration.h:43
qmcplusplus::DMCRefEnergyScheme
DMCRefEnergyScheme
DMCRefEnergy schemes.
Definition:
DMCRefEnergyScheme.h:19
qmcplusplus::DMCRefEnergyScheme::LIMITED_HISTORY
qmcplusplus::DMCRefEnergyScheme::UNLIMITED_HISTORY
src
QMCDrivers
DMC
DMCRefEnergyScheme.h
Generated on Fri Jun 28 2024 10:45:17 for QMCPACK by
1.8.14