Merge branch 'master' of git.irsamc.ups-tlse.fr:loos/SRGGW

This commit is contained in:
Antoine Marie 2023-02-08 17:26:21 +01:00
commit 6beb37a876

View File

@ -9,23 +9,31 @@
\draw[-,thick] (0,0) node[anchor=north west]{} -- (5.5,0);
\draw[-,dash pattern=on 20pt off 2pt on 2pt off 2pt on 2pt off 2pt on 2pt off 2pt on 2pt off 2pt on 20pt,thick] (5,0) -- (7,0);
\draw[->,thick] (6.5,0) -- (8,0) node[anchor=west]{$s = \Lambda^{-2}$};
\draw[->,thick] (0,0) -- (0,4) node[midway,sloped,above]{\small flow of the quasiparticle equation};
\draw[->,thick] (0,0) -- (0,4) node[midway,sloped,above]{quasiparticle equation};
% vertical lines
\draw[-,dashed] (0.5,0) node[anchor=north]{$s = 0$} -- (0.5,4);
\draw[-,dashed] (3,0) node[anchor=north]{$s$} -- (3,4);
\draw[-,dashed] (7,0) node[anchor=north]{$s = \infty$} -- (7,4);
% initial and final states
% dynamical flow
\draw[] (0.5,3.5) node[anchor=south west]{$\boldsymbol{F}^{(0)} + \boldsymbol{\Sigma}(\omega)$};
\draw[] (3,2.5) node[anchor=south west]{$\widetilde{\boldsymbol{F}}(s) + \widetilde{\boldsymbol{\Sigma}}(\omega; s)$};
\draw[] (7,1) node[anchor=west]{$\widetilde{\boldsymbol{F}}(s=\infty)$};
\draw[thick,magenta] (0.5,3.5) node{$\bullet$} ;
\draw[thick,magenta] (3,2.5) node{$\bullet$} ;
\draw[thick,magenta] (0.5,3.5) node{$\bullet$};
\draw[thick,magenta] (3,2.5) node{$\bullet$};
\draw[ultra thick,magenta,->] plot [smooth] coordinates {(0.5,3.5) (1,3.25) (2,3) (3,2.5) (4,1.75) (5,1.25) (7,1)};
\draw[thick,magenta] (5,2) node{\textbf{dynamic flow}};
% \draw[thick,magenta,dash pattern=on 22pt off 2pt on 2pt off 2pt on 2pt off 2pt on 2pt off 2pt on 2pt off 2pt on 22pt] (5,1.25) node{$\bullet$} -- (7,1) node{$\bullet$};
% static flow
\draw[] (0.5,2.85) node[anchor=north west]{$\boldsymbol{F}^{(0)}$};
\draw[] (3,1.9) node[anchor=north east]{$\widetilde{\boldsymbol{F}}(s)$};
\draw[thick,cyan] (0.5,2.85) node{$\bullet$} ;
\draw[thick,cyan] (3,1.9) node{$\bullet$} ;
\draw[ultra thick,cyan,->] plot [smooth] coordinates {(0.5,2.85) (1,2.8) (2,2.6) (2.5,2.3) (3,1.9) (4,1.4) (5,1.15) (7,1)};
\draw[thick,cyan] (4,1) node{\textbf{static flow}};
\end{tikzpicture}