Bridge++  Ver. 2.0.2
gaugeFixing_Coulomb.h File Reference

Go to the source code of this file.

Classes

class  GaugeFixing_Coulomb
 

Macros

#define CHECK_NC_3
 Coulomb gauge fixing. More...
 

Detailed Description

Author
Hideo Matsufuru (matsufuru)
LastChangedBy
matufuru
Date
$LastChangedDate:: 2023-02-28 16:09:41 #$
Version
LastChangedRevision
2492

Definition in file gaugeFixing_Coulomb.h.

Macro Definition Documentation

◆ CHECK_NC_3

#define CHECK_NC_3
Value:
do { \
if (CommonParameters::Nc() != 3) { \
vout.crucial(m_vl, \
"Error at %s: Nc = 3 is needed, but Nc = %d\n", \
class_name.c_str(), CommonParameters::Nc()); \
exit(EXIT_FAILURE); \
} \
} while (0)

Coulomb gauge fixing.

Definition at line 60 of file gaugeFixing_Coulomb.h.

CommonParameters::Nc
static int Nc()
Definition: commonParameters.h:115