Binary to add two states. More...
#include "inc/util/bpo_helper.h"
#include "inc/util/common_exceptions.h"
#include "inc/util/output.h"
#include "inc/dense/dense_svd.h"
#include "inc/tensor/tensor_gen.h"
#include "inc/alg/orthogonalise.h"
#include "inc/mps/lbo_state.h"
#include "inc/mps/state.h"
#include "inc/mps/orthogonalise_mps.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
template<typename T > | |
void | syten::orthogonalise_run (int argc, char **argv, std::string const &inpFile, std::vector< std::string > const &ortFiles, std::string const &outFile, std::string const &type, Truncation const &trunc, bool bpo_cache, bool normalise, bool check_ortho, std::string method, std::ostream &err, std::ostream &out) |
Templated implementation for orthogonalisation of states. More... | |
Binary to add two states.