Gaussian Integrals

complex_gaussian_integral_1_jitted

Python implementation of the complex Gaussian integral for one Abc.

complex_gaussian_integral_2_jitted

Implementation of the complex Gaussian integral for two Abc.

complex_gaussian_integral_1_jitted

mrmustard.mathlib.gaussian_integrals.complex_gaussian_integral_1_jitted(A, b, idx12, A_out, b_out, log_c_out)[source]

Python implementation of the complex Gaussian integral for one Abc.

complex_gaussian_integral_2_jitted

mrmustard.mathlib.gaussian_integrals.complex_gaussian_integral_2_jitted(A1, b1, A2, b2, idx1, idx2, A_out, b_out, log_c_out)[source]

Implementation of the complex Gaussian integral for two Abc.