qlat_utils.CoordinateD¶
- class qlat_utils.CoordinateD¶
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)copy
([is_copying_data])from_list
(x)set value based on a list composed of the 4 components of the coordinate.
sqr
()Return the square sum of all the components as
cc.Long
.to_list
()Return a list composed of the 4 components of the coordinate.
to_numpy
()Return a np.ndarray composed of the 4 components of the coordinate.
to_tuple
()Return a tuple composed of the 4 components of the coordinate.