Skip to content

Faster pymcmc and numba kernels

Vicentini Filippo requested to merge faster_pymcmc into v2.1

Created by: gcarleo

This PR makes a couple of changes to

  1. Remove the confusing/hard to optimize in pure python machine_func in samplers, being replaced just by machine_pow. This means that we can sample from |psi(x)|^p with arbitrary p.

  2. Move some critical sampling kernels to c++ to speed up a bit pure python MCMC

Merge request reports