Implementation for iPEPSv2 staging configurations. More...
#include "inc/ipeps2/staging.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::IPEPSv2 |
Namespace for the second-generation iPEPS code (iPEPSv2). | |
Functions | |
std::ostream & | syten::IPEPSv2::operator<< (std::ostream &, UpdateConf const &) |
Output for the UpdateConf. More... | |
std::ostream & | syten::IPEPSv2::operator<< (std::ostream &, UpdateMode const &) |
Output for IPEPSv2::UpdateMode. More... | |
std::ostream & | syten::IPEPSv2::operator<< (std::ostream &, UpdateStage const &) |
Output for an UpdateStage object. More... | |
std::ostream & | syten::IPEPSv2::operator<< (std::ostream &, Verbose< UpdateConf > const &) |
Verbose output for UpdateConf. More... | |
std::ostream & | syten::IPEPSv2::operator<< (std::ostream &, Verbose< UpdateStage > const &) |
verbose Output for an UpdateStage object. More... | |
std::istream & | syten::IPEPSv2::operator>> (std::istream &, UpdateConf &) |
Input/parsing for the UpdateConf. More... | |
std::istream & | syten::IPEPSv2::operator>> (std::istream &, UpdateMode &) |
Input/parsing of IPEPSv2::UpdateMode. More... | |
std::istream & | syten::IPEPSv2::operator>> (std::istream &, UpdateStage &) |
Input/parsing for an UpdateStage object. More... | |
Implementation for iPEPSv2 staging configurations.