get_vector_library#
- VectorLibraryGenerator.get_vector_library(reciprocal_radius)[source]#
Calculates a library of diffraction vectors and pairwise inter-vector angles for a library of crystal structures.
- Parameters:
- reciprocal_radius
float The maximum g-vector magnitude to be included in the library.
- reciprocal_radius
- Returns:
- vector_library
DiffractionVectorLibrary Mapping of phase identifier to phase information in dictionary format.
- vector_library