mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
fix: unnecessary print statement and comment removed in fourquark input
routine
This commit is contained in:
parent
aec90803ef
commit
bb91c37ac4
1 changed files with 0 additions and 2 deletions
|
@ -249,7 +249,6 @@ def read_Fourquark_hd5(path, filestem, ens_id, idl=None, vertices=["VA", "AV"]):
|
||||||
vertex_names = []
|
vertex_names = []
|
||||||
for vertex in vertices:
|
for vertex in vertices:
|
||||||
vertex_names += _get_lorentz_names(vertex)
|
vertex_names += _get_lorentz_names(vertex)
|
||||||
print(vertex_names)
|
|
||||||
|
|
||||||
corr_data = {}
|
corr_data = {}
|
||||||
|
|
||||||
|
@ -295,7 +294,6 @@ def read_Fourquark_hd5(path, filestem, ens_id, idl=None, vertices=["VA", "AV"]):
|
||||||
matrix[index] = CObs(real, imag)
|
matrix[index] = CObs(real, imag)
|
||||||
|
|
||||||
result_dict[key] = Npr_matrix(matrix, mom_in=mom_in, mom_out=mom_out)
|
result_dict[key] = Npr_matrix(matrix, mom_in=mom_in, mom_out=mom_out)
|
||||||
# result_dict[key] = Npr_matrix(matrix.swapaxes(1, 2).reshape((12, 12), order='F'), mom_in=mom_in, mom_out=mom_out)
|
|
||||||
|
|
||||||
return result_dict
|
return result_dict
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue