@namespace: integrator

# do we scale the ODE system we integrate to make it O(1)?
# for Strang, this simply means scaling e by the initial energy?
scale_system              bool         1            100


# use the Gershgorin circle theorem to estimate the spectral radius?
# note: requires integrator.scale_system = 1
use_circle_theorem       bool          1


