Struct SphericalOrderTriplet#

Struct Documentation#

struct SphericalOrderTriplet#

Spherical order triplet \( (m_1, m_2, M) \).

Public Functions

SphericalOrderTriplet operator+(const SphericalOrderTriplet &other)#

Return the sum with another spherical order triplet.

bool is_zeros()#

Check if the spherical orders are all zeros.

bool is_inverse(const SphericalOrderTriplet &other)#

Check if another triplet is the additive inverse.

Public Members

int m1#
int m2#
int M#

spherical orders