\documentclass[aip,jcp,reprint,noshowkeys,superscriptaddress]{revtex4-1} \usepackage{graphicx,dcolumn,bm,xcolor,microtype,multirow,amscd,amsmath,amssymb,amsfonts,physics,wrapfig,bbold,siunitx,xspace,ulem} \usepackage[version=4]{mhchem} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{hyperref} \hypersetup{ colorlinks, linkcolor={red!50!black}, citecolor={red!70!black}, urlcolor={red!80!black} } \usepackage{listings} \definecolor{codegreen}{rgb}{0.58,0.4,0.2} \definecolor{codegray}{rgb}{0.5,0.5,0.5} \definecolor{codepurple}{rgb}{0.25,0.35,0.55} \definecolor{codeblue}{rgb}{0.30,0.60,0.8} \definecolor{backcolour}{rgb}{0.98,0.98,0.98} \definecolor{mygray}{rgb}{0.5,0.5,0.5} \definecolor{sqred}{rgb}{0.85,0.1,0.1} \definecolor{sqgreen}{rgb}{0.25,0.65,0.15} \definecolor{sqorange}{rgb}{0.90,0.50,0.15} \definecolor{sqblue}{rgb}{0.10,0.3,0.60} \lstdefinestyle{mystyle}{ backgroundcolor=\color{backcolour}, commentstyle=\color{codegreen}, keywordstyle=\color{codeblue}, numberstyle=\tiny\color{codegray}, stringstyle=\color{codepurple}, basicstyle=\ttfamily\footnotesize, breakatwhitespace=false, breaklines=true, captionpos=b, keepspaces=true, numbers=left, numbersep=5pt, numberstyle=\ttfamily\tiny\color{mygray}, showspaces=false, showstringspaces=false, showtabs=false, tabsize=2 } \newcolumntype{d}{D{.}{.}{-1}} \lstset{style=mystyle} \newcommand{\titou}[1]{\textcolor{red}{#1}} \newcommand{\trashPFL}[1]{\textcolor{red}{\sout{#1}}} \newcommand{\PFL}[1]{\titou{(\underline{\bf PFL}: #1)}} % addresses \newcommand{\LCPQ}{Laboratoire de Chimie et Physique Quantiques (UMR 5626), Universit\'e de Toulouse, CNRS, UPS, France} \begin{document} \title{Title} \author{Pierre-Fran\c{c}ois \surname{Loos}} \email{loos@irsamc.ups-tlse.fr} \affiliation{\LCPQ} \begin{abstract} Here comes the abstract %\bigskip %\begin{center} % \boxed{\includegraphics[width=0.5\linewidth]{TOC}} %\end{center} %\bigskip \end{abstract} \maketitle %=================================================================% \section{Introduction} \label{sec:introduction} %=================================================================% Here comes the introduction. %%% TABLE 1 %%% \begin{table} \caption{} \label{tab:tab} \begin{ruledtabular} \begin{tabular}{ccc} \end{tabular} \end{ruledtabular} \end{table} %%% FIG 1 %%% \begin{figure} \centering % \includegraphics[width=\linewidth]{} \caption{ } \label{fig:fig} \end{figure} %%% %%% %%% %%% %=================================================================% \section{Conclusion} \label{sec:conclusion} %=================================================================% Here comes the conclusion. %%%%%%%%%%%%%%%%%%%%%%%% \acknowledgements{ This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (Grant agreement No.~863481). This work used the HPC resources from CALMIP (Toulouse) under allocations 2023-18005 and 2024-18005.} %%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\section*{Data availability statement} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %The data that supports the findings of this study are available within the article and its supplementary material. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section*{References} %%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%% \bibliography{biblio} %%%%%%%%%%%%%%%%%%%%%%%% \end{document}