\documentclass[aps,prd,reprint,groupeaddress,showpacs,preprintnumbers,nofootinbib,nobibnotes,amsmath,amssymb,floatfix,superscriptaddress]{revtex4-1}
\usepackage{booktabs}
\usepackage{siunitx}
\begin{document}
\begin{table}[ht]
\centering
\caption{Coupling constants at saturation density n_0}
\begin{tabular}[t]{cccccc}
\toprule
Model &$g_\sigma N$ &$g_\omega N$ &$g_\rho N$ &$g_2 (fm^{-1})$ &$g_3$\\
\midrule
GMT &9.9400 &12.2981 &9.2756 &10.5745 &-24.1907\\
NL3 &10.2170 &12.8780 &8.9480 &10.4310 &-28.8850\\
\bottomrule
\end{tabular}
\end{table}
\end{document}
This code leads to a table as shown below. Why is there no toprule, midrule or bottomrule appearing? I have used \usepackage{booktabs} .

\documentclass{article} \usepackage{booktabs} \begin{document}and affixing\end{document}to it. (For good measure, I also changedn_0to$n_0$.) Hence, do please post code that (a) people can compile without having to apply a lot of guesswork and (b) generates the problem behavior you wish to fix. – Mico Feb 08 '22 at 15:58! Missing $ inserted.froml.11 ...pling constants at saturation density n_0}you have no$aroundn_0` – David Carlisle Feb 08 '22 at 16:15\captionwhich was not mentioned or shown in the original version of the question. – David Carlisle Feb 08 '22 at 16:16revtex4-2– David Carlisle Feb 08 '22 at 16:21revtex4-2instead ofrevtex4-1. FWIW, the OP's code does not compile successfully when I switch torevtex4-2. (Some impenetrable error mesage is issued,\document@inithook \true@sw {}\UseOneTimeHook {begindo....) – Mico Feb 08 '22 at 16:26