Skip to content

XQP-Munich/Py_LDPC4QKD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published