-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #920 from unitaryfund/918-link-csv-progress-chart
Updating progress chart page to include link to CSV file
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|