Version: SMASH-3.0
Potentials

SMASH simulation supports two sets of nuclear potentials:

  1. Skyrme with (optional) Symmetry potentials;
  2. VDF (vector density functional) model potentials, Sorensen:2020ygf [54].

In addition to these nuclear potentials, Coulomb potentials can also be enabled.

Note
Skyrme and Symmetry potentials do not need to be both active, but if one of the two is enabled, then one cannot use VDF potentials.

Skyrme and VDF potentials both describe the behavior of symmetric nuclear matter. The symmetry potential can adjust the Skyrme potential (but not the VDF potential) to include effects due to isospin. The Skyrme and Symmetry potentials are semi-relativistic, while the VDF potential is fully relativistic.

Configuring potentials

The following snippet of the configuration file configures SMASH such that the Skyrme as well as the Symmetry potential are activated for the simulation. There is however no requirement to include both simultaneously. They can be switched on and off individually.

Potentials:
    Skyrme:
        Skyrme_A: -209.2
        Skyrme_B: 156.4
        Skyrme_Tau: 1.35
    Symmetry:
        S_Pot: 18.0
    Coulomb:
        R_Cut: 5.0

Note that the Coulomb potential requires a Lattice while for the other potentials it can be used as an optimisation.

Configuring VDF Potentials

The following snippets from the configuration file configure SMASH such that the VDF potential is activated for the simulation.

In the first example, VDF potentials are configured to reproduce the default SMASH Skyrme potentials (without the symmetry potential, as it is not described within the VDF model):

Potentials:
    VDF:
        Sat_rhoB: 0.168
        Powers: [2.0, 2.35]
        Coeffs: [-209.2, 156.5]

In the second example, VDF potentials are configured to describe nuclear matter with saturation density of \(\rho_0 = \mathrm{0.160 fm}^{-3}\), binding energy of \(B_0 = -16.3\) MeV, the critical point of the ordinary nuclear liquid-gas phase transition at \(T_c^{(N)} = 18\) MeV and \(\rho_c^{(N)} = 0.375 \rho_0\), the critical point of the conjectured "QGP-like" phase transition at \(T_c^{(Q)} = 100\) MeV and \(\rho_c^{(Q)} = 3.0\rho_0\), and the boundaries of the spinodal region of the "QGP-like" phase transition at \(\eta_L = 2.50 \rho_0\) and \(\eta_R = 3.315 \rho_0\):

Potentials:
    VDF:
        Sat_rhoB: 0.160
        Powers: [1.7681391, 3.5293515, 5.4352788, 6.3809822]
        Coeffs: [-8.450948e+01, 3.843139e+01, -7.958557e+00, 1.552594e+00]