uf3.representation.angles.coefficient_counts_from_knots

coefficient_counts_from_knots(knot_sets: List[List[numpy.ndarray]]) Tuple[List[int], List[int], List[int]][source]

Count number of basis functions per dimension from knot sequences.

Parameters

knot_sets (list) – list of three-body knot sequences per chemical interation

Returns

lists of number of basis functions per dimension (3).

Return type

L, M, N (list)