QMCPACK
NonLocalData.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) 2021 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
12
13
#ifndef QMCPLUSPLUS_NONLOCALDATA_H
14
#define QMCPLUSPLUS_NONLOCALDATA_H
15
16
#include "
Configuration.h
"
17
18
namespace
qmcplusplus
19
{
20
struct
NonLocalData
:
public
QMCTraits
21
{
22
IndexType
PID
;
23
RealType
Weight
;
24
PosType
Delta
;
25
inline
NonLocalData
() :
PID
(-1),
Weight
(1.0) {}
26
inline
NonLocalData
(
IndexType
id
,
RealType
w,
const
PosType
& d) :
PID
(id),
Weight
(w),
Delta
(d) {}
27
};
28
}
// namespace qmcplusplus
29
#endif
qmcplusplus::TinyVector< RealType, DIM >
qmcplusplus
helper functions for EinsplineSetBuilder
Definition:
Configuration.h:43
qmcplusplus::QMCTraits::RealType
QTBase::RealType RealType
Definition:
Configuration.h:58
qmcplusplus::NonLocalData
Definition:
NonLocalData.h:20
qmcplusplus::NonLocalData::Weight
RealType Weight
Definition:
NonLocalData.h:23
qmcplusplus::NonLocalData::NonLocalData
NonLocalData()
Definition:
NonLocalData.h:25
Configuration.h
qmcplusplus::QMCTraits::IndexType
OHMMS_INDEXTYPE IndexType
define other types
Definition:
Configuration.h:65
qmcplusplus::NonLocalData::PID
IndexType PID
Definition:
NonLocalData.h:22
qmcplusplus::NonLocalData::Delta
PosType Delta
Definition:
NonLocalData.h:24
qmcplusplus::QMCTraits
traits for QMC variables
Definition:
Configuration.h:49
qmcplusplus::NonLocalData::NonLocalData
NonLocalData(IndexType id, RealType w, const PosType &d)
Definition:
NonLocalData.h:26
src
QMCHamiltonians
NonLocalData.h
Generated on Fri Jun 28 2024 10:45:19 for QMCPACK by
1.8.14