diff --git a/README.md b/README.md index 61d8e1b6d..524745a89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the codes and decoders of interest to `_0.helpers_and_metadata/code_metadata ``` julia> include("wiki_database_passes.jl") -julia> run_evaluations(code_metadata) +julia> run_evaluations(CodeMetadata.code_metadata) ``` If you want to run only some codes, e.g. the code family `CodeType`, you can use `run_evaluations(code_metadata; include=[CodeType])`. @@ -19,7 +19,7 @@ If you want to run only some codes, e.g. the code family `CodeType`, you can use ``` julia> include("wiki_database_passes.jl") -julia> prep_everything(code_metadata) +julia> prep_everything(CodeMetadata.code_metadata) ``` ## To generate the website for local viewing diff --git a/codes/Cleve8/totalsummary.png b/codes/Cleve8/totalsummary.png index b316561fd..04cb7cbb9 100644 Binary files a/codes/Cleve8/totalsummary.png and b/codes/Cleve8/totalsummary.png differ diff --git a/codes/Gottesman/totalsummary.png b/codes/Gottesman/totalsummary.png index 988914fd0..0e4e9f8dc 100644 Binary files a/codes/Gottesman/totalsummary.png and b/codes/Gottesman/totalsummary.png differ diff --git a/codes/NithinCode/totalsummary.png b/codes/NithinCode/totalsummary.png index a0c77c6a0..5b6574a36 100644 Binary files a/codes/NithinCode/totalsummary.png and b/codes/NithinCode/totalsummary.png differ diff --git a/codes/Perfect5/totalsummary.png b/codes/Perfect5/totalsummary.png index 77162c4ff..fb9e3e6c4 100644 Binary files a/codes/Perfect5/totalsummary.png and b/codes/Perfect5/totalsummary.png differ diff --git a/codes/Shor9/totalsummary.png b/codes/Shor9/totalsummary.png index 924074175..8cc4e1b84 100644 Binary files a/codes/Shor9/totalsummary.png and b/codes/Shor9/totalsummary.png differ diff --git a/codes/Steane7/totalsummary.png b/codes/Steane7/totalsummary.png index 406b89864..0be6ec22b 100644 Binary files a/codes/Steane7/totalsummary.png and b/codes/Steane7/totalsummary.png differ diff --git a/codes/Surface/totalsummary.png b/codes/Surface/totalsummary.png index a4db497d1..d369e8ed9 100644 Binary files a/codes/Surface/totalsummary.png and b/codes/Surface/totalsummary.png differ diff --git a/codes/Toric/totalsummary.png b/codes/Toric/totalsummary.png index 015584217..afd9b1ab6 100644 Binary files a/codes/Toric/totalsummary.png and b/codes/Toric/totalsummary.png differ diff --git a/codes/results.sqlite b/codes/results.sqlite index 3e7996ca7..aa4a6a199 100644 Binary files a/codes/results.sqlite and b/codes/results.sqlite differ