QMCPACK
test_ParseGridInput.cpp File Reference

This unit test was added long after the initial implementation of this grid spec the "correct" values are produced from the ported code as the original code is design does not easy allow a unit test. More...

+ Include dependency graph for test_ParseGridInput.cpp:

Go to the source code of this file.

Namespaces

 qmcplusplus
 helper functions for EinsplineSetBuilder
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &out, const AxisGrid< T > &rhs)
 
 TEMPLATE_TEST_CASE ("ParseGridInput::Good", "[estimators]", float, double)
 
 TEMPLATE_TEST_CASE ("ParseGridInput::Bad", "[estimators]", float, double)
 
 TEMPLATE_TEST_CASE ("ParseGridInput_constructors", "[estimators]", float, double)
 

Detailed Description

This unit test was added long after the initial implementation of this grid spec the "correct" values are produced from the ported code as the original code is design does not easy allow a unit test.

It may not cover edge case behavior of the original code in QMCHamiltonian/SpaceGrid.cpp

Definition in file test_ParseGridInput.cpp.