10 #ifndef SRC_INCLUDE_SMASH_INPUT_KEYS_H_
11 #define SRC_INCLUDE_SMASH_INPUT_KEYS_H_
1977 {
"1.0",
"3.0",
"3.2"}};
2213 {
"2.2",
"3.1",
"3.2"}};
2238 "Ignore_Minimum_Decay_Width_For_Decays_At_The_End",
2664 std::make_pair(3.5, 4.5),
2681 std::make_pair(1.9, 2.2),
3724 std::array<double, 2>{{0.0, 0.0}},
4650 std::vector<std::string>{},
4657 std::vector<std::string>{},
4664 std::vector<std::string>{},
4677 std::vector<std::string>{},
4694 std::vector<std::string>{},
4737 {
"Output",
"Particles",
"Quantities"},
4738 std::vector<std::string>{},
4795 std::vector<std::string>{},
5193 std::array<double, 3>{{0.0, 0.0, 0.0}},
5223 std::set<ThermodynamicQuantity>{},
5671 std::reference_wrapper<const Key<bool>>,
5672 std::reference_wrapper<const Key<int>>,
5673 std::reference_wrapper<const Key<int64_t>>,
5674 std::reference_wrapper<const Key<double>>,
5675 std::reference_wrapper<const Key<std::string>>,
5676 std::reference_wrapper<const Key<std::array<int, 3>>>,
5677 std::reference_wrapper<const Key<std::array<double, 2>>>,
5678 std::reference_wrapper<const Key<std::array<double, 3>>>,
5679 std::reference_wrapper<const Key<std::pair<double, double>>>,
5680 std::reference_wrapper<const Key<std::vector<double>>>,
5681 std::reference_wrapper<const Key<std::vector<std::string>>>,
5682 std::reference_wrapper<const Key<std::set<ThermodynamicQuantity>>>,
5683 std::reference_wrapper<const Key<std::map<PdgCode, int>>>,
5684 std::reference_wrapper<const Key<std::map<std::string, std::string>>>,
5685 std::reference_wrapper<const Key<einhard::LogLevel>>,
5686 std::reference_wrapper<const Key<BoxInitialCondition>>,
5687 std::reference_wrapper<const Key<CalculationFrame>>,
5688 std::reference_wrapper<const Key<CollisionCriterion>>,
5689 std::reference_wrapper<const Key<DensityType>>,
5690 std::reference_wrapper<const Key<DerivativesMode>>,
5691 std::reference_wrapper<const Key<ExpansionMode>>,
5692 std::reference_wrapper<const Key<FermiMotion>>,
5693 std::reference_wrapper<const Key<FieldDerivativesMode>>,
5694 std::reference_wrapper<const Key<FluidizableProcessesBitSet>>,
5695 std::reference_wrapper<const Key<FluidizationType>>,
5696 std::reference_wrapper<const Key<MultiParticleReactionsBitSet>>,
5697 std::reference_wrapper<const Key<NNbarTreatment>>,
5698 std::reference_wrapper<const Key<OutputOnlyFinal>>,
5699 std::reference_wrapper<const Key<PdgCode>>,
5700 std::reference_wrapper<const Key<PseudoResonance>>,
5701 std::reference_wrapper<const Key<ReactionsBitSet>>,
5702 std::reference_wrapper<const Key<RestFrameDensityDerivativesMode>>,
5703 std::reference_wrapper<const Key<Sampling>>,
5704 std::reference_wrapper<const Key<SmearingMode>>,
5705 std::reference_wrapper<const Key<SphereInitialCondition>>,
5706 std::reference_wrapper<const Key<ThermalizationAlgorithm>>,
5707 std::reference_wrapper<const Key<TimeStepMode>>,
5708 std::reference_wrapper<const Key<TotalCrossSectionStrategy>>>;
5711 inline static const std::vector<key_references_variant>
list = {
6005 return get_key_reference<einhard::LogLevel>({
"Logging", std::string{area}});
6015 std::string_view content) {
6016 return get_key_reference<std::vector<std::string>>(
6017 {
"Output", std::string{content},
"Format"});
6034 template <
typename T>
6036 using key_reference = std::reference_wrapper<const Key<T>>;
6038 if (candidate.has_value()) {
6039 return std::get<key_reference>(candidate.value());
6041 throw std::invalid_argument(
"No database key with keys \"" +
6042 join(labels,
": ") +
"\" was found.");
6056 if (labels.size() == 0)
6057 return std::nullopt;
6058 auto iterator_to_key_references_variant =
6062 [&labels](
auto &&arg) {
6063 return arg.get().has_same_labels(labels);
6068 return std::nullopt;
6070 return *iterator_to_key_references_variant;
default_type default_value() const
Get the default value of the key.
This is the main include file for Einhard.
@ Off
Don't use fermi motion.
std::bitset< 10 > ReactionsBitSet
Container for the 2 to 2 reactions in the code.
@ Strings
Use string fragmentation.
@ Fixed
Use fixed time step.
std::bitset< 5 > FluidizableProcessesBitSet
@ TopDownMeasured
Mix the two above, using the parametrizations only for measured processes, and summing up partials fo...
@ Quadratic
Sample from areal / quadratic distribution.
std::bitset< 4 > MultiParticleReactionsBitSet
Container for the n to m reactions in the code.
@ Covariant
Covariant Criterion.
@ ThermalMomentaBoltzmann
A thermalized ensemble is generated, with momenta sampled from a Maxwell-Boltzmann distribution.
@ LargestFromUnstable
Heaviest possible resonance from processes with at least one resonance in the incoming particles.
@ Yes
Print only final-state particles.
std::vector< std::string > KeyLabels
Descriptive alias for storing key labels, i.e.
@ Dependent
Default value which depends on other keys
std::string join(const std::vector< std::string > &v, const std::string &delim)
Join strings using delimiter.
std::variant< std::reference_wrapper< const Key< bool > >, std::reference_wrapper< const Key< int > >, std::reference_wrapper< const Key< int64_t > >, std::reference_wrapper< const Key< double > >, std::reference_wrapper< const Key< std::string > >, std::reference_wrapper< const Key< std::array< int, 3 > >>, std::reference_wrapper< const Key< std::array< double, 2 > >>, std::reference_wrapper< const Key< std::array< double, 3 > >>, std::reference_wrapper< const Key< std::pair< double, double > >>, std::reference_wrapper< const Key< std::vector< double > >>, std::reference_wrapper< const Key< std::vector< std::string > >>, std::reference_wrapper< const Key< std::set< ThermodynamicQuantity > >>, std::reference_wrapper< const Key< std::map< PdgCode, int > >>, std::reference_wrapper< const Key< std::map< std::string, std::string > >>, std::reference_wrapper< const Key< einhard::LogLevel > >, std::reference_wrapper< const Key< BoxInitialCondition > >, std::reference_wrapper< const Key< CalculationFrame > >, std::reference_wrapper< const Key< CollisionCriterion > >, std::reference_wrapper< const Key< DensityType > >, std::reference_wrapper< const Key< DerivativesMode > >, std::reference_wrapper< const Key< ExpansionMode > >, std::reference_wrapper< const Key< FermiMotion > >, std::reference_wrapper< const Key< FieldDerivativesMode > >, std::reference_wrapper< const Key< FluidizableProcessesBitSet > >, std::reference_wrapper< const Key< FluidizationType > >, std::reference_wrapper< const Key< MultiParticleReactionsBitSet > >, std::reference_wrapper< const Key< NNbarTreatment > >, std::reference_wrapper< const Key< OutputOnlyFinal > >, std::reference_wrapper< const Key< PdgCode > >, std::reference_wrapper< const Key< PseudoResonance > >, std::reference_wrapper< const Key< ReactionsBitSet > >, std::reference_wrapper< const Key< RestFrameDensityDerivativesMode > >, std::reference_wrapper< const Key< Sampling > >, std::reference_wrapper< const Key< SmearingMode > >, std::reference_wrapper< const Key< SphereInitialCondition > >, std::reference_wrapper< const Key< ThermalizationAlgorithm > >, std::reference_wrapper< const Key< TimeStepMode > >, std::reference_wrapper< const Key< TotalCrossSectionStrategy > >> key_references_variant
Alias for the type to be used in the list of keys.