7 #ifndef SRC_INCLUDE_SMASH_ALPHACLUSTEREDNUCLEUS_H_
8 #define SRC_INCLUDE_SMASH_ALPHACLUSTEREDNUCLEUS_H_
73 {-1.0 / 3, std::sqrt(8) / 3, 0.0},
74 {-1.0 / 3, -std::sqrt(8) / 6, std::sqrt(24) / 6},
75 {-1.0 / 3, -std::sqrt(8) / 6, -std::sqrt(24) / 6}};
Child of Nucleus for alpha clustered nuclei.
AlphaClusteredNucleus(Configuration &config, int n_test, bool automatic)
Constructor which takes a configuration and the number of test particles.
int tetrahedron_vertex_index_
An index to iterate through the vertices of the tetrahedron.
void scale_tetrahedron_vertex_positions(double side_length)
Scales the tetrahedron vertex positions to have the specified side length.
double tetrahedron_side_length_
Side length of the tetrahedron used for alpha-clustering.
std::vector< ThreeVector > tetrahedron_vertex_positions_
Positions of the vertices of the regular tetrahedron with center at (0,0,0) used for alpha-clustering...
ThreeVector distribute_nucleon() override
Alpha-clustering sampling routine.
Interface to the SMASH configuration files.
default_type default_value() const
Get the default value of the key.
A nucleus is a collection of particles that are initialized, before the beginning of the simulation a...
The ThreeVector class represents a physical three-vector with the components .