An open API service indexing awesome lists of open source software.

https://github.com/weileizeng/weilei_lib

libraries for weilei's C code
https://github.com/weileizeng/weilei_lib

c c-plus-plus quantum-computing quantum-error-correction

Last synced: 2 months ago
JSON representation

libraries for weilei's C code

Awesome Lists containing this project

README

        

## weilei-lib v0.1

[![CodeFactor](https://www.codefactor.io/repository/github/weileizeng/weilei_lib/badge/master)](https://www.codefactor.io/repository/github/weileizeng/weilei_lib/overview/master)

see [documentation](https://qec-pages.github.io/product-codes/html/annotated.html) and [test](https://qec-pages.github.io/product-codes/html/test__lib_8cpp_source.html)

here

Jun 14, 2020

TODO:

- [ ] add make file to build object first, then link it, to reduc ecompiling time
- [ ] add CSS class, and namespace common
- [ ] remove `using namespace` for `itp` and `std`
- [ ] generate document with `doxygen`

Dec 14 2019, start with bp_new project

I put all library files here. Any new project can link to this fold

a makefile should be provided

### How to use?
```
git clone ...
make test
```

### realted projects
- [schifra](http://www.schifra.com/index.html) RS code decoder in C++

- [Galois Field Arithmetic Library](http://www.partow.net/projects/galois/index.html) in C++