-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
q-ary symmetric channel class for coding theory #19511
Comments
Branch: u/dlucas/qsc |
Commit: |
comment:2
I pushed the branch, this is now ready for review. New commits:
|
Author: David Lucas |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
I updated this ticket to latest beta, it is still open for review. New commits:
|
Changed branch from u/dlucas/qsc to u/jsrn/qsc |
comment:7
Hi, Apart from that I have a few questions/requests:
Best, New commits:
|
Changed branch from u/jsrn/qsc to u/dlucas/qsc |
comment:9
Hello, Thanks for your remarks! I agree with your clarifications, and of course with your fix.
Well, I did that in the case one reads only the documentation for a channel class, and not the abstract class one. If you think it's useless, I'm ok to remove it.
Done. Note that I wasn't able to find an example of a Sigma which can be of the form Sigma^n
No need to insist, it's done ;) These two methods can be called on any instance of the class, with Best, David New commits:
|
comment:10
The following doesn't work
|
comment:11
Hi,
I don't think it belongs there. But the text is nice, so perhaps it can be moved/merged somewhere else?
Hmm, I'm worried that the check for the "dimension" method is not the right thing to do. For instance, the following structure has a "dimension":
But I think that the last line of your Another thing: you added some text saying "the input space has to be a vector space", but if
Cool! I think having them available only non-static, after construction is Best, |
comment:12
Just a simple question before working on this again:
That was actually my first idea , but then I thought it's basically calling a method inside a loop. |
comment:13
True, but the loop is run |
comment:15
I made the changes, it should be better now. |
comment:16
OK. I'm giving this the green light. I'm pretty psyked about the following "just working":
|
Reviewer: Johan Sebastian Rosenkilde Nielsen |
Changed branch from u/dlucas/qsc to |
This ticket proposes an implementation of q-ary symmetric channels using the structure described in #18269.
Component: coding theory
Author: David Lucas
Branch/Commit:
2a041fb
Reviewer: Johan Sebastian Rosenkilde Nielsen
Issue created by migration from https://trac.sagemath.org/ticket/19511
The text was updated successfully, but these errors were encountered: