I am trying to teach myself how to use the knots package for latex to render images for a paper I am writing. Unfortunately nobody else in my department has any experience with this package. I think that I have figured out the basic commands and I was trying to draw a simple diagram. One of many which I will need. If you render the code below you'll see a sharpish point in the middle. Is there an obvious way to smooth this out. I've tried flattening the loops but that doesn't make it any better. Any help is greatly appreciated.
\begin{tikzpicture}[scale = 1]
\begin{knot}[
consider self intersections,
draft mode = crossings,
clip width = 10,]
%flip crossing = #,]
\strand[black, thick](0,0) .. controls +(5,16) and +(5,-16) .. (0,8) .. controls +(5,16) and +(5,-16) .. (0,16);
\end{knot}
\end{tikzpicture}

inand a subsequentoutdiffer by180. – Jan 28 '20 at 21:28scale=0.2the intersections will still be found. – Jan 28 '20 at 21:34