I need a \tilde which is a little more noticeable, why I tried this answer in combination with scalebox. However, together with the vertical scaling, also the vertical distance between the symbol and the accent increases. How can I avoid that? I tried \smash and raisebox which had no effect.
MWE
\documentclass{article}
\usepackage{amsmath}
\usepackage{accents}
\usepackage{graphicx}
\DeclareRobustCommand*{\vartilde}[1]{\accentset{\smash{\scalebox{0.8}[1.4]{\ensuremath{\sim}}}}{#1}}
\begin{document}
$ \tilde{q}^{,+|-}_j $ \quad vs. \quad $ \vartilde{q}^{,+|-}_j $
\end{document}
Thank you very much!




\widetildeis better than nothing, but still too close to\overline. I have to avoid that the reader oversees the difference between these two at a glance. That is why I stretched it quite a bit. – Robert Seifert Dec 12 '20 at 19:33