scattering_parameter#

property ReciprocalLatticeVector.scattering_parameter#

Scattering parameter \(0.5 \cdot g\).

Return type:

numpy.ndarray

Examples

See ReciprocalLatticeVector for the creation of rlv

>>> rlv
ReciprocalLatticeVector (2,), al (m-3m)
[[1. 1. 1.]
 [2. 0. 0.]]

Lattice parameters are given in \(Å\)

>>> rlv.phase.structure.lattice
Lattice(a=4.04, b=4.04, c=4.04, alpha=90, beta=90, gamma=90)

so the scattering parameters are given in \(Å^-1\)

>>> rlv.scattering_parameter
array([0.21436272, 0.24752475])