bnagy / codeloops

Loops created from doubly even binary codes
Other
2 stars 1 forks source link

codeloops

About

codeloops is initial maths research code to implement code loops as extensions of doubly even binary codes. For further details, consult the arXiv preprint, or the paper itself.

The paper has appeared as:

You can grab the .bib file for the paper here.

Installation

You should follow the instructions to install Go, if you haven't already done so. Then:

$ go get github.com/bnagy/codeloops

Usage

Run tests:

go test

For descriptions of the various utility programs (some of which are really not for external consumption), see cmd/README.md.

License & Acknowledgements

TODO

Re-implement BitString, since it is fairly simple stuff and carries no license. :/

Contributing

Fork and PR. Contact paper authors for other queries.