From f798b2069f7fdf0e288a6195fa193ecf50986c3f Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 29 Jun 2026 18:55:22 -0500 Subject: Render full fixed RRoG delta matrix --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8aa9357..511e4a7 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,18 @@ This writes `analysis/result_audit.md`, `analysis/result_cells.csv`, 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 ``` -- cgit v1.2.3