brainpy.math.surrogate.ERF# class brainpy.math.surrogate.ERF(alpha=1.0)[source]# Judge spiking state with an erf function. See also erf __init__(alpha=1.0)[source]# Methods __init__([alpha]) surrogate_fun(x) The surrogate function. surrogate_grad(x) The gradient function of the surrogate function.