Eric Sabo

Results 10 comments of Eric Sabo

Has there been any progress on this? I don't see this in the listings documentation.

Excellent suggestion @dlyongemallo. I can also help maintain if needed.

As a non-expert, I would say this is kinda the definition of a FP group. At the same time, I remember struggling with this when I tried to write my...

I also did this. I also can't find the 'load_json' method in polyestimate. How did you get around this error? I don't see this method in the cJSON folder.

Yes, the newest releases do not compile. Go back to an earlier version to get working code.

There are BZ-type algorithms as implemented in MAGMA. This has currently not yet been pushed to a public branch and is relatively poor. Grassl published three minor updates to these...

Note that I have not implemented the LP solver yet. Feel free to do that and push it haha. See the JuMP extension where I use LP for classical LDPC...

See also the function `logicals` for computing the logicals. Doing so automatically in every constructor is one of the reasons my package is slow for codes with several thousand qubits....

This is currently the default method in my package to compute this for binary codes. The canonical form is different for qudits. I would have to check, but I don't...

Note that there are multiple ways to combine these classical codes into quantum codes, which is why I don't have these constructors. For example, almost exactly half of the quantum...