QMCPACK
ContextForSteps.cpp
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) 2019 QMCPACK developers.
6
//
7
// File developed by: Peter Doak, doakpw@ornl.gov, Oak Ridge National Laboratory
8
//
9
// File refactored from ParticleSet.cpp
10
//////////////////////////////////////////////////////////////////////////////////////
11
12
#include <type_traits>
13
#include "
ContextForSteps.h
"
14
15
namespace
qmcplusplus
16
{
17
ContextForSteps::ContextForSteps
(
RandomBase<FullPrecRealType>
& random_gen) : random_gen_(random_gen) {}
18
19
RandomBase<ContextForSteps::FullPrecRealType>
&
ContextForSteps::get_random_gen
() {
return
random_gen_
; }
20
21
}
// namespace qmcplusplus
qmcplusplus::ContextForSteps::get_random_gen
RandomBase< FullPrecRealType > & get_random_gen()
Definition:
ContextForSteps.cpp:19
qmcplusplus
helper functions for EinsplineSetBuilder
Definition:
Configuration.h:43
qmcplusplus::ContextForSteps::ContextForSteps
ContextForSteps(RandomBase< FullPrecRealType > &random_gen)
Definition:
ContextForSteps.cpp:17
qmcplusplus::RandomBase< FullPrecRealType >
ContextForSteps.h
qmcplusplus::ContextForSteps::random_gen_
RandomBase< FullPrecRealType > & random_gen_
Definition:
ContextForSteps.h:40
src
QMCDrivers
ContextForSteps.cpp
Generated on Fri Jun 28 2024 10:45:17 for QMCPACK by
1.8.14