David Yonge-Mallo

Results 98 comments of David Yonge-Mallo

Where can I report (or fix) qcircuit bugs? (Also: Filed https://gitlab.com/qosf/qml-mooc/issues/2 to remember to update the notebook where I found the problem once it's fixed or worked around.)

The [v0.8.0](https://github.com/Quantomatic/pyzx/releases/tag/v0.8.0) release includes `to_clifford_normal_form_graph`. This issue can be closed.

> Hmm yes, maybe splitting it up into two functions, one that just returns the Label, and the other that also prints it and has this name would be the...

Is there any objection to moving the `demos/` directory under the `doc/` directory? The notebooks to be processed by nbsphinx need to be under `doc/`. Right now, there's a rule...

Looking at the files in `demos/`, it looks like they can be divided into two types: those associated with papers ("results" notebooks), and those which document or demonstrate the software...

Another thing to consider is that while the notebooks work nicely in HTML mode, the parts which are based on javascript won't work in the PDF output. I guess code...

> I don't remember what the reasoning was behind including demos into static. Does it break anything if this rule is removed? It was added in [this commit](https://github.com/Quantomatic/pyzx/commit/2ab5e38b8bdb15c87ba7ca94bdc2d50c890f2bc4), with the...

> 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....

The docstring for `extract_circuit` currently says ``Given a graph put into semi-normal form by :func:`~pyzx.simplify.full_reduce`, ...``. Is this already equivalent to "expects the diagram to be in graph-like form (only...