orbithunter.core.Orbit.dimensions

Orbit.dimensions()[source]

Dimensions of the spatiotemporal tile (configuration space).

Returns
tuple :

Tuple of dimensions, typically this will take the form (t, x, y, z) for (3+1)-D spacetime

Notes

Because this is usually a subset of self.parameters, it does not use the property decorator. This method is purposed for readability and other reasons where only dimensions are required.