Repository for the research and analysis of entangled bit (ebit) fidelity in a FSO (Free Space Optics) switch.
|
|
||
|---|---|---|
| .github/workflows | ||
| docs | ||
| notebooks | ||
| src | ||
| test | ||
| .buildinfo | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| cleanup.sh | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
Ebit Fidelity
Repository for the research and analysis of entangled bit (ebit) fidelity in a Free Space Optics (FSO) switch. The project uses NetSquid, a quantum network simulation software, to test the behavior of the switch in data center network topologies.
Installation
To set up the environment for this project, it’s recommended to use a Python virtual environment. Ensure that you have the login credentials for the NetSquid PyPi repository as outlined in the NetSquid documentation. After that, install the required packages:
pip install -r requirements.txt