You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RESULTS.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Machine-readable copies of the comparison tables are committed under `results/`:
9
9
-`results/generated_comparison_summary.csv`
10
10
-`results/generated_repeatability_trials.csv`
11
11
-`results/real_data_method_comparison.csv`
12
+
-`results/larger_real_data_comparison.csv`
12
13
-`results/ansatz_comparison.csv`
13
14
14
15
For repeatable synthetic benchmark summaries, regenerate a compact comparison CSV with:
@@ -180,6 +181,32 @@ Binary rows use equal-weight selected portfolios for reported return and risk, w
180
181

181
182

182
183
184
+
### Larger Real-Data Universe
185
+
186
+
`scripts/generate_larger_real_data_example.py` writes `results/larger_real_data_comparison.csv`, regenerates `notebooks/examples/04_Larger_Real_Data_Example.ipynb`, and saves figures for a 12-stock 2024 market-data window. The binary and QAOA methods use one qubit per asset, so this example is deliberately a scalability/stress example rather than a claim of production scale or quantum advantage.
0 commit comments