SyTen

◆ logGd()

template<typename... Args>
void syten::logGd ( Args &&...  data)
inline

Logs generic extra debugging data to the standard file streams and std::cerr.

Remarks
Passing a syten::Fmt or syten::FmtNN object as first argument (constructed from a default format string) uses the fmt library, e.g. logGE(Fmt{"{:2} {:3}"}, 1, 12) gives 1 12.

References logE().

Referenced by syten::IPEPS::FullUpdate::apply_op(), syten::MPS::error_estimate_2svariance(), syten::IPEPS::expectation(), syten::IPEPSv2::expectation_value(), syten::IPEPSv2::full_update_apply_gate(), syten::IPEPSv2::full_update_gauge_fix(), syten::IPEPS::gauge_fix(), syten::IPEPS::FullCTM::grow(), syten::IPEPS::horizontal_simple_update(), syten::Pyten::init_log(), syten::MPS::State::load(), syten::AsyncCached< Type >::log(), syten::Krylov::SolverPolicies::ExponentialFineOverlap::sp_wrapup(), syten::MPS::DMRG::Worker::sweepLeft2sVar(), syten::MPS::DMRG::Worker::sweepRight2sVar(), syten::MPS::State::truncateKN2Conv(), syten::T3N::State::truncateKN2Conv(), and syten::IPEPS::vertical_simple_update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: