---
myst:
html_meta:
"description lang=en": "Documentation for the Public Quantum Network (PQN)."
---
# Public Quantum Network
Welcome to the documentation for the **Public Quantum Network (PQN)** — a distributed quantum network system designed to make quantum computing and quantum experiments accessible to the general public.
The PQN allows users to interact with real quantum hardware through a web interface, running experiments such as Bell tests, quantum key distribution, and quantum random number generation.
> **Early Development**: This project is in early stages of development. APIs, installation procedures, and distribution methods are subject to change.
## Overview
Project description, supported experiments, and acknowledgements.
```{toctree}
:maxdepth: 2
overview/index
```
## Backend
Installation, configuration, and architecture of the Python backend stack (`pqn-stack`).
```{toctree}
:maxdepth: 2
backend/index
```
## Frontend
Installation, configuration, and architecture of the Next.js web interface (`pqn-gui`).
```{toctree}
:maxdepth: 2
frontend/index
```
## Hardware
3D-printable polarimeter components and assembly instructions for building a PQN node instrument.
```{toctree}
:maxdepth: 2
hardware/index
```
## Contributing
How to contribute to the PQN project.
```{toctree}
:maxdepth: 2
contributing/index
```