Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 19, 2024
1 parent 406e425 commit db728f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# LDPCDecoders.jl

[![Build Status](https://github.com/QuantumSavory/LDPCDecoders.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/QuantumSavory/LDPCDecoders.jl/actions/workflows/CI.yml?query=branch%3Amain)
<a href="https://github.com/QuantumSavory/LDPCDecoders.jl/actions?query=workflow%3ACI+branch%3Amain"><img src="https://github.com/QuantumSavory/LDPCDecoders.jl/actions/workflows/ci.yml/badge.svg" alt="GitHub Workflow Status"></a>
<a href="https://codecov.io/gh/QuantumSavory/LDPCDecoders.jl"><img src="https://img.shields.io/codecov/c/gh/QuantumSavory/LDPCDecoders.jl?label=codecov" alt="Test coverage from codecov"></a>

A package of LDPC decoders for decoding certain LDPC Quantum Error Correcting Codes using Julia. It currently has a simple iterative decoder and belief propagation (BP) decoder, which also has variation with post processing using Ordered Statistics Decoding (BP+OSD).

Expand Down
1 change: 1 addition & 0 deletions test/test_jet.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using LDPCDecoders
using JET
using Test

import LinearAlgebra, DelimitedFiles

Expand Down

0 comments on commit db728f0

Please sign in to comment.