jaxvacua.sampling.tadpole_quadratic_hessian#
- tadpole_quadratic_hessian(eft, sampler, z, tau, mode)#
Return the tadpole quadratic as the Hessian of the reconstructed ISD-tadpole function.
The map
u -> tadpole(ISD_sampling(u))is quadratic inu, so its Hessian at the origin is the matrixM. This routine is slower thantadpole_quadratic()and is mainly useful as a verification oracle or fallback for future input modes.- Parameters:
eft (
Any) –FluxEFT-like object exposingtadpoleandperiods.sigma.sampler (
Any) –data_sampler-like object exposingISD_sampling.z (
Array) – Complex-structure moduli of shape(h12,).tau (
Array) – Axio-dilaton value.mode (
Literal['ISD+','ISD-','F','H']) – One of"ISD+","ISD-","F","H".
- Returns:
Array – Symmetric real matrix
Mof shape`` (2*(h12+1), 2*(h12+1))
- Return type:
Array