How would one go about evaluating the following integral?
$$ \int_{0}^{\infty} \frac{Q}{\sqrt{4\pi t^3}} \exp\Big(-\frac{(Q - \alpha t)^2}{4t} - t(U^2 - \alpha U) \Big) dt$$
We have that $Q, \alpha > 0$, while $U$ is complex. Mathematica actually evaluates the whole thing to simply $e^{Q(\alpha - U)}$, under the assumption that $\Re(2U-\alpha)^2 > 0$.
My first attempt was to define $f(Q)$ as the integral above and show that it satisfies the differential equation of the exponential function; after differentiating the integrand I don't really see a way to recombine the terms though. I get something akin to
$$f'(Q) = \frac{1}{Q} f(Q) + \frac{\alpha}{2} f(Q) - \int_{0}^{\infty} \frac{Q^2}{4\sqrt{\pi t^5}} \exp\Big(-\frac{(Q - \alpha t)^2}{4t} - t(U^2 - \alpha U) \Big) $$
which is nowhere near $(\alpha - U) f(Q)$.
I've also looked through various integral tables without success, I only found a reference that integrals of products of rational and exponential functions could be resolved as sums of the $\mathrm{Ei}$ function, but do not see how in this case.