Sync dev updates: SafeTensors model B support, legacy color-code circuit, docs and CI fixes#90
Merged
Merged
Conversation
…uit, docs and CI fixes - SafeTensors converter: accept model B checkpoints and fail fast when the checkpoint's code family does not match the requested config (code != color). - Restore the legacy triangular color-code reference circuit (triangular_color_code_circuit) used by the legacy-generator test suite; its tests pass again (45 tests, no skips). - README: fix stale documentation (frame precomputation, training receptive fields) and document a known NCCL 2.28.9 cu128 SIGSEGV issue with the recommended workaround. - Fix d9 memory surface model 1 pre-decoder config. - CI: train smoke models for 4 epochs instead of 2 to stabilize the LER gate in GPU smoke jobs. Aggregated from internal QA follow-ups. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Member
Author
|
/ok to test b32452b |
bmhowe23
approved these changes
Jul 14, 2026
huaweil-nv
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Combined sync of recent development updates:
triangular_color_code_circuitincode/qec/surface_code/memory_circuit.py); the legacy-generator test suite passes again (45 tests, no skips).check_ler_from_log --max-ler 0.35) no longer flakes on short runs.Aggregated from internal QA follow-ups.
Notes for reviewers
--deselect/--ignore-globentries for those tests, andtest_generator_jax*files do not exist in this repo.Test plan
tests.test_legacy_color_code_no_overlap,tests.test_color_code_data_partition,tests.test_color_code_legacy_cnot_mapping,tests.test_color_code_homological_equivalence— 45 tests, 0 skips, all passtests.test_safetensors_export— 9 tests, all pass🤖 Generated with Claude Code