Bridge++
Ver. 2.0.3
|
#include "bridge.h"
Go to the source code of this file.
Functions | |
int | leapfrog_Nf2 (const Parameters ¶ms_all) |
An example code for HMC with Leapfrog using N_f=2 Wilson fermion. More... | |
int | main (int argc, char *argv[]) |
int leapfrog_Nf2 | ( | const Parameters & | params_all | ) |
An example code for HMC with Leapfrog using N_f=2 Wilson fermion.
This example is taken from test_HMC_Wilson_Leapfrog_Nf2.cpp [18 Oct 2018 Y.Namekawa] Updated for version 2.0 [ 3 Apr 2023 I.Kanamori] Add rand_readfile/writefile, originally developped by Taniguchi-san [17 Apr 2023 Y.Namekawa]
Definition at line 36 of file sample_HMC_Wilson_Leapfrog_Nf2.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 235 of file sample_HMC_Wilson_Leapfrog_Nf2.cpp.