Skip to content

Commit a2086b8

Browse files
committed
more detail for function to get projection quantum number multisets
1 parent 0ec0667 commit a2086b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mala/descriptors/acelib/common_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_ms(l_vector, M_R=0):
186186
Returns
187187
-------
188188
m_strs : List
189-
Set of all combinations.
189+
Set of all combinations of m quantum numbers, obeying appropriate -li <= mi <= li
190190
"""
191191
m_ranges = {
192192
ind: range(-l_vector[ind], l_vector[ind] + 1)

0 commit comments

Comments
 (0)