Stefan Krastanov

Results 214 issues of Stefan Krastanov

Using https://journals.aps.org/pra/pdf/10.1103/PhysRevA.73.022334 (check ref 17-19 as well)

enhancement

For each stabilizer code there is a encoding and decoding Clifford operator. Provide functionality that gives these circuits.

enhancement

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

enhancement

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.

enhancement

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

good first issue
code quality

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 [![Documentation of latest stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://krastanov.github.io/QuantumClifford.jl/stable) - from shields.io, used for most github actions [![PkgEval](https://juliahub.com/docs/QuantumClifford/pkgeval.svg)](https://juliahub.com/ui/Packages/QuantumClifford/BsGZO) - from juliahub [![Build status](https://api.travis-ci.com/Krastanov/QuantumClifford.jl.svg?branch=master)](https://travis-ci.com/Krastanov/QuantumClifford.jl) - from travis [![Codecov](https://codecov.io/gh/JuliaTesting/Aqua.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaTesting/Aqua.jl) - from codecov [![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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(), ...)` ![image](https://github.com/GenieFramework/Genie.jl/assets/705248/8467d070-d0a5-44d7-8a8a-aa03d7ff8e0c)

documentation
v5