Binary to calculate the overlap between two states or two MPOs. More...
#include "inc/mps/state.h"
#include "inc/t3n/state.h"
#include "inc/mps/lbo_state.h"
#include "inc/mps/operator.h"
#include "inc/mps/parse_operator.h"
#include "inc/util/bpo_helper.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
template<typename Type > | |
SDef | syten::get_result (std::string const &aFile, std::string const &bFile, bool const bpo_cache, bool const error, bool const normalise, std::string const &desc) |
Calculates a result for two state files loaded via loadInputRef. More... | |
template<typename Type , typename GetFunction > | |
SDef | syten::get_result (std::string const &aFile, std::string const &bFile, bool const error, bool const normalise, std::string const &desc, GetFunction f) |
Calculates a result for two objects created by the function f More... | |
Binary to calculate the overlap between two states or two MPOs.