Vacuum Forge Labs•Quantum/Theoretical Physics Solutions
This MATLAB simulation suite models the full chain of quantum vacuum catalyzation effects in a Twisted Engineered Vacuum Crystal (TEVC) — a van der Waals heterostructure where the moire superlattice creates a tunable analog quantum vacuum.
The simulation covers:
The default parameters target a TMD heterobilayer (MoSe₂/WSe₂ or similar) with:
| Parameter | Value | Description | |-----------|-------|-------------| | a | 0.328 nm | Lattice constant | | m* | 0.45 m_e | Exciton effective mass | | epsilon | 4.5 | Dielectric constant | | J | 15 meV | Interlayer tunneling | | V₀ | 25 meV | Moire potential amplitude | | theta | 1.1 deg | Twist angle (near magic angle) |
Requires MATLAB R2020a+ (no additional toolboxes needed). Place all files in one directory and run QVC_TEVC_Main.
.m files above into a single directorycd path/to/QVC_TEVC_SimulationQVC_TEVC_MainAll physical parameters are defined in Section 1 of QVC_TEVC_Main.m. Key parameters to explore:
tevc.theta_deg — twist angle (try 0.5 to 3.5 degrees)tevc.J — interlayer tunneling energy (5 to 50 meV)qvc.A_ZPF_range — ZPF amplitude sweep rangetopo.QH — Hopf charge (integer)topo.alpha_R — Rashba SOC strengthAll figures render with dark backgrounds and colored traces matching the website's sci-fi aesthetic. Set set(gcf, 'InvertHardcopy', 'off') is already included to preserve dark backgrounds when saving/printing.
The central insight of this simulation is the mapping between QED vacuum pair production and condensed matter quasiparticle phenomena:
| QED Vacuum | TEVC Analog | |------------|-------------| | Electron mass m_e | Exciton effective mass m* | | 2m_e c² gap | Excitonic gap Delta_cat | | Compton wavelength | Coherence length xi | | E_cr = 1.3 x 10^18 V/m | E_cr^eff ~ 10^4 V/m | | Virtual e+e- pairs | Virtual exciton-hole pairs | | Dirac vacuum | Excitonic BEC condensate |
The vacuum catalyzation parameter A_ZPF tunes the system from a stable gapped insulator (A = 0) through the catalyzon regime to the quantum critical point (A ~ 0.5) where the gap collapses, the Schwinger threshold vanishes, and pair production becomes copious.