Craig Gidney

Results 103 comments of Craig Gidney

I don't know what "converted to a sympy condition" means. The code sample is unambiguous and should work exactly as written. The dimension of all the involved values is clearly...

Did you have to refresh the page to get it working again, or it did it start working again after raising the error once? These kinds of issues are surprisingly...

Here are some features that I would like diagram drawing to support: - A common base language between text diagrams, latex diagrams, image diagrams, and 3d diagrams. Users giving useful...

No, no one is working on the image diagrams or 3d diagrams at the moment. 3d diagrams may be useful for tasks such as finding efficient cuts when optimizing tensor...

> 1. Are you open to the contribution? Yes, although I'll note that the toolboxes are one of the things I'm more sensitive about changing. > 2. [..] I'll want...

That's pretty neat to use it as a UI element in a notebook.

``` diagram.box(x1, y1, x2, y2) ``` If we're rooting the box at half-integer coordinates, then the coordinates (1, 1, 2, 2) would actually refer to (0.5, 0.5, 1.5, 1.5) and...

Ah. I try to keep the functionality of `TextDiagramDrawer` generic enough that it's not about circuits, but the reason for adding this feature is to do a better job of...

Whenever a box is placed over a line, the line intersects the side of the box as it crosses behind the box. This requires a character to indicate the line...

I keep pushing off doing custom gate editing because I know it will be a giant pain to get it right. But basically the plan I have is for the...