#include <quantumsampling.h>
Struct object that holds the parameters relevant to finding the momentum for which the maximum of the distribution occurs.
Definition at line 48 of file quantumsampling.h.
Public Attributes | |
| double | mass |
| mass m of a particle [GeV] More... | |
| double | temperature |
| temperature T of the system [GeV] More... | |
| double | effective_chemical_potential |
| effective chemical potential mu^* of the particle species More... | |
| double | statistics |
| quantum statistics of the particles species (+1 for Fermi, -1 for Bose, 0 for Boltzmann) More... | |
| double smash::QuantumSampling::ParametersForMaximumMomentumRootFinder::mass |
mass m of a particle [GeV]
Definition at line 50 of file quantumsampling.h.
| double smash::QuantumSampling::ParametersForMaximumMomentumRootFinder::temperature |
temperature T of the system [GeV]
Definition at line 52 of file quantumsampling.h.
| double smash::QuantumSampling::ParametersForMaximumMomentumRootFinder::effective_chemical_potential |
effective chemical potential mu^* of the particle species
Definition at line 54 of file quantumsampling.h.
| double smash::QuantumSampling::ParametersForMaximumMomentumRootFinder::statistics |
quantum statistics of the particles species (+1 for Fermi, -1 for Bose, 0 for Boltzmann)
Definition at line 59 of file quantumsampling.h.