Bridge++  Ver. 2.0.2
Test_HMC_Wilson Namespace Reference

Test of HMC update for Wilson fermions. More...

Functions

int leapfrog_Nf2 (void)
 
int update_Nf2 (void)
 
int update_Nf2_topology_fixing (void)
 

Variables

const std::string test_name = "HMC.Wilson.Leapfrog_Nf2"
 

Detailed Description

Test of HMC update for Wilson fermions.

HMC test of Wilson fermion with a topology fixing term.

This class tests HMC update for dynamical Wilson fermions. Smearing of gauge configuration for the fermion operator is incorporated. 12 Apr 2012 H.Matsufuru Implement YAML. [14 Nov 2012 Y.Namekawa] Implement Fprop and selectors. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]

This class tests HMC update for dynamical Wilson fermion with smeared topology fixing term. 24 Dec 2011 H.Matsufuru Implement YAML. [14 Nov 2012 Y.Namekawa] Implement Selectors. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add Nc check for USE_GROUP_SU_N. [31 May 2021 Y.Namekawa]

Function Documentation

◆ leapfrog_Nf2()

int Test_HMC_Wilson::leapfrog_Nf2 ( void  )

Definition at line 75 of file test_HMC_Wilson_Leapfrog_Nf2.cpp.

◆ update_Nf2()

int Test_HMC_Wilson::update_Nf2 ( void  )

Definition at line 76 of file test_HMC_Wilson_Nf2.cpp.

◆ update_Nf2_topology_fixing()

int Test_HMC_Wilson::update_Nf2_topology_fixing ( void  )

Definition at line 76 of file test_HMC_Wilson_Nf2_TopologyFixing.cpp.

Variable Documentation

◆ test_name

const std::string Test_HMC_Wilson::test_name = "HMC.Wilson.Leapfrog_Nf2"

Definition at line 51 of file test_HMC_Wilson_Leapfrog_Nf2.cpp.