Kenneth Bruskiewicz
Kenneth Bruskiewicz
Currently, the locale menu depends on a schema template having a translation. But the user interface translations are offered separately. The behaviour of the menu should be such that (a)...
Must come after #333 and #318
- [ ] Merge the data of `manifest.json` and `menu.json` - [ ] Eliminate the creation of `menu.json` files
- Created a "Template" class for schema and documentation management which responds to locale changes - Added support for i18n to be managed through a translation.json file informed by @ddooley...
`find_cflow` is incomplete even thought `find_flow` is deprecated. It is also failing on two known cases where cflow is not expected to hold (including standard CNOT).
Although flow is a property of graph states but graph states can be primed without input or output edges prepared, there are functions in MBQCircuit like `inputc` and `outputc` that...
When considering Pauli Flow and other problems, knowing what qubits later in time have the responsibility of correcting errors on qubits earlier in time is useful. A collection of `witness`...
This translation step should allow interpolation to other representations of quantum processes. This would include PyZX, Qiskit, and perhaps others libraries commonplace in the ecosystem. An initial strategy without writing...
The three flow functions (find_cflow, find_gflow, find_pflow) all have very different implementations. However, as they are all concerned with finding flow, I believe they should share parameters and outputs as...
Includes all of the changes of #333 and has incorporated the features of #318. Addresses the following issues: - #430 - #431 - #434 - #435 Incorporates translated CANCOGEN schema....