@@ -6,6 +6,10 @@ image: tsukuba
66
77The TELOS Collaboration has a strong commitment to open science.
88We aim to make all products of and processes used in our research openly available.
9+ The overall process that we aim to follow is documented in
10+ [ arXiv:2504.01876] [ strategy ]
11+ (also [ on Zenodo] [ strategy-zenodo ] ;
12+ working draft [ on GitHub] [ strategy-github ] ).
913
1014## Data
1115
@@ -52,15 +56,26 @@ please get in touch.
5256
5357We make use of the following community software in our work:
5458
55- - [ Grid] [ grid ] , developed by Peter Boyle and collaborators
59+ - [ Grid] [ grid ] ,
60+ developed by Peter Boyle and collaborators,
61+ for generating field configurations and computing observables on them.
5662- [ HiRep] [ hirep ] ,
57- developed by Claudio Pica and collaborators.
63+ developed by Claudio Pica and collaborators,
64+ for generating field configurations and computing observables on them.
5865 We specifically use [ a fork] [ hirep-spn ] adapted to work with symplectic groups,
5966 developed in house
6067 and optimised by Research Software Engineers
6168 at the Swansea Academy of Advanced Computing.
6269- [ Hadrons] [ hadrons ] ,
63- developed by Antonin Portelli and collaborators.
70+ developed by Antonin Portelli and collaborators,
71+ for computing observables on field configurations.
72+ - [ Snakemake] [ snakemake ] ,
73+ for constructing data analysis workflows.
74+ - [ Python] [ python ] and the scientific Python ecosystem
75+ ([ numpy] [ numpy ] , [ Scipy] [ scipy ] , [ Pandas] [ pandas ] , [ Matplotlib] [ matplotlib ] ),
76+ for performing data analysis.
77+ - [ gvar] [ gvar ] , [ lsqfit] [ lsqfit ] , and [ corrfitter] [ corrfitter ] ,
78+ for performing fits of correlation functions.
6479
6580We are grateful to the contributions of the development communities of these codebases,
6681without which our research would not be possible.
@@ -73,11 +88,25 @@ additionally,
7388postprints of our work are available via
7489Swansea University's [ Cronfa] [ cronfa ] institutional repository.
7590
76- [ arxiv ] : https://arxiv.org
77- [ cronfa ] : https://cronfa.swan.ac.uk
78- [ grid ] : https://github.com/paboyle/Grid
79- [ hadrons ] : https://github.com/aportelli/Hadrons
80- [ hirep ] : https://github.com/claudiopica/HiRep
81- [ hirep-spn ] : https://github.com/sa2c/HiRep
82- [ ildg ] : https://hpc.desy.de/ildg/
83- [ uklft ] : https://generic.wordpress.soton.ac.uk/uklft/
91+ [ arxiv ] : < https://arxiv.org >
92+ [ cronfa ] : < https://cronfa.swan.ac.uk >
93+ [ ildg ] : < https://hpc.desy.de/ildg/ >
94+ [ strategy ] : < https://arxiv.org/abs/2504.01876 >
95+ [ strategy-github ] : < https://github.com/telos-collaboration/strategy >
96+ [ strategy-zenodo ] : < https://doi.org/10.5281/zenodo.15113709 >
97+ [ uklft ] : < https://generic.wordpress.soton.ac.uk/uklft/ >
98+
99+ [ grid ] : < https://github.com/paboyle/Grid >
100+ [ hadrons ] : < https://github.com/aportelli/Hadrons >
101+ [ hirep ] : < https://github.com/claudiopica/HiRep >
102+ [ hirep-spn ] : < https://github.com/sa2c/HiRep >
103+
104+ [ python ] : < https://python.org >
105+ [ numpy ] : < https://numpy.org >
106+ [ scipy ] : < https://scipy.org >
107+ [ pandas ] : < https://pandas.pydata.org >
108+ [ matplotlib ] : < https://matplotlib.org >
109+ [ gvar ] : < https://github.com/gplepage/gvar >
110+ [ lsqfit ] : < https://github.com/gplepage/lsqfit >
111+ [ corrfitter ] : < https://github.com/gplepage/corrfitter >
112+ [ snakemake ] : < https://snakemake.github.io >
0 commit comments