From 36d882ddda623c1c9898a5f1b91d96e82b2c3962 Mon Sep 17 00:00:00 2001 From: erdemeray <86563137+erdemeray@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:43:40 +0200 Subject: [PATCH 1/2] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b3a964a..c57739e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -46,7 +46,17 @@ jobs: steps: - uses: actions/checkout@v4 + + # Add a step to set up Python + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' # Specify the Python version you need + # Add a step to install Pybind11 using pip + - name: Install Pybind11 + run: python -m pip install pybind11 + - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings From 81292bbe2a3356b57bc4cca22026b5ce9402861f Mon Sep 17 00:00:00 2001 From: erdemeray <86563137+erdemeray@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:50:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e713f..bb67955 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This library, written in C++, offers tools for information reconciliation tailored for continuous-variable quantum key distribution (CV-QKD) systems. It also includes Python bindings for use within Python environments. +## Article + +The link to the article will be added soon. + ## Quick Start Follow these steps to set up the project on your local system. @@ -25,7 +29,12 @@ cmake .. make ``` +### Documentation + +The complete documentation for the library is available at the following link: [Library Documentation](https://information-reconciliation-for-cv-qkd.readthedocs.io/). + ## License + The project is open-source, under the Apache-2.0 License. ## Acknowledgements @@ -36,4 +45,4 @@ The project is open-source, under the Apache-2.0 License. ## Cite this work as: -E. E. Cil and L. Schmalen, "Rate-adaptive protograph-based raptor-like LDPC code for continuous-variable quantum key distribution," *Proc. Advanced Photonic Congress: Signal Processing in Photonic Communications (SPPCom)*, Québec City, Canada, Jul. 2024 \ No newline at end of file +E. E. Cil and L. Schmalen, "Rate-adaptive protograph-based raptor-like LDPC code for continuous-variable quantum key distribution," *Proc. Advanced Photonic Congress: Signal Processing in Photonic Communications (SPPCom)*, Québec City, Canada, Jul. 2024