Skip to content

Move experimental stuff to `nk.experimental`

Vicentini Filippo requested to merge pv/experimental into master

Created by: PhilipVinc

@femtobit this looks good?

I have a few people who are using nk.vqs.experimental.*** so I deprecated it.

This does not explicitly import nk.experimental until somebody does explicitly from netket import experimental, at which point it became visible. We can also make it visible by default.

Merge request reports