Skip to content

Commit

Permalink
Fixed block equation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelangeloDomina committed Dec 11, 2024
1 parent 7f8feef commit 875121d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/rotate-equivariants/rotate-equivariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,11 @@ def rotation_matrix_conversion_order(rotation_matrix):
# our set and rotation and the L channel characterizing the representation. The function
# returns a list of Wigner D matrices, one for each rotation. Moreover, since we want
# a real representation, we will use the formula
#
# .. math::
#
# R_{mm'}^{l} = \sum_{m_1m_2} U^{l*}_{mm_1}D_{m_1m_2}^{l} (U^T)^l_{m_2m'}
#
# where :math:`U^l` is the transformation matrix from the complex to the real spherical
# defined above, :math:`D^l` is the complex Wigner D-matrix and :math:`R^l` is
# its real counterpart.
Expand Down

0 comments on commit 875121d

Please sign in to comment.