jaxvacua.util.load_pickle# load_pickle(filen)# Load and return the contents of a (plain, uncompressed) pickle file. Parameters: filen (str) – Path to the pickle file. Returns: Any – The deserialised Python object. Return type: Any