Stefan Krastanov

Results 230 issues of Stefan Krastanov
trafficstars

In #212 we introduced many decoders (as interfaces to other libraries), but we do not support all the available functionality. This should be added: - [ ] all config options...

good first issue
ECC

In #212 we provide a number of decoders, however the current interface has performance detriments: - [ ] we need to have an in-place `decode!` method that does not allocate...

good first issue
performance bug
ECC

We need two dedicated detailed pages: one for the codes and one for the decoders. Additionally we need a couple of tutorial-style pages for holistic evaluation examples (can be based...

documentation
good first issue
ECC

In #212 we created `evaluate_decoder` and a number of different "ecc circuit setup" configurations. However these are incomplete: only unbiased Pauli noise is currently supported, and some noise parameters are...

good first issue
ECC

In #212 we use subtypes of `AbstractECCSetup` to define how an error-correcting code will be compiled into a circuit (e.g. to simulate various approaches to fault tolerance). Examples of this...

documentation
good first issue
visualization
ECC

@athenacaesura, @ScottPJones Notes from live discussion with Athena Caesura not all of these will be done in the near term - [ ] structure represent a state - [ ]...

enhancement
help wanted