BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Types | |
using | coeffs_t = std::vector< std::unique_ptr< const ILayerRTCoefficients > > |
Public Member Functions | |
ISpecularStrategy::coeffs_t | Execute (const std::vector< Slice > &slices, const kvector_t &k) const |
ISpecularStrategy::coeffs_t | Execute (const std::vector< Slice > &slices, const std::vector< complex_t > &kz) const |
Private Member Functions | |
std::vector< MatrixRTCoefficients_v3 > | computeTR (const std::vector< Slice > &slices, const std::vector< complex_t > &kzs) const |
virtual std::pair< Eigen::Matrix2cd, Eigen::Matrix2cd > | computeBackwardsSubmatrices (const MatrixRTCoefficients_v3 &coeff_i, const MatrixRTCoefficients_v3 &coeff_i1, double sigma) const =0 |
void | calculateUpwards (std::vector< MatrixRTCoefficients_v3 > &coeff, const std::vector< Slice > &slices) const |
Implements the magnetic Fresnel computation with Nevot-Croce roughness.
Implements the transfer matrix formalism for the calculation of wave amplitudes of the coherent wave solution in a multilayer with magnetization. For a description, see internal document "Polarized Implementation of the Transfer Matrix Method"
Definition at line 33 of file SpecularMagneticNewStrategy.h.
|
inherited |
Definition at line 40 of file ISpecularStrategy.h.
|
virtual |
Computes refraction angle reflection/transmission coefficients for given sliced multilayer and wavevector k.
Implements ISpecularStrategy.
Definition at line 35 of file SpecularMagneticNewStrategy.cpp.
References KzComputation::computeReducedKz(), and Execute().
Referenced by Execute().
|
virtual |
Computes refraction angle reflection/transmission coefficients for given sliced multilayer and a set of kz projections corresponding to each slice.
Implements ISpecularStrategy.
Definition at line 42 of file SpecularMagneticNewStrategy.cpp.
References computeTR().
|
private |
Definition at line 56 of file SpecularMagneticNewStrategy.cpp.
References calculateUpwards(), anonymous_namespace{SpecularMagneticNewStrategy.cpp}::checkForUnderflow(), anonymous_namespace{SpecularMagneticNewStrategy.cpp}::eigenvalues(), anonymous_namespace{SpecularMagneticNewStrategy.cpp}::eps, and anonymous_namespace{SpecularMagneticNewStrategy.cpp}::magneticSLD().
Referenced by Execute().
|
privatepure virtual |
Implemented in SpecularMagneticNewTanhStrategy, and SpecularMagneticNewNCStrategy.
Referenced by calculateUpwards().
|
private |
Definition at line 101 of file SpecularMagneticNewStrategy.cpp.
References computeBackwardsSubmatrices(), anonymous_namespace{SpecularMagneticNewStrategy.cpp}::GetBottomRoughness(), and MathFunctions::Si().
Referenced by computeTR().