gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of jobcards/ANKE


Ignore:
Timestamp:
Dec 14, 2009, 10:23:10 AM (14 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jobcards/ANKE

    v1 v1  
     1 = Example jobcard for ANKE =
     2
     3{{{
     4!****************************
     5!*   ANKE: p A => KKbar X   *
     6!****************************
     7
     8!**************************************************************************
     9! General Input :
     10!**************************************************************************
     11
     12&input
     13  numEnsembles = 250    ! number of ensembles
     14  eventtype    = 12     ! 12 = HiPion A
     15  numTimeSteps = 200    ! number of time steps
     16  delta_T      = 0.2    ! time step size [fm]
     17  num_runs_SameEnergy = 20
     18  num_Energies = 1
     19  path_to_input = "/home/hadron/gibuu/buuinput"
     20  set_length_perturbative = .true.
     21  length_perturbative     = 1000
     22  freezeRealParticles = .true.
     23  ! localEnsemble = .true.              ! default: parallel ensemble
     24  printParticleVectors = .true.
     25/
     26
     27&target                                 ! choose one:
     28  ! target_Z =  1 , target_A =   1      ! H
     29  ! target_Z =  6 , target_A =  12      ! C
     30  target_Z = 29 , target_A =  63        ! Cu
     31  ! target_Z = 47 , target_A = 108      ! Ag
     32  ! target_Z = 79 , target_A = 197      ! Au
     33/
     34
     35&LesHouches
     36  LesHouchesFinalParticles_Pert = .true.
     37  LesHouchesFinalParticles_Real = .false.
     38/
     39
     40!**************************************************************************
     41!       Pion-induced reactions
     42!**************************************************************************
     43
     44&HiPionNucleus
     45  DoProton         = .true.     ! projectile: pion or proton?
     46  Charge           = 1          ! charge of projectile
     47  ekin_lab         = 2.83       ! kinetic energy of projectile in lab frame
     48  distance         = -1.        ! negative -> automatic
     49  numberPions      = 25         ! number of projectiles per ensemble
     50  impact_parameter = -1.        ! impact parameter [fm], negative -> distributed over disk
     51/
     52
     53!**************************************************************************
     54!       Ground State (Frozen Nucleus, Analytic Density, Zero Temperature)
     55!**************************************************************************
     56
     57&initDensity
     58  densitySwitch = 2     ! 1 = dynamic, 2 = analytic, 0 = no density
     59/
     60
     61&initPauli
     62  pauliSwitch = 2       ! 1 = dynamic, 2 = analytic, 0 = no pauli blocking
     63/
     64
     65&initThermoDynamics
     66  temperatureSwitch = 1
     67  ! 1=groundstate calculations (T=0,mu=E_F)
     68  ! 2=the full procedure according to testparticle density (real particles only!)
     69/
     70}}}