gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Version 23 and Version 24 of FAQ


Ignore:
Timestamp:
Jun 3, 2013, 11:40:05 AM (11 years ago)
Author:
jweil
Comment:

update & extend FAQ

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v23 v24  
    1 [[TOC(FAQ,depth=3)]]
     1[[TOC(FAQ,notitle,depth=3)]]
    22
    33= Frequently asked questions =
     
    88=== How do I get the code? ===
    99
    10 [wiki:GiBUUDownload#Gettingfullaccess Please create your account first ] with which you can then download the source. Thereafter, the source code is available as a [http://gibuu.physik.uni-giessen.de/GiBUU/downloads tar-ball] (~200 MB). See the  [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code.
     10Before you can download the code, you need to [wiki:GiBUUDownload#Gettingfullaccess create an account]. After you are granted access, the source code is available via [wiki:svn Subversion]. See the  [wiki:releaseNotes release notes] for details on the source code structure and how to compile the code.
    1111
    1212----
     
    1414=== Is there any kind of documentation? How do I start? ===
    1515
    16 You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.4/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here].
     16You can have a look at our [wiki:releaseNotes release notes] or [http://gibuu.physik.uni-giessen.de/GiBUU/browser/releases/release1.5/README.Quickstart.txt README_Quickstart.txt]. Additional source code documentation can be found [http://gibuu.physik.uni-giessen.de/Documentation/code/robo_sourcefiles.html#top here].
    1717
    1818To compile the code you must have some recent fortran compiler installed (cf. [wiki:tools this page]). Simply go to the base directory and type
     
    7272
    7373----
     74
     75=== How can I contribute to the GiBUU project? ===
     76
     77We are very open to code contributions from external users.
     78If you have made any modifications to the code, which you want to
     79contribute to GiBUU, please send them to the [mailto:GiBUU@theo.physik.uni-giessen.de GiBUU mailing list] in the
     80form of a [wiki:HowtoPatches patch], so that they can be reviewed by the GiBUU developers.
     81After a successful review process, they will be committed to our repository (with proper recognition of
     82the author, of course).
     83
     84----
     85
     86=== I want to publish results obtained with the GiBUU code. How should I proceed? ===
     87
     88We would greatly appreciate if you could send us your results prior to publication, so that we can evaluate if you're using the GiBUU code in a reasonable way. Doing a transport simulation is a non-trivial procedure and requires good understanding of the input parameters. Although we are trying to make the usage as straightforward as possible, there are still lots of things that can go wrong. Therefore it is important to check the results prior to publication.
     89
     90For the actual publication it is recommended that you cite (at least) the [http://inspirehep.net/record/912923 GiBUU review paper]. Depending on the type of reaction studied, other references might be useful in addition.
     91
     92----