SyTen

◆ save() [1/2]

template<class Archive >
void syten::MPS::DMRG::LBOWorker::save ( Archive &  ar,
const unsigned int  v 
) 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: