Add an MC to Hessian action to validphys
Created by: Zaharid
We should add an action that can produce a hessian set from monte carlo, in the way the older smpdf code works
https://github.com/scarrazza/smpdf
but having it here would allow it to be maintained more and e.g. be documented and reproducible along with anything else.
There is already the function hessian_from_lincomb
in lhio.py which was copied from that code, and presently not used anywhere AFAICT. With that it should be possible to implement MCH (write the SVD of xplotting_grid and pass as V parameter).
cc @enocera