QMCPACK
DMCUpdatePbyP.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) 2016 Jeongnim Kim and QMCPACK developers.
6 //
7 // File developed by: Jeongnim Kim, jeongnim.kim@gmail.com, University of Illinois at Urbana-Champaign
8 // Jeremy McMinnis, jmcminis@gmail.com, University of Illinois at Urbana-Champaign
9 // Mark A. Berrill, berrillma@ornl.gov, Oak Ridge National Laboratory
10 // Jeongnim Kim, jeongnim.kim@intel.com, Intel Corp.
11 //
12 // File created by: Jeongnim Kim, jeongnim.kim@gmail.com, University of Illinois at Urbana-Champaign
13 //////////////////////////////////////////////////////////////////////////////////////
14 
15 
16 #ifndef QMCPLUSPLUS_DMC_UPDATE_PARTICLEBYPARTCLE_H
17 #define QMCPLUSPLUS_DMC_UPDATE_PARTICLEBYPARTCLE_H
19 #include "Utilities/TimerManager.h"
20 namespace qmcplusplus
21 {
23 {
24 public:
25  /// Constructor.
27  TrialWaveFunction& psi,
28  QMCHamiltonian& h,
30  ///destructor
32 
33  void advanceWalker(Walker_t& thisWalker, bool recompute) override;
34 
35 private:
37 };
38 
39 
41 {
47 };
48 
49 extern TimerNameList_t<DMCTimers> DMCTimerNames;
50 
51 
52 } // namespace qmcplusplus
53 
54 #endif
Base class for update methods for each step.
Definition: QMCUpdateBase.h:41
A set of walkers that are to be advanced by Metropolis Monte Carlo.
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43
timer_manager class.
Collection of Local Energy Operators.
TimerNameList_t< DMCTimers > DMCTimerNames
DMCUpdatePbyPWithRejectionFast(MCWalkerConfiguration &w, TrialWaveFunction &psi, QMCHamiltonian &h, RandomBase< FullPrecRealType > &rg)
Constructor.
Class to represent a many-body trial wave function.
Declare QMCUpdateBase class.
A container class to represent a walker.
Definition: Walker.h:49
void advanceWalker(Walker_t &thisWalker, bool recompute) override
move a walker