Hasil untuk "hep-lat"

Menampilkan 20 dari ~152883 hasil · dari DOAJ, Semantic Scholar, arXiv, CrossRef

JSON API
arXiv Open Access 2024
History of Lattice Field Theory from a Statistical Perspective

Wolfgang Bietenholz

Researchers working in lattice field theory constitute an established community since the early 1990s, and around the same time the online open-access e-print repository arXiv was created. The fact that this field has a specific arXiv section, hep-lat, which is comprehensively used, provides a unique opportunity for a statistical study of its evolution over the last three decades. We present data for the number of entries, $E$, published papers, $P$, and citations, $C$, in total and separated by nations. We compare them to six other arXiv sections (hep-ph, hep-th, gr-qc, nucl-th, quant-ph, cond-mat) and to two socio-economic indices of the nations involved: the Gross Domestic Product (GDP) and the Education Index (EI). We present rankings, which are based either on the Hirsch Index H, or on the linear combination $Σ= E + P + 0.05 C$. We consider both extensive and intensive national statistics, i.e. absolute and relative to the population or to the GDP.

en hep-lat, physics.hist-ph
arXiv Open Access 2015
QED effects in the pseudoscalar meson sector

R. Horsley, Y. Nakamura, H. Perlt et al.

We present results on the pseudoscalar meson masses from a fully dynamical simulation of QCD+QED. We concentrate particularly on violations of isospin symmetry. We calculate the $π^+$-$π^0$ splitting and also look at other isospin violating mass differences. We have presented results for these isospin splittings in arXiv:1508.06401 [hep-lat]. In this paper we give more details of the techniques employed, discussing in particular the question of how much of the symmetry violation is due to QCD, arising from the different masses of the $u$ and $d$ quarks, and how much is due to QED, arising from the different charges of the quarks. This decomposition is not unique, it depends on the renormalisation scheme and scale. We suggest a renormalisation scheme in which Dashen's theorem for neutral mesons holds, so that the electromagnetic self-energies of the neutral mesons are zero, and discuss how the self-energies change when we transform to a scheme such as $\bar{MS}$, in which Dashen's theorem for neutral mesons is violated.

en hep-lat, hep-ph
arXiv Open Access 2013
Jet quenching in a strongly interacting plasma - A lattice approach

Marco Panero, Kari Rummukainen, Andreas Schäfer

The phenomenon of jet quenching, related to the momentum broadening of a high-energy parton, provides important experimental evidence for the production of a strongly coupled, deconfined medium in heavy-ion collisions. Its theoretical description has been addressed in a number of works, both perturbatively and non-perturbatively (using the gauge-gravity duality). In this contribution, following a proposal by Caron-Huot, we discuss a novel approach to this problem, enabling one to extract non-perturbative information on this real-time phenomenon from simulations on a Euclidean lattice.

en hep-lat, hep-ph
S2 Open Access 2012
Fermi Offline Software: The Pros and Cons of Reusing Free Software

H. Kelly

The Fermi Gamma-ray Observatory, including the Large Area Telescope (LAT), was launched June 11, 2008. We are a relatively small collaboration, with a maximum of 25 software developers in our heyday. Within the LAT collaboration we support Red Hat Linux, Windows, and are moving towards Mac OS as well for offline simulation, reconstruction and analysis tools. Early on it was decided to use one software system to run our simulations as well as ultimately handle the event processing for real data. We leveraged many existing HEP external libraries (Geant4, Gaudi Framework, ROOT, CLHEP, CMT) to ease the burden on our developers. This strategy of re-using existing software helped us pull together our system quickly and test during our beam tests and data challenges. Now, after launch, we are in a new phase of the project, where we must move forward to support modern operating systems and compilers to get us through the life of the mission. This means upgrading our external libraries as well, which are not under our direct control. Meanwhile, it is crucial to our production system that we carefully orchestrate all upgrades to insure stability. An additional hurtle is that our number of active developers has dwindled dramatically. Many of those left are Windows developers reliant on the Visual Studio development environment, while our user base and production system depend on our Linux distributions. There have been a number of lessons learned, with undoubtedly more to come.

1 sitasi en Engineering, Physics
arXiv Open Access 2011
Lattice renormalisation of O(a) improved heavy-light operators: an addendum

Benoit Blossier

The analytical expressions and the numerical values of the renormalisation constants of dimension 3 static-light currents are given at one-loop order of perturbation theory in the framework of Heavy Quark Effective Theory and with an improved gauge action: the static quark is described by the HYP-smeared action and the light quark is of Wilson kind. This completes a work started few years ago and is actually an intermediate step in the measurement of the decay constants $f_{B}$ and $f_{B_{s}}$ by the European Twisted Mass Collaboration [arXiv:1107.1441[hep-lat]].

S2 Open Access 2010
Quark masses with Nf=2 twisted mass lattice QCD

B. Blossier, P. Dimopoulos, R. Frezzotti et al.

We present the results of the recent high precision lattice calculation of the average up/down, strange and charm quark masses performed by ETMC with Nf=2 twisted mass Wilson fermions. The analysis includes data at four values of the lattice spacing and pion masses as low as ~270 MeV, allowing for accurate continuum limit and chiral extrapolation. The strange and charm masses are extracted by using several methods, based on different observables: the kaon and the eta_s meson for the strange quark and the D, D_s and eta_c mesons for the charm. The quark mass renormalization is carried out non-perturbatively using the RI-MOM method. The results for the quark masses in the MSbar scheme read: m_ud(2 GeV)= 3.6(2) MeV, m_s(2 GeV)=95(6) MeV and m_c(m_c)=1.28(4) GeV. We have also obtained the ratios m_s/m_ud=27.3(9) and m_c/m_s=12.0(3). Moreover, we provide the updated result for the bottom quark mass, m_b(m_b)=4.3(2) GeV, obtained using the method presented in 0909.3187 [hep-lat].

3 sitasi en Physics
S2 Open Access 2010
TSkim : A tool for skimming ROOT trees

D. Chamont

Like many HEP researchers, the members of the Fermi collaboration have chosen to store their experiment data within ROOT trees. A frequent activity of such physicists is the tuning of selection criteria which define the events of interest, thus cutting and pruning the ROOT trees so to extract all the data linked to those specific physical events. It is rather straightforward to write a ROOT script to skim a single kind of data, for example the raw measurements of Fermi LAT detector. This proves to be trickier if one wants to process also some simulated or analysis data at the same time, because each kind of data is structured with its own rules for what concerns file names and sizes, tree names, identification of events, etc. TSkim has been designed to facilitate this task. Thanks to a user-defined configuration file which says where to find the run and event identifications in the different kind of trees, TSkim is able to collect all the tree elements which match a given ROOT cut. The tool will also help when loading the shared libraries which describe the experiment data, or when pruning the tree branches. Initially a pair of PERL and ROOT scripts, TSkim is today a fully compiled C++ application, enclosing our ROOT know-how and offering a panel of features going far beyond the original Fermi requirements. In this manuscript, we present TSkim concepts and key features, including a new kind of event list. Any collaboration using ROOT IO could profit from the use of this tool.

en Physics, Engineering

Halaman 4 dari 7645