Stefan Krastanov
Stefan Krastanov
@Abhishek-1Bhatt , could you reach out to Prajit (feel free to cc me) in order to get the projenitor Mathematic files for the matlab files in these two locations: -...
Some of our Python optional extensions (the ldpc python package) seem to fail to install on some mac systems. Adding CI for mac on x64 and arm. @amicciche
@Fe-r-oz , I see you have contributed quite a few different classes of classical ECCs. E.g. in: - #254 - #256 - #263 - #266 These are quite valuable contributions,...
The sumtype will contain only the gates that have been seen in the given circuit. Benchmarks: ``` using BenchmarkTools using QuantumClifford function x_diag_circuit_noisy_measurement(csize) circuit = [] for i in 1:csize...
There are a few interfaces not yet supported for `GeneralizedStabilizer` but which are easy to add. Here are operations which we can and can not do -- the goal is...
Specifically, it would be nice if we can set a flag that makes sure that `faults_matrix` does not raise a warning on redundant parity check matrices. Probably should use ScopedValues...
A friend asked me over email something that should probably be added to the documentation (after being polished) > A quick question, in quantumclifford.jl, how should I manually construct the...
This fails: ``` @resumable function f(b) (;a) = b end ``` with ``` ERROR: syntax: invalid assignment location "(((parameters (. _fsmi (inert a)))),)" ```