This repository contains the code for the animations in QC-LDPC decoder blog post
The code has been implemented in python, and needs the following libraries :
classes.py
: Contains the code for all the animations which are defined using manim classesfunctions.py
: Contains the functions required to implement the above classes
For example, to implement the animation class defined as 'OMS', the following command has to be executed :
manim classes.py OMS
You can find the animation video in the below path of the same directory
media/videos/classes/1080p60/OMS.mp4