MADNESS
0.10.1
|
#include "madness/external/catch/catch.hpp"
#include "madness/tensor/tensor_json.hpp"
#include "response_functions.h"
#include "response_parameters.h"
#include "string"
#include "timer.h"
#include "x_space.h"
Functions | |
unsigned int | Factorial (unsigned int number) |
template<typename T > | |
bool | operator== (const madness::Tensor< T > &a, const madness::Tensor< T > &b) |
TEST_CASE ("Json Testing 2", "Serialization") | |
TEST_CASE ("Json Testing 3", "Json Tensor Indexing") | |
TEST_CASE ("Json Testing", "Simple JSON") | |
TEST_CASE ("print_QCSchema Test ", "Json Tensor Indexing") | |
TEST_CASE ("Response Parameters Test ", "Testing parameters to_json") | |
TEST_CASE ("X_space", "[copy]") | |
unsigned int Factorial | ( | unsigned int | number | ) |
bool operator== | ( | const madness::Tensor< T > & | a, |
const madness::Tensor< T > & | b | ||
) |
TEST_CASE | ( | "Json Testing" | , |
"Simple JSON" | |||
) |
References madness::to_json().
TEST_CASE | ( | "Response Parameters Test " | , |
"Testing parameters to_json" | |||
) |
TEST_CASE | ( | "X_space" | , |
"" | [copy] | ||
) |