CHROMA
Functions | Variables
topol.cc File Reference

Go to the source code of this file.

Functions

 include (types.mh) multi1d< LatticeColorMatrix > u(Nd)
 
multi1d< Double > S_ratio (NumTop)
 
 START_CODE ()
 
 qnaive (u, ftmp1, ftmp2)
 
 for (n=1;n< NumTop;++n)
 
 push (xml_out,"Cooled_Topology")
 
 write (xml_out, "NumTop", NumTop)
 
 write (xml_out, "NumCool", NumCool)
 
 write (xml_out, "conviter", conviter)
 
 write (xml_out, "qtop_conv", qtop_conv)
 
 write (xml_out, "S_ratio_conv", S_ratio_conv)
 
 write (xml_out, "qtop", qtop)
 
 write (xml_out, "S_ratio", S_ratio)
 
 pop (xml_out)
 
 END_CODE ()
 

Variables

Real TopAccu
 
Real ActAccu
 
int NumCool
 
int NumTop
 
Double qtop_conv = 0
 
Double S_ratio_conv = 0
 
int conviter = 0
 
int i_cool
 
int n
 
Double ftmp1
 
Double ftmp2
 
 qtop [0] = ftmp1
 
 S_ratio [0] = ftmp2
 

Function Documentation

◆ END_CODE()

END_CODE ( )

◆ for()

for ( )

Definition at line 45 of file topol.cc.

References ActAccu, conviter, ftmp1, ftmp2, i_cool, n, NumCool, qnaive(), qtop, qtop_conv, S_ratio, S_ratio_conv, TopAccu, and Chroma::u.

◆ include()

include ( types.  mh)

Referenced by Omega_impr().

◆ pop()

pop ( xml_out  )

◆ push()

push ( xml_out  ,
"Cooled_Topology"   
)

◆ qnaive()

qnaive ( u  ,
ftmp1  ,
ftmp2   
)

Referenced by for().

◆ S_ratio()

multi1d<Double> S_ratio ( NumTop  )

◆ START_CODE()

START_CODE ( )

◆ write() [1/7]

write ( xml_out  ,
"conviter"  ,
conviter   
)

◆ write() [2/7]

write ( xml_out  ,
"NumCool"  ,
NumCool   
)

◆ write() [3/7]

write ( xml_out  ,
"NumTop"  ,
NumTop   
)

◆ write() [4/7]

write ( xml_out  ,
"qtop"  ,
qtop   
)

◆ write() [5/7]

write ( xml_out  ,
"qtop_conv"  ,
qtop_conv   
)

◆ write() [6/7]

write ( xml_out  ,
"S_ratio"  ,
S_ratio   
)

◆ write() [7/7]

write ( xml_out  ,
"S_ratio_conv"  ,
S_ratio_conv   
)

Variable Documentation

◆ ActAccu

Real ActAccu

Definition at line 13 of file topol.cc.

Referenced by for(), and Chroma::monte().

◆ conviter

conviter = 0

Definition at line 26 of file topol.cc.

Referenced by for().

◆ ftmp1

Double ftmp1

◆ ftmp2

Double ftmp2

◆ i_cool

int i_cool

Definition at line 27 of file topol.cc.

Referenced by for().

◆ n

int n

Definition at line 28 of file topol.cc.

Referenced by for().

◆ NumCool

int NumCool

Definition at line 14 of file topol.cc.

Referenced by for(), and Chroma::monte().

◆ NumTop

int NumTop

Definition at line 15 of file topol.cc.

Referenced by Chroma::monte().

◆ qtop

qtop[0] = ftmp1

Definition at line 37 of file topol.cc.

Referenced by for().

◆ qtop_conv

qtop_conv = 0

Definition at line 24 of file topol.cc.

Referenced by for().

◆ S_ratio

S_ratio[0] = ftmp2

Definition at line 38 of file topol.cc.

Referenced by for().

◆ S_ratio_conv

S_ratio_conv = 0

Definition at line 25 of file topol.cc.

Referenced by for().

◆ TopAccu

Real TopAccu

Definition at line 12 of file topol.cc.

Referenced by for(), and Chroma::monte().