to_miller#

ReciprocalLatticeVector.to_miller()[source]#

Return the vectors as a Miller instance.

Return type:

orix.vector.Miller

Examples

See ReciprocalLatticeVector for the creation of rlv

>>> rlv
ReciprocalLatticeVector (2,), al (m-3m)
[[1. 1. 1.]
 [2. 0. 0.]]
>>> rlv.to_miller()
Miller (2,), point group m-3m, hkl
[[1. 1. 1.]
 [2. 0. 0.]]