SyTen

◆ save() [2/2]

template<class Archive >
void syten::T3N::DMRG::Run::save ( Archive &  ar,
unsigned int const  in_version 
) const
inline

Overload to satisfy Boost.

Boost archives require const save() functions, but we have to load contractions (and the state) from disk, hence const_cast<> away the constness and then call the actual save() function.

References syten::save().

+ Here is the call graph for this function: