Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 479 Bytes

Python bindings for LDPC4QKD

Minimal and yet incomplete Python wrapper for LDPC4QKD.

Uses Pybind11 to wrap the C++ code.

How to use

  1. Clone with submodules:
git clone --recurse-submodules <URL>
  1. Install using pip. Make sure to use a virtual environment!
pip install <path/to/cloned/repo/py_ldpc4qkd>
  1. Look at and run things from the examples directory.