def integratedTimeOverlap(self, otherTimeNuclearWF): return scipy.integrate.simps(self.timeOverlap(otherTimeNuclearWF), dx = self.mySpace.dt)