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
- Host: GitHub
- URL: https://github.com/weileizeng/weilei_lib
- Owner: WeileiZeng
- Created: 2020-04-07T03:04:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T03:19:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T03:49:53.048Z (4 months ago)
- Topics: c, c-plus-plus, quantum-computing, quantum-error-correction
- Language: C++
- Homepage:
- Size: 109 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## weilei-lib v0.1
[](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++