QMCPACK
test_DTModes.cpp
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: Mark Dewing, mdewing@anl.gov, Argonne National Laboratory
8 //
9 // File created by: Mark Dewing, mdewing@anl.gov, Argonne National Laboratory
10 //////////////////////////////////////////////////////////////////////////////////////
11 
12 
13 #include "catch.hpp"
14 
15 #include "DTModes.h"
16 
17 namespace qmcplusplus
18 {
19 TEST_CASE("DTModes", "[particle]")
20 {
21  DTModes modes;
22 
23  modes = DTModes::NEED_FULL_TABLE_ANYTIME | ~DTModes::NEED_TEMP_DATA_ON_HOST;
24 
27 }
28 
29 } // namespace qmcplusplus
helper functions for EinsplineSetBuilder
Definition: Configuration.h:43
TEST_CASE("complex_helper", "[type_traits]")
whether full table needs to be ready at anytime or not during PbyP Optimization can be implemented du...
CHECK(log_values[0]==ComplexApprox(std::complex< double >{ 5.603777579195571, -6.1586603331188225 }))
whether temporary data set on the host is updated or not when a move is proposed. ...