Version: SMASH-3.4
Pauli blocking

Pauli blocking can be activated and customized using the Pauli_Blocking section within Collision_Term. For example:

Collision_Term:
    Pauli_Blocking:
        Spatial_Averaging_Radius: 1.86
        Gaussian_Cutoff: 2.2
        Momentum_Averaging_Radius: 0.08

Gaussian_Cutoff — double, optional, default = 2.2 — Conditions on key value:  \(1\leq x\leq10\)

Radius in fm at which Gaussians used for smoothing are cut. It should be larger than Spatial_Averaging_Radius.


Momentum_Averaging_Radius — double, optional, default = 0.08 — Conditions on key value:  \(x>0\)

Radius in GeV of sphere for averaging in the momentum space.


Spatial_Averaging_Radius — double, optional, default = 1.86 — Conditions on key value:  \(x>0\)

Radius in fm of sphere for averaging in the coordinate space. It should be smaller than Gaussian_Cutoff.