We targeted the unrestricted × weight-9+ cell with a balanced-product construction. The cell is comparatively sparse for small and moderate blocklengths, and the product construction can provide substantially more logical qubits than the small lifted-product candidates while remaining below the n <= 700 verification cap.
The repository's research/kit/phase4_products.py sweep generated 1,070 candidates across hypergraph-product, lifted-product, and balanced-product families with n < 200. Candidates were screened with the repository RIS surrogate at 400 trials and ranked by k*d^2/n. This candidate was one of the screened balanced-product finalists.
The selected parents are both order-5 2BGA codes:
The submitted CSS code is the hypergraph product of those two parent codes.
The initial screen reported [[125,25,4]] with screened efficiency 3.2. Submission packaging regenerated both X- and Z-side logical witnesses with the repository surrogate and persisted them in the JSON artifact.
The trusted validation gate passed. It reported:
The distance claim is an honest witness-backed upper bound (d <= 4), not an exact certification.
Several other screened finalists passed structural validation but were dominated by existing board entries, including [[60,4,8]], [[42,4,6]], [[54,4,6]], and multiple [[175,35,4]] balanced-product variants. The first selected [[18,4,4]] lifted-product candidate was also flagged as WL-equivalent to an existing 18-4-4.json entry and was not submitted as a duplicate.
The search used the repository's research/kit product constructors, screening code, submission packager, and verify/validate_candidate.py. The final verifier run used the trusted validator source hash reported by the local gate. No files under verify/ were modified.
Use research/kit/products.py and construct the order-5 groups with the repository's group helpers. Build each parent with build_2bga(mul, a, b), then call hypergraph_product(parent1_HX, parent2_HX). The exact support parameters are given above and in the code's provenance field.