Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 854 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 854 Bytes

This repository contains the code for the animations in QC-LDPC decoder blog post

Dependencies

The code has been implemented in python, and needs the following libraries :

File description

  • classes.py : Contains the code for all the animations which are defined using manim classes
  • functions.py : Contains the functions required to implement the above classes

Execution

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