netket_foundation.vqs.load

Contents

netket_foundation.vqs.load#

netket_foundation.vqs.load(path, *, return_dict=False, key='state')[source]#

Load an archive written by save().

Returns the state by default, or the full {key, "reference"} dict when return_dict=True.

Parameters: