Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cbeed44
Set category to current circuits and hamiltonians
abdonrd May 21, 2026
5f3d470
Filter submissions table by category and instances
abdonrd May 22, 2026
5ff594e
Add instance table header
abdonrd May 22, 2026
b6f6558
Add instance filter scroll gradient
abdonrd May 22, 2026
0e56653
Create a new SubmissionsTable shared component
abdonrd May 22, 2026
a8cae82
Update instance card
abdonrd May 22, 2026
6664ca1
Merge branch 'main' into categories-filters
abdonrd May 22, 2026
5d4a53e
Update empty layout
abdonrd May 22, 2026
c1600a0
Sort instances by last quantum submission
abdonrd May 22, 2026
1392b92
Add submission notes
abdonrd May 22, 2026
069b733
Update table head
abdonrd May 22, 2026
4f7b037
Use dropdown for instance selector on small screens
abdonrd May 22, 2026
7c68168
Improve mobile layout
abdonrd May 22, 2026
aa518f0
Update instances selector height
abdonrd May 22, 2026
0398e21
Update copys
abdonrd May 22, 2026
7a84079
Update instances
abdonrd May 22, 2026
e4b4030
Document category
abdonrd May 22, 2026
200c8e7
Add tracker cards to home page
abdonrd May 22, 2026
09c64b4
Add new submission from issue #151 (#174)
github-actions[bot] May 26, 2026
c62bf70
Improve Contributors marquee accessibility
abdonrd May 26, 2026
cb51395
Add Moderna & Qedma as institutions
abdonrd May 26, 2026
7223754
Sync category filter with URL query params
abdonrd May 26, 2026
68b053b
Merge branch 'main' into categories-filters
abdonrd May 26, 2026
11f8eb2
Move tracker cards into their own home section
abdonrd May 26, 2026
abdb29a
Update tags
abdonrd May 26, 2026
c267217
Add active candidates to the home page
abdonrd May 26, 2026
21fa80a
Use badge component
abdonrd May 26, 2026
b5ce8f3
Update circuit model category
abdonrd May 26, 2026
680d386
Merge branch 'main' into categories-filters
abdonrd May 26, 2026
10d3e2c
Merge branch 'main' into categories-filters
abdonrd May 26, 2026
51e88bb
Update buttons to outline variant
abdonrd May 26, 2026
644fa27
Fix mobile version
abdonrd May 27, 2026
78d7778
Sort categories
abdonrd May 27, 2026
83e1453
Fix mobile layout
abdonrd May 27, 2026
fa13860
Add submissions chart
abdonrd May 27, 2026
b24c0c9
Update chart layout
abdonrd May 27, 2026
8e65747
Allow collapse chart
abdonrd May 27, 2026
7de7844
Add link to submission url
abdonrd May 27, 2026
0b2a122
Add units
abdonrd May 27, 2026
a9869ad
Set yScale as log for CVP
abdonrd May 27, 2026
f697762
Update chart layout
abdonrd May 27, 2026
14fd3a0
Set different color for classical submissions
abdonrd May 28, 2026
5bfc34a
Extract isQuantumSubmission
abdonrd May 28, 2026
d444c8a
Limit active candidates width
abdonrd May 28, 2026
a8a6d48
Format
abdonrd May 28, 2026
a2662a0
Fix chart console warning
abdonrd May 28, 2026
c55614d
Add chart leyend
abdonrd May 28, 2026
ce77607
Merge branch 'main' into categories-filters
abdonrd May 28, 2026
b8fff10
Sync selected instance with the query params
abdonrd May 28, 2026
e254224
Link home cards to tracker instance
abdonrd May 28, 2026
fd1fe7b
Update radio button with a check
abdonrd May 28, 2026
cb08d7d
Add key terms section
abdonrd May 28, 2026
35964ac
Update submission categories copys
abdonrd May 29, 2026
acc0d17
Add organized into section with tooltips
abdonrd May 29, 2026
765e164
Move home categories
abdonrd May 29, 2026
39e50ec
Legend data points as circles
abdonrd May 29, 2026
4abc878
Merge branch 'main' into categories-filters
abdonrd May 29, 2026
9141483
Merge branch 'main' into categories-filters
abdonrd May 29, 2026
46c5999
Update capitalize
abdonrd May 29, 2026
aced729
Merge branch 'main' into categories-filters
abdonrd May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions data/classically-verifiable-problems/circuit-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@
"id": "peaked_circuit_heavy_hex_49x4020",
"path": "peaked_circuit_heavy_hex_49x4020.qasm",
"qubits": 49,
"gates": 4020
"gates": 4020,
"category": "Baseline benchmarks"
},
{
"id": "peaked_circuit_heavy_hex_49x5072",
"path": "peaked_circuit_heavy_hex_49x5072.qasm",
"qubits": 49,
"gates": 5072
"gates": 5072,
"category": "Superseded candidates"
},
{
"id": "peaked_circuit_P9_Hqap_56x1917",
"path": "peaked_circuit_P9_Hqap_56x1917.qasm",
"qubits": 56,
"gates": 1917
"gates": 1917,
"category": "Superseded candidates"
}
]
},
Expand All @@ -27,7 +30,8 @@
"id": "random_graph_sampling_nq70_depth70_checks27_basis_fstate",
"path": "nq70_depth70_checks27_basis_fstate.qasm",
"qubits": 70,
"gates": 2415
"gates": 2415,
"category": "Active candidates"
}
]
},
Expand All @@ -37,7 +41,8 @@
"id": "doped_random_graph_sampling_nq70_depth70_checks27",
"path": "nq70_depth70_checks27_doped.qasm",
"qubits": 70,
"gates": 2415
"gates": 2415,
"category": "Baseline benchmarks"
}
]
}
Expand Down
24 changes: 16 additions & 8 deletions data/observable-estimations/circuit-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@
"id": "operator_loschmidt_echo_49x648",
"path": "49Q_OLE_circuit_L_3_b_0.25_delta0.15.qasm",
"qubits": 49,
"gates": 648
"gates": 648,
"category": "Baseline benchmarks"
},
{
"id": "operator_loschmidt_echo_49x1296",
"path": "49Q_OLE_circuit_L_6_b_0.25_delta0.15.qasm",
"qubits": 49,
"gates": 1296
"gates": 1296,
"category": "Active candidates"
},
{
"id": "operator_loschmidt_echo_70x1872",
"path": "70Q_OLE_circuit_L_6_b_0.25_delta0.15.qasm",
"qubits": 70,
"gates": 1872
"gates": 1872,
"category": "Active candidates"
}
]
},
Expand All @@ -27,13 +30,15 @@
"id": "SU(2)Hadron-LSH-x_100_SCV",
"path": "x_100_SCV.qasm",
"qubits": 120,
"gates": 60000
"gates": 60000,
"category": "Baseline benchmarks"
},
{
"id": "SU(2)Hadron-LSH-x_100_meson",
"path": "x_100_meson.qasm",
"qubits": 120,
"gates": 60000
"gates": 60000,
"category": "Baseline benchmarks"
}
]
},
Expand All @@ -45,23 +50,26 @@
"qubits": 51,
"gates": 896,
"floquet_cycles": 16,
"measured_observable": "magnetization"
"measured_observable": "magnetization",
"category": "Baseline benchmarks"
},
{
"id": "floquet_mixed_field_ising_zzd2_51qx16c",
"path": "floquet_mixed_field_ising_zzd2_51qx16c.qasm",
"qubits": 51,
"gates": 896,
"floquet_cycles": 16,
"measured_observable": "ZZ_{d=2}"
"measured_observable": "ZZ_{d=2}",
"category": "Baseline benchmarks"
},
{
"id": "floquet_mixed_field_ising_zzd3_51qx16c",
"path": "floquet_mixed_field_ising_zzd3_51qx16c.qasm",
"qubits": 51,
"gates": 896,
"floquet_cycles": 16,
"measured_observable": "ZZ_{d=3}"
"measured_observable": "ZZ_{d=3}",
"category": "Baseline benchmarks"
}
]
}
Expand Down
39 changes: 26 additions & 13 deletions data/variational-problems/hamiltonians.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,56 @@
{
"id": "n2_3-00_14e_28o",
"path": "n2_3-00_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_2-50_14e_28o",
"path": "n2_2-50_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_2-00_14e_28o",
"path": "n2_2-00_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_1-50_14e_28o",
"path": "n2_1-50_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_1-20_14e_28o",
"path": "n2_1-20_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_1-10_14e_28o",
"path": "n2_1-10_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_1-00_14e_28o",
"path": "n2_1-00_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_0-90_14e_28o",
"path": "n2_0-90_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
},
{
"id": "n2_0-80_14e_28o",
"path": "n2_0-80_14e_28o.fcidump",
"hilbert_space_size": 1.4e12
"hilbert_space_size": 1.4e12,
"category": "Baseline benchmarks"
}
]
},
Expand All @@ -53,7 +62,8 @@
{
"id": "2fe_2s_30e_20o",
"path": "2fe_2s_30e_20o.fcidump",
"hilbert_space_size": 2.4e8
"hilbert_space_size": 2.4e8,
"category": "Baseline benchmarks"
}
]
},
Expand All @@ -62,7 +72,8 @@
{
"id": "4fe_4s_54e_36o",
"path": "4fe_4s_54e_36o.fcidump",
"hilbert_space_size": 8.86e15
"hilbert_space_size": 8.86e15,
"category": "Baseline benchmarks"
}
]
},
Expand All @@ -71,7 +82,8 @@
{
"id": "anderson_impurity_model_4i_28b_32e",
"path": "anderson_impurity_model_4i_28b_32e.fcidump",
"hilbert_space_size": 3.61e17
"hilbert_space_size": 3.61e17,
"category": "Baseline benchmarks"
}
]
},
Expand All @@ -80,7 +92,8 @@
{
"id": "guided_sparse_ground_state_problem_49Q_v1",
"path": "49Q_v1",
"hilbert_space_size": 5.62e14
"hilbert_space_size": 5.62e14,
"category": "Baseline benchmarks"
}
]
}
Expand Down
Loading