|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
The main executable. More...
#include <CGAL/Real_timer.h>#include <fmt/ostream.h>#include <boost/program_options.hpp>#include <cstdint>#include <Metropolis.hpp>#include <optional>#include <string>#include <utility>#include "Runtime_config.hpp"#include "Version.hpp"Go to the source code of this file.
Typedefs | |
| using | Timer = CGAL::Real_timer |
Functions | |
| catch (...) | |
| catch (domain_error const &DomainError) | |
| catch (invalid_argument const &InvalidArgument) | |
| catch (logic_error const &LogicError) | |
| catch (runtime_error const &RuntimeError) | |
| auto | main (int const argc, char *const argv[]) -> int try |
| The main path of the CDT++ program. | |
The main executable.
A program that generates spacetime ensembles. Inspired by https://github.com/ucdavis/CDT.
Definition in file cdt.cpp.
| auto main | ( | int const | argc, |
| char *const | argv[] ) -> int try |
The main path of the CDT++ program.
| argc | Argument count = 1 + number of arguments |
| argv | Argument vector passed to Boost.Program_options |
Definition at line 70 of file cdt.cpp.
References cdt::Random::from_serialized_state(), cdt::SPHERICAL, and cdt::TOROIDAL.