QMCPACK
Queue.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) 2024 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 #ifndef QMCPLUSPLUS_QUEUE_H
13 #define QMCPLUSPLUS_QUEUE_H
14 
15 #include "PlatformKinds.hpp"
16 
17 namespace qmcplusplus
18 {
19 
20 namespace compute
21 {
22 
23 template<PlatformKind PL>
24 class Queue;
25 
26 }
27 
28 } // namespace qmcplusplus
29 
30 #endif
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43