PostselectFamilies
Every family this tree ships, and the condition each one fails
7/7 passed in 124ms
| Test | What it does | Result |
|---|---|---|
test_allowed_names | ps_family returns 16 for "qubit" and 52 for "three-state". | ✅ pass |
test_cv_excluded | The gaussian refusal names Leverrier: cv_finite is collective-only and infinite-dimensional. | ✅ pass |
test_families_refused | ps_family refuses all fifteen qkd family names, each naming its own reason. | ✅ pass |
test_general_attacks | bb84, mdi and sixstate are refused naming Lim, Curty and Scarani, whose proofs are already against general attacks. | ✅ pass |
test_not_wired | None of the 14 ps_* entry points appears in any module under qkd/. | ✅ pass |
test_pairing_invariance | Mode pairing is the one family refused on permutation invariance rather than dimension. | ✅ pass |
test_unknown_name | An unrecognised family raises and lists both the accepted and the refused names. | ✅ pass |