Xped
|
#include <cstddef>
#include <cstdio>
#include <filesystem>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "Eigen/Core"
#include "tabulate/table.hpp"
#include "tabulate/tabulate.hpp"
#include "toml.hpp"
#include "Xped/Util/Macros.hpp"
#include "spdlog/spdlog.h"
#include "spdlog/cfg/argv.h"
#include "spdlog/fmt/ostr.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "Xped/Util/Mpi.hpp"
#include "Xped/Interfaces/PlainInterface.hpp"
#include "Xped/Core/Qbasis.hpp"
#include "Xped/Symmetry/SU2.hpp"
#include "Xped/Symmetry/U0.hpp"
#include "Xped/Symmetry/U1.hpp"
#include "Xped/Symmetry/kind_dummies.hpp"
#include "Xped/Core/AdjointOp.hpp"
#include "Xped/Core/Tensor.hpp"
#include "Xped/MPS/Mps.hpp"
#include "Xped/MPS/MpsAlgebra.hpp"
#include "Xped/Util/Stopwatch.hpp"
#include "Xped/Util/Logging.hpp"
#include "Xped/Util/TomlHelpers.hpp"
Classes | |
struct | Xped::Opts::Bench |
Namespaces | |
namespace | Xped |
namespace | Xped::Opts |
Functions | |
Bench | Xped::Opts::bench_from_toml (const toml::value &t) |
int | main (int argc, char *argv[]) |
Variables | |
const int | XPED_MAX_THREADS = 1 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
const int XPED_MAX_THREADS = 1 |