Setup

Installation (from source)

Installation from source requires Python>=3.6 and a local C compiler (eg. ‘gcc’ in Linux or ‘clang’ in Windows). The LDPC package can then be installed by running:

git clone https://github.com/quantumgizmos/ldpc.git
cd ldpc
pip install -e ldpc

Dependencies

This package makes use of the mod2sparse data structure from Radford Neal’s Software for Low Density Parity Check Codes C package.