Skip to content

fix sampling for pbc=False

Vicentini Filippo requested to merge github/fork/gpescia/fix_sampling into master

Created by: gpescia

This fixes a bug where therandom_state in the Hilbertspace and the proposal in the sampler return NaN for L=jnp.inf (and pbc=false), and consequently (fixes) the Harmonic Oscillator example.

Merge request reports