Move MatrixOfEquivalentPositions to Python side

The class MatrixOfEquivalentPositions has some fairly trivial tasks that don't seem particularly crucial performance wise. In this MR, I moved it to the Python side. I don't see any significant change in performance, not even in benchmark/profile_matrix_of_equivalent_positions.py. There is no change in interface whatsoever.

Merge request reports

Loading