Stefan Krastanov
Stefan Krastanov
Using https://journals.aps.org/pra/pdf/10.1103/PhysRevA.73.022334 (check ref 17-19 as well)
For each stabilizer code there is a encoding and decoding Clifford operator. Provide functionality that gives these circuits.
There are many ways to synthesize a circuit (with nothing bigger than 2-qubit gates) out of given Clifford Operation. They are also equivalent to a canonicalization procedure. Track and implement...
Is it possible to change size or completely remove the errorbar caps? Currently the defaults are ok, but they do not work great for all plots.
Some julia projects have taken to the style of having each test file be a self contained module that can be copy pasted directly into a REPL. See for instance...
I see that there is already an incomplete section dedicated to Optics. Is this staying in? I can work on description for some of the smaller submodules like that (those...
The current repository contains a lot of stuff that is usually not meant to be version controled. A .gitignore file might help with that.
```julia module MMM f(xs::Vector{T}...) where {T
Compare [](https://krastanov.github.io/QuantumClifford.jl/stable) - from shields.io, used for most github actions [](https://juliahub.com/ui/Packages/QuantumClifford/BsGZO) - from juliahub [](https://travis-ci.com/Krastanov/QuantumClifford.jl) - from travis [](https://codecov.io/gh/JuliaTesting/Aqua.jl) - from codecov [](https://github.com/JuliaTesting/Aqua.jl) -...
In the current docs https://genieframework.com/docs/genie/v5.11/guides/Interactive-environment.html#Handling-query-params it suggests to use `get(params, ...)`, when it seems it should be `get(params(), ...)` 