Skip to content

Commit

Permalink
Align for an equations (#11)
Browse files Browse the repository at this point in the history
* switched to ```math
  • Loading branch information
mmikhasenko authored Apr 27, 2024
1 parent 9fcd26e commit 334de9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions description.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ As as example, let's look into an application of the conventional helicity forma
In the given topology, the decay amplitude calculation involves a series of Wigner D-functions, each corresponding to rotations and boosts that define the helicity states of the particles:

```math
\begin{eqnarray}
A &=& n_{j_0} D_{\tau, \lambda_2}^{j_0}(\text{angles}_{[[3,1],4]}) \\
&\cdot& n_{j_{[[3,1],4]}} D_{\nu, \lambda_4}^{j_{[[3,1],4]}}(\text{angles}_{[3,1]}) \\
&\cdot& n_{j_{[3,1]}} D_{\lambda_3, \lambda_1}^{j_{[3,1]}}(\text{angles}_3) \\
\end{eqnarray}
\begin{align}
A &= n_{j_0} D_{\tau, \lambda_2}^{j_0}(\text{angles}_{[[3,1],4]}) \\
&\quad \cdot n_{j_{[[3,1],4]}} D_{\nu, \lambda_4}^{j_{[[3,1],4]}}(\text{angles}_{[3,1]}) \\
&\quad \cdot n_{j_{[3,1]}} D_{\lambda_3, \lambda_1}^{j_{[3,1]}}(\text{angles}_3)
\end{align}
```

- $D_{\tau, \lambda_2}^{j_0}(\text{angles}_{[[3,1],4]})$: This function describes the transformation for particle 2's helicity (`λ2`) in the overall rest frame of the system (comprising particles 3, 1, 4, and 2). Here, particle 2's helicity is defined relative to the frame where all other particles are considered, emphasizing its position in the decay sequence.
Expand Down

0 comments on commit 334de9f

Please sign in to comment.