netket_foundation.expectation_value.ISResult#

class netket_foundation.expectation_value.ISResult[source]#

Bases: Stats

netket.stats.Stats extended with importance-sampling diagnostics (ess, ess_fraction, n_samples).

Attributes
ess: float = nan#

Effective sample size.

ess_fraction: float = nan#

ESS as a fraction of the total number of reference samples.

n_samples: int = 0#

Number of reference samples used.

Methods
imag()[source]#
real()[source]#
replace(**updates)[source]#

Returns a new object replacing the specified fields with new values.

to_compound()[source]#
to_dict()[source]#