/** * Quantum trajectory MPS — test suite * * What we're proving: * 0. MpsTrajectory unit tests: reset, apply1, apply2, sample, bond tracking * 1. Correctness: noisy runMps() matches exact density-matrix backend at small n * 2. Consistency: noisy runMps() matches noisy run() (statevector) at medium n * 3. Physics: GHZ fidelity degrades at the analytically predicted rate (1-p2)^depth * 4. Scalability: 100+ qubit noisy circuits complete without memory explosion * 5. The jaw-dropper: 127-qubit IBM Sherbrooke simulation * * All statistical tests use chi-squared with a conservative threshold so they * don't flake under ordinary sampling variance. */ export {}; //# sourceMappingURL=trajectory-mps.test.d.ts.map