#include "smash/deformednucleus.h"
#include <cmath>
#include <map>
#include <stdexcept>
#include "smash/configuration.h"
#include "smash/constants.h"
#include "smash/fourvector.h"
#include "smash/random.h"
#include "smash/threevector.h"
Go to the source code of this file.
Namespaces | |
smash | |
Functions | |
double | smash::y_l_m (int l, int m, double cosx, double phi) |
Spherical harmonics Y_2_0, Y_2_2, Y_3_0 and Y_4_0. More... | |