jaxvacua.util.load_zipped_pickle

jaxvacua.util.load_zipped_pickle#

load_zipped_pickle(filen)#

Load and return the contents of a gzip-compressed pickle file.

Parameters:

filen (str) – Path to the .gz file.

Returns:

Any – The deserialised Python object.

Return type:

Any