Minimal and yet incomplete Python wrapper for LDPC4QKD.
Uses Pybind11 to wrap the C++ code.
- Clone with submodules:
git clone --recurse-submodules <URL>
- Install using
pip
. Make sure to use a virtual environment!
pip install <path/to/cloned/repo/py_ldpc4qkd>
- Look at and run things from the
examples
directory.