mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
feat: function for the extraction of the gradient flow coupling as
detailed in 1607.06423 added.
This commit is contained in:
parent
7737ed4ea0
commit
5cd20f5818
2 changed files with 122 additions and 6 deletions
|
@ -65,6 +65,7 @@ def test_rwms():
|
|||
|
||||
pe.input.openQCD.extract_t0(path, '', dtr_read=3, xmin=0, spatial_extent=4, files=files, names=names, fit_range=2, plot_fit=True)
|
||||
|
||||
|
||||
def test_Qtop():
|
||||
path = './tests//data/openqcd_test/'
|
||||
prefix = 'sfqcd'
|
||||
|
@ -97,3 +98,9 @@ def test_Qtop():
|
|||
qs = pe.input.openQCD.read_qtop_sector(path, '', 0.3, target=0, Zeuthen_flow=True, version='sfqcd')
|
||||
|
||||
assert((pe.input.openQCD.qtop_projection(qi, target=0) - qs).is_zero())
|
||||
|
||||
|
||||
def test_gf_coupling():
|
||||
path = './tests//data/openqcd_test/'
|
||||
prefix = 'sfqcd'
|
||||
gf = pe.input.openQCD.read_gf_coupling(path, prefix, c=0.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue