ldpc
2.1.0

Installation:

  • Setup

Classical Coding:

  • Binary Linear Codes
  • Belief propagation (BP) decoding

Quantum Coding:

  • Decoders for quantum error correction
  • Belief propagation + ordered statistics decoding (BP+OSD)
  • Belief propagation + localized statistics decoding (BP+LSD)
  • Belief-find

ldpc API:

  • Codes
  • Mod2 Linear Algebra
  • Code Util
  • BP Decoder
  • Belief Find Decoder
  • BP+OSD Decoder
  • BP+LSD Decoder
  • Union Find Decoder
  • Monte Carlo Simulation (Classical)
  • Sinter Decoders
  • Soft Information Minimum-Sum Decoder
ldpc
  • Index
  • Edit on GitHub

Index

C | E | L | M | S

C

  • compute_code_dimension() (in module ldpc.code_util)
  • compute_code_parameters() (in module ldpc.code_util)
  • compute_exact_code_distance() (in module ldpc.code_util)
  • construct_generator_matrix() (in module ldpc.code_util)

E

  • estimate_code_distance() (in module ldpc.code_util)

L

  • ldpc.code_util
    • module

M

  • module
    • ldpc.code_util

S

  • search_cycles() (in module ldpc.code_util)

© Copyright 2023, Joschka Roffe.

Built with Sphinx using a theme provided by Read the Docs.