CDT++ 1.0.0
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Move_strategy.hpp File Reference

Template class for move algorithms (strategies) on manifolds. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cdt
 clang-15 does not support std::format

Enumerations

enum class  cdt::MoveStrategyKind { cdt::MOVE_ALWAYS , cdt::METROPOLIS }
 The algorithms available to make ergodic moves on triangulations. More...

Detailed Description

Template class for move algorithms (strategies) on manifolds.

Author
Adam Getchell

Template class for all move algorithms, e.g. Metropolis, MoveAlways.

Definition in file Move_strategy.hpp.