gspacing#

property ReciprocalLatticeVector.gspacing#

Reciprocal lattice vector spacing \(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 \(g\) is given in \(Å^-1\)

>>> rlv.gspacing
array([0.42872545, 0.4950495 ])