On Monday, July 15, 2013 2:30:20 PM UTC-6, Aaron Meurer wrote: > > Go ahead and submit the pull request. It's much easier to comment on code > there. >
Will do. > > One question. On example 17, does it matter that the two outer > vertical lines are not lined up in the SymPy version? Not from a circuit point of view, but it would look much prettier if we could make this work. This is the issue that I'm listing as "stack multiple gates vertically" in my list of things todo. Sympy currently plots each gate at the next x-value over. The first gate is plotted at zero, the second is plotted at 1, etc. Most quantum renderers push the gates over as far as they can go. I'd like to get this working as well. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
