gufe.molhashing

Functions

deserialize_numpy(arr_str)

Convert a string representation to a numpy array

serialize_numpy(arr)

Convert a numpy array to a string for serialisation

gufe.molhashing.serialize_numpy(arr: ndarray) str

Convert a numpy array to a string for serialisation

SeeAlso

deserialize_numpy()

gufe.molhashing.deserialize_numpy(arr_str: str) ndarray

Convert a string representation to a numpy array

SeeAlso

serialize_numpy()