netket.logging.RuntimeLog¶
-
class
netket.logging.
RuntimeLog
[source]¶ Bases:
object
Runtim Logger, that can be passed with keyword argument logger to Monte Carlo drivers in order to serialize the outpit data of the simulation.
This logger keeps the data in memory, and does not save it to disk.
- Inheritance
- Attributes
-
data
¶ The dictionary of logged data.
-