Quantum Internet is Real and it's an Underground Network in NYC, USA

Qunnect Inc., a Brooklyn-based company, has successfully operated a prototype quantum internet network under the streets of New York City for 15 continuous days. This achievement marks a significant step towards the development of a practical and stable quantum internet. The network, called GothamQ, utilizes polarization-entangled photons and features automated polarization compensation (APC) devices to mitigate the effects of fiber environment disturbances. The results, published in PRX Quantum, demonstrate the feasibility of long-term, stable entanglement distribution over metropolitan fiber networks.

Schematic of the 34km loop within the GothamQ testbed used for the study. The inset diagrams show the experimental apparatus prior to photons entering and exiting the deployed fiber.. Source: https://www.prnewswire.com/news-releases/qunnect-achieves-record-breaking-performance-for-distributing-polarization-qubits-on-gothamq-network-in-nyc-302116594.html

The Challenge of Quantum Networks

The development of quantum networks faces a major hurdle: the fragility of entangled states in fiber cables. Entanglement, a fundamental quantum phenomenon, is essential for secure communication and powerful computation. However, entangled photons are highly susceptible to disturbances caused by vibrations, bending, and temperature fluctuations within fiber cables. These disturbances can lead to rapid degradation of entanglement, making it difficult to maintain stable connections over long distances.

Qunnect's GothamQ Network

Qunnect's GothamQ network tackles this challenge head-on. The network utilizes a leased 34-kilometer-long fiber circuit, operating for 15 continuous days with an uptime of 99.84%. The network transmits polarization-entangled photon pairs at a rate of about 20,000 per second, achieving a compensation fidelity of 99%. This means that the entangled photons remain in their desired state with high accuracy, even after traveling through the fiber network.

Automated Polarization Compensation

To achieve this remarkable stability, Qunnect has developed automated polarization compensation (APC) devices. These devices continuously monitor and correct the polarization of the entangled photons as they travel through the fiber. By sending classical photon pairs with known polarizations, the APCs can measure and compensate for any polarization drift caused by environmental disturbances.

Significance of the GothamQ Demonstration

The GothamQ demonstration is significant for several reasons:

  • Long-term stability: The network's 15-day continuous operation with high uptime demonstrates the feasibility of long-term, stable entanglement distribution.
  • Automated operation: The use of APCs enables hands-off operation, reducing the need for frequent recalibrations.
  • Metropolitan scale: The network's operation over a 34-kilometer metropolitan fiber circuit showcases its potential for real-world applications.

The Future of Quantum Internet

Qunnect's GothamQ network represents a major step towards the realization of a practical and scalable quantum internet. The company's success in overcoming the challenges of entanglement distribution over long distances paves the way for future advancements in quantum communication, computation, and sensing.

Code Example: Simulating Photon Polarization in Python

While we can't quite simulate quantum entanglement with classical code, we can represent photon polarization and its manipulation using Python libraries like NumPy:

import numpy as np

# Define a photon as a 2D vector representing its polarization state
photon = np.array([1, 0])  # Horizontally polarized photon

# Define a polarization rotation matrix (e.g., for a 45-degree rotation)
rotation_angle = np.radians(45)
rotation_matrix = np.array([[np.cos(rotation_angle), -np.sin(rotation_angle)],
                           [np.sin(rotation_angle), np.cos(rotation_angle)]])

# Rotate the photon's polarization
rotated_photon = np.dot(rotation_matrix, photon)

print("Original photon polarization:", photon)
print("Rotated photon polarization:", rotated_photon)
# Output:
# Original photon polarization: [1 0]
# Rotated photon polarization: [0.70710678 0.70710678]
This code snippet provides a basic illustration of how photon polarization can be represented and manipulated mathematically. In a real-world quantum network, the principles of quantum mechanics govern the behavior of entangled photons, enabling secure communication and other groundbreaking applications.
Automated Distribution of Polarization-Entangled Photons Using Deployed New York City Fibers
Progress toward practical, large-scale quantum networks is achieved via a demonstration of long-term, high-quality polarization-entanglement distribution.

Source:

  • Physics Magazine article
Test of a prototype quantum internet runs under New York City for half a month
To introduce quantum networks into the marketplace, engineers must overcome the fragility of entangled states in a fiber cable and ensure the efficiency of signal delivery. Now, scientists at Qunnect Inc. in Brooklyn, New York, have taken a large step forward by operating just such a network under the streets of New York City.

Comment using your social account:

You will be asked to grant read-only access to your public profile and email address only to verify your identity. We will never post to your account. Select your preferred social account to get started.
Service provided by Spectral Web Services.

  |