Skip to content

Commit

Permalink
Merge pull request #920 from unitaryfund/918-link-csv-progress-chart
Browse files Browse the repository at this point in the history
Updating progress chart page to include link to CSV file
  • Loading branch information
WrathfulSpatula authored Jun 14, 2024
2 parents b339b27 + d5b2bee commit 7df045a
Showing 1 changed file with 1 addition and 1 deletion.
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:[email protected]'>[email protected]</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:[email protected]'>[email protected]</a>.</p>
</div>
</div>
</span>
Expand Down

0 comments on commit 7df045a

Please sign in to comment.