diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-29 18:55:22 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-06-29 18:55:22 -0500 |
| commit | f798b2069f7fdf0e288a6195fa193ecf50986c3f (patch) | |
| tree | a7fee1a4a805e5c43183bfd95c32f878f14ae40f /README.md | |
| parent | 03c6d41729077319c3493ed4055e9824c8eda3ba (diff) | |
Render full fixed RRoG delta matrix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -130,7 +130,16 @@ Render a delta table PNG: ```bash python3 scripts/render_delta_table.py \ + --title "Fixed RRoG Test Delta vs Classic" \ + --out analysis/fixed_rrog_delta_matrix.png +``` + +Render the ZINC-only row: + +```bash +python3 scripts/render_delta_table.py \ --compute-label fixed-rrog-T1-ns3+trace \ + --label-overrides "" \ --datasets zinc-cycle56 \ --out analysis/zinc_delta_table.png ``` |
