I am doing a sum and the code for this is given as
LH:=Sum[((-1)^(j + jp))*h1[\[Lambda]l, 1/2]*
KroneckerDelta[\[Lambda]2 - \[Lambda]w, \[Lambda]2 - \[Lambda]wp]*
d3[j, \[Lambda]w, \[Lambda]l - (1/2)]*
d3[jp, \[Lambda]wp, \[Lambda]l - (1/2)]*H[\[Lambda]2, \[Lambda]w]*
Conjugate[H[\[Lambda]2, \[Lambda]wp]], {j, 0, 1}, {jp, 0,
1}, {\[Lambda]w, {1, 0, -1}}, {\[Lambda]wp, {1,
0, -1}}, {\[Lambda]l, {-1/2, 1/2}}, {\[Lambda]2, {-1/2, 1/2}}]
In the output of this, I am getting terms with H[1/2 ,0]^2, one is coming from j = jp =0 and [Lambda]w=[Lambda]wp =0 and another term with H[1/2 ,0], is from j = jp =1 and [Lambda]w=[Lambda]wp =0. I want to distinguish these two terms. How can i distinguish these terms ? Please help me .