orbithunter.AntisymmetricOrbitKS.dx

AntisymmetricOrbitKS.dx(**kwargs)[source]

Spatial derivative of the current state.

Parameters
kwargs :
order :int

The order of the derivative.

arraybool

Whether or not to return a numpy array. Used for efficiency/avoiding construction of redundant Orbit instances.

computation_basisstr

The basis in which to compute the derivative.

return_basisstr

Which basis to return the ShiftReflectionOrbitKS in, if array=False.

Returns
ShiftReflectionOrbitKS :

Class instance whose spatiotemporal state represents the spatial derivative in the the basis of the original state.

Notes

See OrbitKS.dx() for more details