SDCR is a symmetry‑selection mechanism, not a modification of quantum mechanics.
Within standard open‑system theory, SDCR:
- identifies symmetry‑aligned operator sectors
- suppresses incompatible dissipative channels by a tunable parameter η
- preserves baseline Lindblad behavior when η = 0
- produces bounded, symmetry‑aligned coherence effects
- enables comparison against fair null selectors
All dynamics remain fully compatible with conventional GKSL formulations.
Learn more:
- SDCR mechanism
- GKSL locked qubit model
- Symmetry selector logic
SDCR‑CORE v0.2 implements the full locked reproducibility pipeline:
- Pauli matrices
- ω/2 σ_z Hamiltonian
- baseline + incompatible dissipators
- row‑major vectorized Lindblad superoperators
- deterministic trajectory solver via
scipy.linalg.expm
Module: sdcr_core/core/gksl_locked_qubit.py
Implements η‑controlled suppression of incompatible channels.
Module: sdcr_core/core/symmetry_selector.py
Includes:
- norm‑matched null
- random‑axis nulls
- channel‑permutation null
- η = 0 recovery baseline
Module: sdcr_core/core/null_battery.py
Extracts eigenvalues for:
- baseline
- η‑sweep
- target SDCR
- null selectors
Module: sdcr_core/core/liouvillian_spectrum.py
Reports:
- trace error
- Hermiticity error
- positivity
- η = 0 recovery error
- coherence AUC
- null AUC distribution
- percentile
Module: sdcr_core/core/validation.py
Generates:
- CSVs
- JSON summary
- SHA256 manifest
- reproducibility ZIP package
Modules:
sdcr_core/io/outputs.pysdcr_core/io/manifest.pysdcr_core/io/package.py
- coherence trajectories
- Liouvillian spectrum vs η
- null AUC histogram
- claim‑state dashboard
Folder: figures/
Public reproducibility path.
Folder: notebooks/
sdcr-core/
pyproject.toml
README.md
sdcr_core/
core/
gksl_locked_qubit.py
symmetry_selector.py
null_battery.py
liouvillian_spectrum.py
validation.py
io/
outputs.py
manifest.py
package.py
run.py
results/
figures/
notebooks/
Editable mode:
pip install -e .One‑click reproducibility pipeline:
python -m sdcr_core.runThis produces:
results/summary_metrics.jsonresults/trajectories.csvresults/liouvillian_spectrum.csvresults/null_battery.csvresults/SHA256_MANIFEST.jsonSDCR_CORE_V02_RESULT_PACKAGE.zip- all figures in
figures/
MIT License
This work was completed with assistance from Microsoft Copilot and Google Jules, both of which contributed equally to drafting, structuring, and refining the software and documentation. Their support was used strictly for productivity, clarity, and organization; all technical decisions, implementations, and scientific interpretations remain my own.