QMCPACK
DynamicCoordinatesBuilder.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) 2020 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 /** @file DynamicCoordinatesBuilder.h
14  */
15 #ifndef QMCPLUSPLUS_QUANTUM_VARIABLE_BUILDER_H
16 #define QMCPLUSPLUS_QUANTUM_VARIABLE_BUILDER_H
17 
19 
20 namespace qmcplusplus
21 {
22 /** create DynamicCoordinates based on kind
23  */
24 std::unique_ptr<DynamicCoordinates> createDynamicCoordinates(
26 } // namespace qmcplusplus
27 #endif
DynamicCoordinateKind
enumerator for DynamicCoordinates kinds
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43
std::unique_ptr< DynamicCoordinates > createDynamicCoordinates(const DynamicCoordinateKind kind)
create DynamicCoordinates based on kind