docs(docs): rebuilt docs

This commit is contained in:
2026-05-18 10:08:43 -04:00
parent 9299514307
commit 3741768893
737 changed files with 135094 additions and 159417 deletions

View File

@@ -0,0 +1,48 @@
\doxysection{src/composition/include/fourdst/atomic/elements.h File Reference}
\hypertarget{elements_8h}{}\label{elements_8h}\index{src/composition/include/fourdst/atomic/elements.h@{src/composition/include/fourdst/atomic/elements.h}}
Provides mappings between atomic numbers and element symbols for the periodic table.
{\ttfamily \#include $<$unordered\+\_\+map$>$}\newline
{\ttfamily \#include $<$cstdint$>$}\newline
{\ttfamily \#include $<$string$>$}\newline
Include dependency graph for elements.\+h\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=284pt]{elements_8h__incl}
\end{center}
\end{figure}
This graph shows which files directly or indirectly include this file\+:
\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{elements_8h__dep__incl}
\end{center}
\end{figure}
\doxysubsubsection*{Namespaces}
\begin{DoxyCompactItemize}
\item
namespace \mbox{\hyperlink{namespacefourdst}{fourdst}}
\item
namespace \mbox{\hyperlink{namespacefourdst_1_1atomic}{fourdst\+::atomic}}
\begin{DoxyCompactList}\small\item\em Contains canonical information about atomic species and elements used by 4D-\/\+STAR. \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsubsection*{Variables}
\begin{DoxyCompactItemize}
\item
static const std\+::unordered\+\_\+map$<$ uint8\+\_\+t, std\+::string $>$ \mbox{\hyperlink{namespacefourdst_1_1atomic_a82a2234f3c538636cc10293abd30e4a8}{fourdst\+::atomic\+::element\+\_\+symbol\+\_\+map}}
\begin{DoxyCompactList}\small\item\em Maps atomic number (Z) to element symbol. \end{DoxyCompactList}\item
static const std\+::unordered\+\_\+map$<$ std\+::string, uint8\+\_\+t $>$ \mbox{\hyperlink{namespacefourdst_1_1atomic_ac39cc5fb90b416556e93bdc93f627203}{fourdst\+::atomic\+::symbol\+\_\+element\+\_\+map}}
\begin{DoxyCompactList}\small\item\em Maps element symbol to atomic number (Z). \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection{Detailed Description}
Provides mappings between atomic numbers and element symbols for the periodic table.
This header defines lookup tables for converting between atomic numbers (Z) and their corresponding chemical element symbols, and vice versa. These maps are useful for parsing, displaying, or validating chemical compositions in scientific applications.
Definition in file \mbox{\hyperlink{elements_8h_source}{elements.\+h}}.