CQuIC / qcircuit

A quantum circuit drawing application
GNU General Public License v2.0
164 stars 42 forks source link

qcircuit breaks curves package #48

Open teschlg opened 1 year ago

teschlg commented 1 year ago

The subject says it all. The simple sample below works fine without loading qcircuit but stops working once it is loaded.

\documentclass{standalone} \usepackage{curves} \usepackage{qcircuit}

\unitlength1cm

\begin{document} \begin{picture}(11,4) \curve(3,0.7, 3,2, 4,3) \end{picture} \end{document}