https://github.com/JeffersonLab/chroma
Raw File
Tip revision: 19a056c406caf727bd5e6758c5dfd0c4f48c327a authored by edwards on 06 April 2005, 04:30:27 UTC
More stuff to do.
Tip revision: 19a056c
bar3ptfn_v4.ini
; $Id: bar3ptfn_v4.ini,v 1.1 2003-05-14 06:07:03 flemingg Exp $
;
; BAR3PTFN input file.
;
; This program is the input file for a baryon 3pt func. calculation
; test run on Wilson-type propagators
;
; NOTE: steps are needed
;   1) first run the SZIN propagator test in szin/tests/propagator
;   2) link in the propagator_0 file into the "szin/tests/seqprop" directory
;      and run the seqprop test. It will generate up to 6 propagators.
;   3) Link in the same propagator_0 file and the seqprop_0_{0,1,2,3,10} files
;      into the directory where the test will run.
;   4) copy this file to a file named 'DATA' in the directory where the test
;      will run
;   4) run the 'bar3ptfn' program in that directory and capture
;      the standard output into a file called 'RESULT'
;   5) Compare the generated file 'NMLDAT' to the appropriate .nml file
;      in chroma/tests/bar3ptfn
;   6) Compare the standard output in 'RESULT' to the appropriate .res file
;      in chroma/tests/bar3ptfn
;
; ANOTHER NOTE: The bar3ptfn program should also work with the input files
;   in szin/tests/bar3ptfn and where they compute the same observables,
;   the numbers should agree
; 

&IO_version
 version = 4,
&END
&param
 FermTypeP = "WILSON",
 Nd = 4,
 Nc = 3,
 numKappa = 1,
 Kappa = (0.11),
 numSeq_src = 5,
 Seq_src = (0, 1, 2, 3, 10),
 cfg_type = "SZIN",
 j_decay = 3,
 Pt_src = 0,
 Sl_src = 1,
 Wvf_kind = "GAUGE_INV_GAUSSIAN",
 wvf_param = (1.5),
 WvfIntPar = (5),
 nrow = (4, 4, 4, 8),
 boundary = (1, 1, 1, 1),
 t_srce = (0, 0, 0, 0),
 Pt_snk = 0,
 Sl_snk = 1,
 t_sink = 5,
 sink_mom = (0,0,0),
 mom2_max = 7,
&END
&Cfg
 cfg_file = "../test_purgaug.cfg1",
&END
back to top