This repository contains code for the manuscript titled "High-rate multiplexed entanglement source based on time-bin qubits for advanced quantum networks"
This repository is used with datasets available in a figshare project
Either use the setup process below or manually download the figshare dataset that corresponds to the folders/submodules in this repo.
to install:
-
clone repository
git init git pull https://github.com/sansseriff/highrate_origin.git git submodule update --init --recursive
-
Set up conda environment:
conda env create -f environment.yaml conda activate highrate
-
Download the data files for particular folders/submodules:
python figshare_download.pyThen follow the onscreen prompts.
To delete the conda environment if you no longer need it:
conda remove --name highrate
