SIRIUS 7.5.0
Electronic structure library and applications
|
Serialize madarray to json. More...
Go to the source code of this file.
Namespaces | |
module | sirius |
Namespace of the SIRIUS library. | |
Functions | |
template<typename T , int N> | |
nlohmann::json | sirius::serialize (sddk::mdarray< T, N > const &a__) |
template<typename T , int N> | |
nlohmann::json | sirius::serialize (sddk::mdarray< std::complex< T >, N > const &a__) |
template<typename T , int N> | |
void | sirius::write_to_json_file (sddk::mdarray< T, N > const &a__, std::string const &fname__) |
Serialize madarray to json.
Definition in file serialize_mdarray.hpp.