#!/usr/bin/env python import numpy # deg here represents the number of elements in the sum for the hermite quadrature deg=350 print(numpy.polynomial.hermite.hermgauss(deg))