Question: Numerical Integral

Hi, I try this numerical integral with:
int((1/2)*exp(-(1/2)*z^2)*Jo*sqrt(2)*(1-tanh(sqrt(q)*z/T)^2)/(sqrt(Pi)*T), z = -infinity .. infinity, numeric)
But does not work.
I have also tried it without success with:

evalf(Int((1/2)*exp(-(1/2)*z^2)*Jo*sqrt(2)*(1-tanh(sqrt(q)*z/T)^2)/(sqrt(Pi)*T), z = -infinity .. infinity, method = _d01amc, methodoptions = [maxintervals = 1000]))
How can i do?
Regards.

Please Wait...