SyTen
syten-apply-op.cpp File Reference

Binary to apply an operator to a state. More...

+ 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...
 

Detailed Description

Binary to apply an operator to a state.