diff --git a/README.md b/README.md index f0fc4a7..3e39d1d 100644 --- a/README.md +++ b/README.md @@ -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) +GitHub Workflow Status +Test coverage from codecov 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). diff --git a/test/test_jet.jl b/test/test_jet.jl index 22f746f..d5a8874 100644 --- a/test/test_jet.jl +++ b/test/test_jet.jl @@ -1,5 +1,6 @@ using LDPCDecoders using JET +using Test import LinearAlgebra, DelimitedFiles