Add up to intersecting branes

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-11-04 18:47:16 +01:00
parent f669ec20bc
commit 7131b901f6
4 changed files with 66 additions and 14 deletions

View File

@@ -7,16 +7,16 @@
% draw strings
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 2.45cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (0.5cm, 3cm) -- (3cm, 1.5cm);
\node[anchor=base] (l1) at (1.75cm, 2.75cm) {$\tensor{\lambda}{^1_1_2}$};
\node[anchor=base] (l1) at (1.75cm, 2.75cm) {$\tensor{\uplambda}{^1_1_2}$};
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 2.45cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (3cm, 3cm) -- (5.5cm, 1.5cm);
\node[anchor=base] (l2) at (4.25cm, 2.75cm) {$\tensor{\lambda}{^2_2_3}$};
\node[anchor=base] (l2) at (4.25cm, 2.75cm) {$\tensor{\uplambda}{^2_2_3}$};
\draw[decorate, decoration={snake, segment length=1cm}, postaction={decoration={markings, mark=at position 0.765 with {\arrow{>}}}, decorate}] (3cm, 2.5cm) .. controls (3.5cm, 2cm) and (3.5cm, 1cm) .. (3cm, 0.5cm);
\node[anchor=base] (l3) at (4cm, 1.5cm) {$\tensor{\lambda}{^3_2_2}$};
\node[anchor=base] (l3) at (4cm, 1.5cm) {$\tensor{\uplambda}{^3_2_2}$};
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 5.15cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0.5cm, 1cm) .. controls (1.5cm, 0cm) and (4cm, 0cm) .. (5.5cm, 1cm);
\node[anchor=base] (l4) at (3cm, -0.5cm) {$\tensor{\lambda}{^4_3_1}$};
\node[anchor=base] (l4) at (3cm, -0.5cm) {$\tensor{\uplambda}{^4_3_1}$};
\end{tikzpicture}

31
img/smbranes.pgf Normal file
View File

@@ -0,0 +1,31 @@
\begin{tikzpicture}
% draw the baryonic stack
\draw[thick] (-2.5cm, 5cm) -- (2.5cm, 5cm);
\draw[thick] (-2.5cm, 4.9cm) -- (2.5cm, 4.9cm) node[anchor=west] (baryonic) {baryonic $\qty(Y = \frac{1}{3} )$};
\draw[thick] (-2.5cm, 4.8cm) -- (2.5cm, 4.8cm);
% draw the left stack
\draw[thick] (-2.25cm, 5.25cm) -- (-2.25cm, 0cm);
\draw[thick] (-2.15cm, 5.25cm) -- (-2.15cm, 0cm) node[anchor=north east] (left) {left $\qty( Y = - \frac{1}{2} )$};
% draw leptonic and right stacks
\draw[thick] (-2.5cm, 2.5cm) -- (2.5cm, 2.5cm) node[anchor=west] (l1) {leptonic $\qty( Y = 0 )$};
\draw[thick] (-2.5cm, 0.5cm) -- (2.5cm, 0.5cm) node[anchor=west] (l2) {leptonic $\qty( Y = -1 )$};
\draw[thick] (0cm, 5.25cm) -- (0cm, 0cm) node[anchor=north] (r1) {right $\qty( Y = -1 )$};
\draw[thick] (2.25cm, 5.25cm) -- (2.25cm, 0cm) node[anchor=north west] (r2) {right $\qty( Y = 0 )$};
% draw left quarks
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (-2.15cm, 3.5cm) node[anchor=south east] {$\mqty( u_L \\ d_L )$} -- (-1cm, 4.8cm);
% draw up right quark
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0cm, 3.5cm) node[anchor=east] {$\overline{u}_R$} -- (1cm, 4.8cm);
% draw down right quark
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (2.25cm, 3.5cm) node[anchor=west] {$\overline{d}_R$} -- (1.15cm, 4.8cm);
% draw left leptons
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (-2.15cm, 0.9cm) node[anchor=south east] {$\mqty( \upnu^e_L \\ e^-_L )$} -- (-1cm, 2.5cm);
% draw right leptons
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0cm, 0.9cm) node[anchor=east] {$\overline{e}^+_R$} -- (1cm, 2.5cm);
\end{tikzpicture}
% vim: ft=tex