template.class_template.SymmetryOrbitEQN.continuous_dimensions
- static SymmetryOrbitEQN.continuous_dimensions()[source]
Bools indicating whether an array’s axes represent continuous dimensions or not.
- Returns:
- tuple of bool
Tuple containing flags indicating whether or not a state’s dimensions are to be treated as periodic or not.
Notes
Discrete lattice systems would have false for all dimensions; this is necessary for Orbit.__getitem__ mostly.