dspacing#

property ReciprocalLatticeVector.dspacing#

Direct lattice interplanar spacing \(d = 1 / 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 \(d\) is given in \(Å\)

>>> rlv.dspacing
array([2.33249509, 2.02      ])