Open-system MCWF completeness product (BL-51)

July 24, 2026 · View on GitHub

Documented, fail-closed open-system dynamics completeness: Lindblad and MCWF surfaces, seeded ensemble variance certificates, simulation noise-model I/O, and hard gaps for non-CP / non-Markovian / adjoint / hardware noise.

Module: scpn_quantum_control.open_system_mcwf_product

Rules

RuleBehaviour
Product schemaopen_system_mcwf_product.v1
Ambient MCWFphase.tensor_jump.mcwf_trajectory / mcwf_ensemble
Ambient certificatesphase.open_system_objectives.certify_mcwf_reproducibility
Hardware noise fidelityRefuse invent-green
Adjoint LindbladRefuse invent-green (FD scales only)
Non-Markovian / process tensorRefuse invent-green (out of v1)
Unseeded variance claimRefuse

Surfaces

surface_idrole
lindblad_densityScipy density-matrix path (BL-16 compose)
mcwf_trajectorySingle sparse MCWF trajectory
mcwf_ensembleSeeded ensemble mean/std
noise_model_ioSim-only rate schema import/export
gradient_boundaryFD expectation boundary catalogue

Hard-gap boundaries

non_cp_map · non_markovian_dynamics · adjoint_lindblad_gradient · hardware_noise_fidelity · process_tensor_ad

Quick start

from scpn_quantum_control.open_system_mcwf_product import (
    assert_open_system_mcwf_product_integrity,
    build_open_system_mcwf_product_registry,
    decide_open_system_path,
    materialise_demo_mcwf_ensemble_probe,
    materialise_reproducibility_probe,
)

reg = assert_open_system_mcwf_product_integrity(
    build_open_system_mcwf_product_registry()
)
assert reg["hardware_noise_fidelity_claim_policy"] is False

assert decide_open_system_path(
    "mcwf_ensemble", invent_green_hardware_noise=True
).allowed is False

probe = materialise_demo_mcwf_ensemble_probe()
assert probe.invent_green_hardware_noise is False

repro = materialise_reproducibility_probe()
assert repro.certificate["passed"] is True

Residuals (honest)

  • S51.6 — fuller evidence-artefact refresh beyond BL-16 depth
  • S51.7 — deeper closed / open / hardware-noisy gradient narrative docs
  • Pack: docs/internal/differentiable_programming/p3_strategic/bl51_open_system_mcwf_completeness.md
  • Ambient: scpn_quantum_control.phase.tensor_jump, open_system_objectives
  • BL-16 open-system objectives · BL-47 hardware-safe

Authored by Anulum Fortis & Arcane Sapience (protoscience@anulum.li)