QMCPACK
AccelMatrixUpdate.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_ACCELMATRIXUPDATE_H
13
#define QMCPLUSPLUS_ACCELMATRIXUPDATE_H
14
15
#include "config.h"
16
#if defined(ENABLE_CUDA)
17
#include "
CUDA/AccelMatrixUpdateCUDA.hpp
"
18
#endif
19
#if defined(ENABLE_SYCL)
20
#include "
SYCL/AccelMatrixUpdateSYCL.hpp
"
21
#endif
22
#include "
OMPTarget/AccelMatrixUpdateOMPTarget.hpp
"
23
24
#endif
AccelMatrixUpdateSYCL.hpp
AccelMatrixUpdateOMPTarget.hpp
AccelMatrixUpdateCUDA.hpp
src
QMCWaveFunctions
detail
AccelMatrixUpdate.hpp
Generated on Fri Jun 28 2024 10:45:23 for QMCPACK by
1.8.14