You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The curve distance for the edge is stored in EItem but not in side the PyZX graph. As a result, the curve information is often lost such as when applying a rewrite or saving to a file. One possible fix would be to introduce edge_data dictionary in the PyZX graph class. This is similar to vdata for vertices, which is currently supported.
The text was updated successfully, but these errors were encountered:
The curve distance for the edge is stored in EItem but not in side the PyZX graph. As a result, the curve information is often lost such as when applying a rewrite or saving to a file. One possible fix would be to introduce edge_data dictionary in the PyZX graph class. This is similar to vdata for vertices, which is currently supported.
The text was updated successfully, but these errors were encountered: