InternalCoordinateSystem

Represents Internal coordinates generally

name: str

 

__init__(self, dimension=None, coordinate_shape=None, converter_options=None, **opts): 
  • converter_options: None | dict

    options to be passed through to a CoordinateSystemConverter

  • coordinate_shape: Iterable[None | int]

    shape of a single coordinate in this coordiante system

  • dimension: Iterable[None | int]

    the dimension of the coordinate system

  • opts: Any

    other options, if converter_options is None, these are used as the converter_options


Feedback

Examples

Templates

Documentation