fn py_iqif_simulate<'py>(
py: Python<'py>,
v: i32,
v_rest: i32,
v_threshold: i32,
v_reset: i32,
a: i32,
b: i32,
v_max: i32,
v_min: i32,
n_steps: usize,
current: i32,
) -> PyResult<(Bound<'py, PyArray1<i64>>, i64, i64)>Expand description
Full-contract Wu et al. (2021) IQIF integer batch.