File:Baryon Supermultiplet using four-quark models and half spin.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(689 × 617 pixels, file size: 51 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Baryon Supermultiplet with four-quark and 1/2 spin
Date
Source made by LaTeX/TikZ, based on David Griffiths "Introduction to Elementary Particles"
Author Studzinski.daniel
Other information

Quellcode:

\documentclass[border=2mm,tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}

\begin{document}

\begin{tikzpicture}[
                x={(5cm,0cm)},y={(2cm,-1.4cm)},z={(2.2cm,3.1cm)},scale=0.8,
                Dot/.style={circle,fill=black,inner sep=2pt, pin distance=0pt},
                lab/.style={circle,fill=black!8,inner sep=0pt,minimum size=6mm},
                qua/.style={fill=green!5,inner sep=1pt}
        ]
%
%
\coordinate (ddd) at (0,0,0);
\coordinate (udd) at (1,0,0);
\coordinate (uud) at (2,0,0);
\coordinate (uuu) at (3,0,0);
%
\coordinate (dds) at (0,1,0);
\coordinate (uds) at (1,1,0);
\coordinate (uus) at (2,1,0);
%
\coordinate (dss) at (0,2,0);
\coordinate (uss) at (1,2,0);
%
\coordinate (sss) at (0,3,0);
%
\fill[black!20] (udd) -- (uud) -- (uus) -- (uss) -- (dss) -- (dds) -- cycle;
%
\coordinate (ddc) at (0,0,1);
\coordinate (udc) at (1,0,1);
\coordinate (uuc) at (2,0,1);
%
%
\coordinate (dsc) at (0,1,1);
\coordinate (usc) at (1,1,1);
%
\coordinate (ssc) at (0,2,1);
%
\fill[black!15] (ddc) -- (uuc) -- (ssc) -- cycle;
%
\coordinate (dcc) at (0,0,2);
\coordinate (ucc) at (1,0,2);
\coordinate (scc) at (0,1,2);
%
\fill[black!10] (dcc) -- (ucc) --  (scc) -- cycle;
%
\coordinate (ccc) at (0,0,3);
%
\draw (ddd) -- (uuu) -- (ccc) -- cycle;
\draw (ddd) -- (sss) -- (uuu) -- cycle;
\draw (ddd) -- (sss) -- (ccc) -- cycle;
\draw (udd) -- (ddc) -- (dds) -- (dss) -- (ssc) -- (uss) -- (uus) -- (uuc) -- (uud);





        \node [Dot, label={[lab]below left:$N^0$},label={[qua]above:$udd$}]       (neutron) at (udd) {};
        \node [Dot, label={[lab]below:$N^+$},label={[qua]above:$uud$}]            (proton)  at (uud) {};
        \node [Dot, label={[lab]below left:$\Sigma^-$},label={[qua]above right:$dds$}]  (sigMin)  at (dds) {};
        \node [Dot, label={[lab]below left:$\Sigma^0$},label={[qua]above right:$uds$}]  (sigZer)  at ($ (uds)-(0.05,0,0) $) {};
        \node [Dot, label={[lab]below right:$\Lambda$}]  (lamZer)  at ($ (uds)+(0.05,0,0) $) {};
        \node [Dot, label={[lab]below right:$\Sigma^+$},label={[qua]above:$uus$}] (sigPlu)  at (uus) {};
        \node [Dot, label={[lab]below:$\Xi^-$},label={[qua]above:$dss$}]          (xiMin)   at (dss) {};
        \node [Dot, label={[lab]below:$\Xi^+$},label={[qua]above:$uss$}]          (xiPlu)   at (uss) {};
%
        \node [Dot, label={[lab]above left:$\Sigma^0_c$},label={[qua]below:$ddc$}]  (CsigZer) at (ddc) {};
        \node [Dot, label={[lab]below left:$\Lambda^+_c$},label={[qua]above right:$udc$}] (ClamPlu) at ($ (udc)-(0.05,0,0) $) {};
        \node [Dot, label={[lab]below right:$\Sigma^+_c$}] (CsigPlu) at ($ (udc)+(0.05,0,0) $) {};
        \node [Dot, label={[lab]above right:$\Sigma^{++}_c$},label={[qua]left:$uuc$}] (CsigPlu2) at (uuc) {};
        \node [Dot, label={[lab]below:$\Xi^0_c$},label={[qua]above right:$dsc$}]     (CxiZer)  at ($ (dsc)-(0,0.1,0) $) {};
        \node [Dot]                                       (CxiZer_) at ($ (dsc)+(0,0.1,0) $) {};
        \node [Dot, label={[lab]below right:$\Xi^+_c$},label={[qua]above left:$usc$}]    (CxiPlu)  at ($ (usc)-(0.07,-0.07,0) $) {};
        \node [Dot]                                       (CxiPlu_) at ($ (usc)+(0.07,-0.07,0) $) {};
        \node [Dot, label={[lab]below right:$\Omega^0_c$},label={[qua]above:$ssc$}]       (ComeZer) at (ssc) {};
%
        \node [Dot, label={[lab]above left:$\Xi^+_{cc}$},label={[qua]below:$dcc$}]    (CCxiPlu)  at (dcc) {};
        \node [Dot, label={[lab]above right:$\Xi^{++}_{cc}$},label={[qua]below:$ucc$}] (CCxiPlu2) at (ucc) {};
        \node [Dot, label={[lab]above right:$\Omega^{+}_{cc}$},label={[qua]below:$scc$}]  (CComePlu)   at (scc) {};
%
\end{tikzpicture}

\end{document}

Special tanks hanks to Bordaigorl from stackexchange who helped to spot major errors in the quellcode

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:22, 22 April 2013Thumbnail for version as of 07:22, 22 April 2013689 × 617 (51 KB)Studzinski.daniel (talk | contribs){{subst:Upload marker added by en.wp UW}} {{Information |Description = {{en|Baryon Supermultiplet with four-quark and 1/2 spin}} |Source = made be LaTeX/TikZ, based on David Griffiths "Introduction to Elementary Particles" |Date = 2013-04-21 |Author = ...

File usage on other wikis

The following other wikis use this file: