ldpc 0.2.0

A toolbox for classical (and soon quantum) LDPC codes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ldpc"
version = "0.2.0"
authors = ["maxtremblay <matrem@protonmail.com>"]
edition = "2018"
description = "A toolbox for classical (and soon quantum) LDPC codes."
repository = "https://github.com/maxtremblay/ldpc"
license = "MIT OR Apache-2.0"
keywords = ["error-correction", "quantum", "ldpc"]
categories = ["algorithms", "data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bigs = "0.2.0"
itertools = "0.9.0"
rand = "0.7.3"
sparse-bin-mat = "0.3.0"