SyTen

◆ save() [2/2]

template<class Archive >
void syten::BTT::DMRG::Run::save ( Archive &  ar,
const unsigned int  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: