Skip to content

Commit

Permalink
update plot scripts for proceedings results
Browse files Browse the repository at this point in the history
  • Loading branch information
majafranz committed Feb 14, 2025
1 parent fd6f5fa commit fe03e57
Show file tree
Hide file tree
Showing 17 changed files with 62,362 additions and 84 deletions.
Binary file modified analysis/img-pdf/anneal_schedule.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/energy_selected.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/energy_stat.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/gap_selected.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/gap_stat.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/qaoa_energy.pdf
Binary file not shown.
Binary file modified analysis/img-pdf/qaoa_params.pdf
Binary file not shown.
Binary file removed analysis/img-pdf/qaoa_params_selected.pdf
Binary file not shown.
48,353 changes: 48,353 additions & 0 deletions analysis/img-tikz/anneal_schedule.tex

Large diffs are not rendered by default.

1,504 changes: 1,504 additions & 0 deletions analysis/img-tikz/energy_selected.tex

Large diffs are not rendered by default.

4,789 changes: 4,789 additions & 0 deletions analysis/img-tikz/energy_stat.tex

Large diffs are not rendered by default.

510 changes: 510 additions & 0 deletions analysis/img-tikz/gap_selected.tex

Large diffs are not rendered by default.

3,286 changes: 3,286 additions & 0 deletions analysis/img-tikz/gap_stat.tex

Large diffs are not rendered by default.

1,278 changes: 1,278 additions & 0 deletions analysis/img-tikz/qaoa_energy.tex

Large diffs are not rendered by default.

2,531 changes: 2,531 additions & 0 deletions analysis/img-tikz/qaoa_params.tex

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions analysis/layout.r
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
BASE.SIZE <- 8
INCH.PER.CM <- 1 / 2.54
WIDTH <- 13.998 * INCH.PER.CM
HEIGHT <- 7.28972 * INCH.PER.CM * 0.95
WIDTH <- 12.99815 * INCH.PER.CM
HEIGHT <- 21.01431 * INCH.PER.CM
OUTDIR_PDF <- "img-pdf/"
OUTDIR_TIKZ <- "img-tikz/"
COLOURS.LIST <- c("black", "#E69F00", "#999999", "#009371", "#beaed4", "#ed665a", "#1f78b4", "#009371")
POINT.SIZE <- 0.5
POINT.SIZE <- 0.4
LINE.SIZE <- 1

theme_paper_base <- function() {
Expand Down
Loading

0 comments on commit fe03e57

Please sign in to comment.