I'm attempting to parse the second half of this question. The solution is for self-contractions, but I would like to have more than one contraction between one variable and another. An attempted solution I had was
\documentclass{article}
\usepackage{simpler-wick}
\begin{document}
$\wick{\c1A B \c1 C \c3 \vphantom{C} \c3 D}$
\end{document}
but there is a tikz error with vphantom and the rendered image is this:
Is there a way to render just a single C with two contractions coming out of it?



\setbox0=\hbox{$C$}or the like is missing in your code. – Jasper Habicht Jul 08 '22 at 20:36