Nonlinearity# pydantic model autoplex.settings.Nonlinearity[source]# Model describing the nonlinearity to be used for the NEQUIP fits. field e: Literal['silu', 'ssp', 'tanh', 'abs'] = 'silu'# Even nonlinearity field o: Literal['silu', 'ssp', 'tanh', 'abs'] = 'tanh'# Odd nonlinearity