Hello!
This repo, fib-code, is an implemention of the Fibonacci Decoder described in Georgia Nixon and Ben Brown's paper
Please note this repository is still in its experimental form. There will be breaking changes.
pip install -e .
python -m unittest tests/
# should not currently pass
Look in using_fibcode/demo.ipnyb
for an example of how to setup logging, generate a code, add errors, and run the decoder.