Binary to apply an operator to a state. More...
#include "inc/util/bpo_helper.h"#include "inc/tensor/tensor_misc.h"#include "inc/mps/lbo_state.h"#include "inc/mps/parse_operator.h"#include "inc/mps/state.h"#include "inc/mps/varapplyortho_mps.h"#include "inc/mps/apply_itrunc_fit.h"
Include dependency graph for syten-apply-op.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| template<typename State , typename Operator , typename FunctionParse , typename FunctionRoot > | |
| int | syten::do_apply_op (int argc, char **argv, std::string inpFile, std::string oprDesc, FunctionParse parser, FunctionRoot root_node, std::string extension, std::string outFile, std::string funcDesc, std::string secDesc, bool bpo_cache, SRDef threshold, SRDef weight, Index maxBlocksize, Index maxStates, bool notrunc, std::string msg_state, std::string msg_op, Index fit_max_exp_sweeps, Index fit_max_opt_sweeps, SRDef fit_threshold) |
| Templated wrapper for the operator application, including the parsing etc. More... | |
Binary to apply an operator to a state.