-
Notifications
You must be signed in to change notification settings - Fork 109
Fermionic Flow
The fermionic Wilson flow (calling performGFlowQuda
routine.
In calculations of flow time dependance for quantities like the chiral condensate, we must calculate the adjoint flow of fermionic fields (performAdjGFlowSafe
and performAdjGFlowHier
.
The test su3_fermion_test
contains examples of usage for all 3 flow routines mentioned above. The first check carried out is a test of equivalence between safe and hierarchical adjoint flow. The second check is a verification of
Meaningful command line arguments specific to this test are (currently written for wilson
fermions, but readily applicable to other variants as well):
-
--su3-smear-steps
, present insu3_test
, which sets the total amount of flow steps -
--su3-smear-epsilon
, present insu3_test
, which sets the width of time$\epsilon$ evolved by in one integration step -
--su3-adj-gauge-nsave
, sets the amount of intermediate gauge fields to save when performing hierarchical adjoint flow -
--su3-hier-threshold
, sets the maximum black length, under which adjoint integration defaults to “safe” rather than “hierarchical”