John van de Wetering
John van de Wetering
I believe someone started on this a long time ago, and showed me showed progress. But I haven't heard from this in months, and it is not pushed, so go...
Well for one, changing the folder will break many existing links in papers that use the demos. It might have been better to put them in doc, but we didn't...
But for some notebooks that are explicitly meant as demonstrations of functionality, and not of results of papers that should be fine.
If it is possible to detect when the notebook is being processed into a PDF, then you can change the setting so that zx.draw() uses matplotlib instead of D3.
I don't remember what the reasoning was behind including demos into static. Does it break anything if this rule is removed?
So `full_reduce` actually expects the graph to have a gflow, but this is not a condition that is easily expressed. This is why in the docstring I say you should...
Yup, that's still available :)
phase is expecting a Fraction, not a float. Try Fraction(3,4) instead.
This is not trivial to implement I think. @ABorgna @aborgna-q does this exist in your fork?
Not sure if this is what is causing it, but you are applying the matcher to a copy of the graph and not the original graph. The copy does not...