deltakit.circuit.Coordinate#

class deltakit.circuit.Coordinate(coordinate: tuple[float, ...] | float, *coordinates: float)#

Bases: tuple[float, …]

Class which represents general coordinates.

Parameters:

*coordinates (float) – Any number of floats to specify the coordinate.

Methods#

Coordinate.count

Return number of occurrences of value.

Coordinate.index

Return first index of value.