load_VectorLibrary#

diffsims.libraries.vector_library.load_VectorLibrary(filename, safety=False)[source]#

Loads a previously saved vectorlibrary.

Parameters:
filenamestr

The location of the file to be loaded

safetybool (defaults to False)

Unpickling is risky, this variable requires you to acknowledge this.

Returns:
VectorLibrary

Previously saved Library

See also

VectorLibrary.pickle_library