Repository for the research and analysis of entangled bit (ebit) fidelity in a FSO (Free Space Optics) switch.
Find a file
2025-08-19 07:19:09 -07:00
.github/workflows Update static.yml 2025-08-14 16:47:05 +00:00
docs Fix RST files for sphinx doc generation 2025-08-19 14:07:55 +00:00
notebooks Main changes and delete DREH ipynb 2024-11-28 14:36:05 +00:00
src Fix docstring comments 2025-08-19 14:17:57 +00:00
test Add unit test for QPUEntity class 2024-11-06 13:13:12 +00:00
.buildinfo Sphinx build info file 2024-11-06 11:19:38 +00:00
.gitignore Exclude png plots in gitignore 2024-11-29 10:53:42 +00:00
.pre-commit-config.yaml Project file improvements 2024-11-05 12:57:16 +00:00
cleanup.sh Convenience script to clean up old plots and parquet data files 2025-05-16 16:36:35 +00:00
LICENSE Initial commit 2024-10-17 14:55:30 +00:00
pyproject.toml Ruff linter config fix 2024-11-22 12:30:20 +00:00
README.md Update README.md 2024-11-05 15:54:09 +00:00
requirements.txt Add missing dependencies to requirements.txt 2025-06-10 11:06:04 +00:00

Ebit Fidelity

Docs License

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, its 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