9#include "MantidKernel/DllConfig.h"
29 MagneticIon(
const char *symbol,
const uint16_t charge,
const double j0i[8],
const double j2i[8],
const double j4i[8],
30 const double j6i[8],
const double gi);
31 MagneticIon(
const char *symbol,
const uint16_t charge,
const double j0i[9],
const double j2i[9],
const double j4i[9],
35 double getJLofQsqr(
const double qsqr,
const uint16_t l)
const;
37 double analyticalFormFactor(
const double qsqr)
const;
39 static double formFactorCutOff();
49 std::vector<double>
j0;
51 std::vector<double>
j2;
53 std::vector<double>
j4;
55 std::vector<double>
j6;
66MANTID_KERNEL_DLL std::vector<double>
getJL(
const std::string &symbol,
const uint16_t charge,
const uint16_t l = 0);
A namespace containing physical constants that are required by algorithms and unit routines.
MANTID_KERNEL_DLL std::vector< std::string > getMagneticIonList()
Returns a list of all ions.
MANTID_KERNEL_DLL const MagneticIon & getMagneticIon(const std::string &symbol, const uint16_t charge)
Returns the magnetic ion for the given symbol and charge.
MANTID_KERNEL_DLL std::vector< double > getJL(const std::string &symbol, const uint16_t charge, const uint16_t l=0)
Returns the Lth-coefficients for the given ion.
Helper class which provides the Collimation Length for SANS instruments.
Struture to hold information about magnetic form factor for 3d, 4d, rare earth, and actinide atoms an...
std::vector< double > j4
A vector containing A, a, B, b, C, c D, e for each <j4>
std::vector< double > j2
A vector containing A, a, B, b, C, c D, e for each <j2>
std::string symbol
The atomic symbol. In other words the one or two character abbreviation.
std::vector< double > j6
A vector containing A, a, B, b, C, c D, e for each <j6>
std::vector< double > j0
A vector containing A, a, B, b, C, c D, e for each <j0>
uint16_t charge
The charge of the ion, or 0 for neutral atom.