CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Move_strategy.hpp
Go to the documentation of this file.
1/*******************************************************************************
2 Causal Dynamical Triangulations in C++ using CGAL
3
4 Copyright © 2017 Adam Getchell
5 ******************************************************************************/
6
12
13#ifndef INCLUDE_MOVE_ALGORITHM_HPP_
14#define INCLUDE_MOVE_ALGORITHM_HPP_
15
19enum class Strategies
20{
21 MOVE_ALWAYS,
22 METROPOLIS
23};
24
30template <Strategies strategies, typename ManifoldType>
32{};
33
34#endif // INCLUDE_MOVE_ALGORITHM_HPP_
Strategies
The algorithms available to make ergodic moves on triangulations.
Select a move algorithm.