This repository contains a simulation of a quantum network involving various institutions, fiber hubs, and quantum technologies.
created for CQN review 2024
- nodes.py: Contains definitions for nodes in the network, including their properties.
- edges.py: Contains definitions for links in the network, including properties like length, transmission loss, and link type.
- main.py: The main script that builds the network graph and creates a Folium map for visualization.
- requirements.txt: Lists the required Python packages to run the simulation.
-
Install the required packages using: pip install -r requirements.txt
-
Run the main script: python main.py
-
Open the generated
boston_network_map.htmlfile in a web browser to view the network visualization.