QMCPACK
InputTypes.hpp
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: QMCDriver.cpp
10
//////////////////////////////////////////////////////////////////////////////////////
11
12
#ifndef QMCPLUSPLUS_INPUTTYPES_H
13
#define QMCPLUSPLUS_INPUTTYPES_H
14
15
#include "
Configuration.h
"
16
17
namespace
qmcplusplus
18
{
19
namespace
input
20
{
21
struct
PeriodStride
22
{
23
using
IndexType
=
QMCTraits::IndexType
;
24
IndexType
stride
= 0;
25
IndexType
period
= 0;
26
};
27
}
// namespace input
28
}
// namespace qmcplusplus
29
#endif
qmcplusplus
helper functions for EinsplineSetBuilder
Definition:
Configuration.h:43
qmcplusplus::input::PeriodStride
Definition:
InputTypes.hpp:21
qmcplusplus::input::PeriodStride::stride
IndexType stride
Definition:
InputTypes.hpp:24
Configuration.h
qmcplusplus::QMCTraits::IndexType
OHMMS_INDEXTYPE IndexType
define other types
Definition:
Configuration.h:65
qmcplusplus::input::PeriodStride::IndexType
QMCTraits::IndexType IndexType
Definition:
InputTypes.hpp:23
qmcplusplus::input::PeriodStride::period
IndexType period
Definition:
InputTypes.hpp:25
qmcplusplus::testing::ValidSpinDensityInput
Definition:
ValidSpinDensityInput.h:22
src
QMCDrivers
InputTypes.hpp
Generated on Fri Jun 28 2024 10:45:17 for QMCPACK by
1.8.14