qlat.load_pickle_obj

qlat.load_pickle_obj(path, default_value=None, *, is_sync_node=True)[source]

all the nodes read the same data if is_sync_node:

one node read and broadcast to other nodes

else:

all nodes individually read the data