magnopy.Convention.multiple_counting#

property

property Convention.multiple_counting: bool#

Whether the all elements of the equivalent sets of interaction parameters are included in the Hamiltonian's sums.

If True, then each element of the set of equivalent interaction parameters is included in the Hamiltonian's sums. If False, then only one element of the set of equivalent interaction parameters is included in the Hamiltonian's sums.

Returns:
multiple_countingbool

Examples

>>> import magnopy
>>> conv = magnopy.Convention(multiple_counting=True)
>>> conv.multiple_counting
True