Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating progress chart page to include link to CSV file #920

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion src/components/QuantumLandscapeChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ function QuantumLandscapeChart () {
<div className='col text-left'>
<p>This chart shows two things: (1) the Achieved series in blue gives what size quantum programs have been successfully run and (2) the Estimated series shows what size programs would be needed for advantage across different domains. Here we plot the size of a quantum program by the number of qubits and number of quantum operations.</p>
<p>The shaded blue region indicates the qubit widths that can be simulated by state vector methods, up to about 50 qubits. This plot does not include clock speed, which is another important parameter to consider. Resource estimates are based on applications where performance can be proved. This is a high bar. Estimates may be pessimistic as many heuristics need to be developed in practice. Estimates may be optimistic as they haven't been run and so could have mistakes!</p>
<p>If you have other data you would like to see added to this chart, please email <a href='mailto:metriq@unitary.fund'>metriq@unitary.fund</a>.</p>
<p>If you have other data you would like to see added to this chart please either make a pull-request on Metriq to the <a href='https://github.com/unitaryfund/metriq-app/blob/main/src/progress.csv'>progress chart CSV file</a> directly or email <a href='mailto:metriq@unitary.fund'>metriq@unitary.fund</a>.</p>
</div>
</div>
</span>
Expand Down
Loading