mode (Optional[Mode]) – The computing mode.
membrane_scaling (Optional[Scaling]) – The numerical membrane_scaling.
dt (Optional[float]) – The numerical integration precision.
x64 (Optional[bool]) – Enable x64 computation.
complex_ (Optional[type]) – The complex data type.
float_ (Optional[type]) – The floating data type.
int_ (Optional[type]) – The integer data type.
bool_ (Optional[type]) – The bool data type.
bp_object_as_pytree (Optional[bool]) – Whether to register brainpy object as pytree.
numpy_func_return (Optional[str]) – The array to return in all numpy functions. Support ‘bp_array’ and ‘jax_array’.