Version 320 (modified by 9 years ago) (diff) | ,
---|
Table of Contents
The GiBUU project
The GiBUU project provides a unified theory and transport framework in the MeV and GeV energy regimes for
- elementary reactions on nuclei, as e.g.
- electron + A,
- photon + A,
- neutrino + A ,
- hadron + A (especially pion + A and proton + A)
- and for heavy-ion collisions,
using the same physics input and code. The GiBUU code provides a full dynamical description of the reaction and delivers the complete final state of an event; it can thus be used as an event generator. The code is freely available.
For all the reactions, the flow of particles is modelled within a Boltzmann-Uehling-Uhlenbeck (BUU) framework. The relevant degrees of freedom are mesons and baryons, which propagate in mean fields and scatter according to cross sections which are applicable to the energy range of a few 10 MeV to about 40 GeV. In the higher energy regimes the concept of pre-hadronic interactions is implemented in order to realize color transparancy and formation time effects. For a general overview of the model, its theoretical basis as well as many practical details, refer to the review paper:
Transport-theoretical Description of Nuclear Reactions
O. Buss, T. Gaitanos, K. Gallmeister, H. van Hees, M. Kaskulov, O. Lalakulich, A. B. Larionov, T. Leitner, J. Weil, U. Mosel
Phys. Rept. 512 (2012) 1-124 / Inspire
The numerical implementation, named GiBUU (aka The Giessen BUU Project), is written in modular Fortran 2003 and based upon a Subversion version control system, which allows for a concise control over the full development phase of the code.
The history of the code is rather long and reports about several main development steps. The present initiative accomplished a total rewrite of the source code in a present-day computing language. The main goals of this effort were modularization to allow for a more transparent multi-user development process, a strict reduction of global variables for a more transparent debugging procedure, an improved control over the development phase such that modifications can be backtracked and a unified standard version. Therefore every member of the team works on the same single code version, albeit different temporal branches may coexist. Possible technical overhead is compensated by the benefit of a faster distribution of improvements and innovations and their enhanced sustainability.
GiBUU is being developed by a collaboration of people at different institutes:
- Institut für Theoretische Physik of the Justus-Liebig-Universität Giessen.
- Frankfurt Institute for Advanced Studies
- Institut für Theoretische Physik of the Goethe Universität Frankfurt
- Physics Department, Aristotle University of Thessaloniki
News
- 24. Mar. 2016 minor fixes to GiBUU 2016, NOvA FD and ND flux added
- 08. Feb. 2016: GiBUU 2016 has been released.
- 18. Jul. 2014: GiBUU 1.6 is publicly available (without registration).
- 26. Feb. 2014: GiBUU tutorial at HADES Winter School
- 01. Oct. 2013: GiBUU 1.6 has been released.
- 11. Jul. 2013: The GiBUU website has moved to HepForge.
- 10. Jul. 2012: GiBUU 1.5 has been released.
- 15. Feb. 2012: The GiBUU review paper has been published in Phys. Rept.
- 24. Nov. 2011: GiBUU 1.4.1 has been released.
- 01. Sept. 2011: GiBUU 1.4.0 has been released.
- 08. June 2011: The GiBUU review paper is available on arXiv
- 01. Dec. 2010: GiBUU 1.3.1 is available ...
- 23. April 2010: GiBUU 1.3.0 is available ...
- 19. May 2009: GiBUU 1.2.2 is available ...
- 13. Feb. 2009: GiBUU 1.2.1 is available ...
- 23. Jan. 2009: New download center for registered users
- 21. Jan. 2009: GiBUU 1.2 is available ...
- 15. Dec. 2008: See here how to run GiBUU on Windows...
- 31. Oct. 2008: GiBUU 1.1 is available ...
General Info
The GiBUU Model
- Physics input -- Learn more about our model
- Publications
- Presentations
- Visualizations, Movies
- Code History -- How this code evolved
The GiBUU Team
Using GiBUU
- Register -- Become a registered GiBUU user
- Release Notes
- Download -- Get the GiBUU source code
- Prerequisites -- Used software and tools
- Compiling GiBUU
- Running GiBUU -- How to run a simulation
- Tutorial -- A tutorial on using GiBUU (including physics overview, technical setup, examples and exercises)
- FAQ -- Frequently asked questions
Documentation
- Automatic Code Documentation (Robodoc):
- GiBUU particle numbering scheme
- Event Output in Les-Houches format
- Job cards -- Examples for GiBUU input files
- 'perturbative' and 'real' particles; the perturbative weigth
For Developers
- Internal pages (link only available for developers after login)
- Fortran -- Literature, Links, ...
- HowTo: Handle patches