Skip to main content

Module holographic_quantum_error_correction

Module holographic_quantum_error_correction 

Source
Expand description

Holographic Quantum Error Correction Framework

This module provides a comprehensive implementation of holographic quantum error correction using AdS/CFT correspondence, bulk-boundary duality, and emergent geometry from quantum entanglement. This framework enables error correction through holographic principles, where quantum information in a boundary theory is protected by geometry in the bulk.

§Module Organization

  • config: Configuration types and enums
  • simulator: Core simulator struct with initialization
  • encoding: Holographic encoding matrix methods
  • error_correction: Error correction and decoding methods
  • results: Result types for operations
  • utils: Utility functions
  • benchmark: Benchmarking functions and tests

Structs§

BulkReconstructionResult
Bulk reconstruction result
HolographicQECBenchmarkResults
Holographic QEC benchmark results
HolographicQECConfig
Holographic quantum error correction configuration
HolographicQECResult
Holographic quantum error correction result
HolographicQECSimulator
Holographic quantum error correction simulator
HolographicQECStats
Holographic QEC simulation statistics
HolographicQECUtils
Holographic QEC utilities

Enums§

BulkReconstructionMethod
Methods for bulk reconstruction
HolographicCodeType
Types of holographic quantum error correction codes

Functions§

benchmark_holographic_qec
Benchmark holographic quantum error correction