CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Functions | Variables
Metropolis_test.cpp File Reference

Tests for the Metropolis-Hastings algorithm. More...

#include "Metropolis.hpp"
#include <doctest/doctest.h>
+ Include dependency graph for Metropolis_test.cpp:

Go to the source code of this file.

Functions

 GIVEN ("A correctly-constructed Manifold_3.")
 
 SCENARIO ("MoveStrategy<METROPOLIS> special member and swap properties" *doctest::test_suite("metropolis"))
 

Variables

auto constexpr K = static_cast<long double>(1.1)
 
auto constexpr Lambda = static_cast<long double>(0.1)
 

Detailed Description

Tests for the Metropolis-Hastings algorithm.

Author
Adam Getchell

Definition in file Metropolis_test.cpp.

Function Documentation

◆ GIVEN()

GIVEN ( "A correctly-constructed Manifold_3."  )

Definition at line 86 of file Metropolis_test.cpp.

◆ SCENARIO()

SCENARIO ( "MoveStrategy<METROPOLIS> special member and swap properties" *  doctest::test_suite"metropolis")

Definition at line 18 of file Metropolis_test.cpp.

Variable Documentation

◆ K

auto constexpr K = static_cast<long double>(1.1)
constexpr

Definition at line 84 of file Metropolis_test.cpp.

◆ Lambda

auto constexpr Lambda = static_cast<long double>(0.1)
constexpr

Definition at line 85 of file Metropolis_test.cpp.