David Yonge-Mallo
David Yonge-Mallo
I'm not actually sure whether this is a Cirq problem or a qcircuit problem or a jupyter notebook problem. I'm trying to plot a graphical representation of a Cirq circuit...
Using Ubuntu 22.04.3 LTS. `pip` version is 22.0.2. Steps to repro: * clone pytket into a new directory (`git clone https://github.com/CQCL/pytket`) * set up a clean virtual environment (e.g., `python3...
The [`graph_to_json`](https://github.com/Quantomatic/pyzx/blob/c657667529918acf85d584e43ac73592ad3f2505/pyzx/graph/jsonparser.py#L180) and [`json_to_graph`](https://github.com/Quantomatic/pyzx/blob/c657667529918acf85d584e43ac73592ad3f2505/pyzx/graph/jsonparser.py#L73) functions work with a JSON format which is "compatible with" Quantomatic. Where is this Quantomatic format documented? In particular, the vertices are given names based on...
I was trying to enter some graphs into ZXLive using the "Input Circuit" function and realised that the most natural way to express them in OpenQASM would be to use...
Following up on issue #59, there are now two sections called "Getting Started" in the doc, once from `gettingstarted.rst` and once from `notebooks/gettingstarted.ipynb`. If there are no objections, I think...
I'm trying to anticipate and reason about what effects the added gates in #156 will have on the library. I'm reading the code to `greedy_consume_gates` and came across the following...
Is there any reason not to enforce PEP8 (or any style, as long as it's consistent) on the code? It would make using certain development tasks, such as searching with...
The function `print_matrix` returns a `Label` widget (and says so in the documentation). However, it really only _prints_ the matrix if it's the last function called in a cell which...
I am trying to following the instructions [here](https://github.com/CQCL/tket/blob/develop/pytket/README.md) to build pytket. When I run the `conan create tket --user tket --channel stable --build=missing -o boost/*:header_only=True -o tklog/*:shared=True -o tket/*:shared=True -tf...