|
CDT++ 1.0.0
Causal Dynamical Triangulations in C++
|
Perform Metropolis-Hastings algorithm on Delaunay Triangulations. More...
#include <cmath>#include <cstdint>#include <expected>#include <optional>#include <stdexcept>#include <utility>#include "Ergodic_moves_3.hpp"#include "Move_run.hpp"#include "Move_strategy.hpp"#include "Random.hpp"#include "S3Action.hpp"#include "Utilities.hpp"Go to the source code of this file.
Classes | |
| class | cdt::MoveStrategy< MoveStrategyKind::METROPOLIS, ManifoldType > |
| Metropolis-Hastings algorithm strategy. More... | |
Namespaces | |
| namespace | cdt |
| clang-15 does not support std::format | |
Typedefs | |
| using | cdt::Metropolis_3 |
| Metropolis-Hastings move strategy for the supported 3D manifold. | |
Perform Metropolis-Hastings algorithm on Delaunay Triangulations.
Performs the Metropolis-Hastings algorithm on the foliated Delaunay triangulations.
Definition in file Metropolis.hpp.