Skip to content

Document and simplify usage of configuration options

Vicentini Filippo requested to merge pv/config into master

Created by: PhilipVinc

This PR adds documentation for the usage of configuration options available in netket as environment/config variables, and simplifies the interface to access them, mimicking jax.

Now config options can be queried by doing netket.config.netket_debug instead of netket.config.FLAGS["NETKET_DEBUG"]

Merge request reports