Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 860 Bytes

File metadata and controls

39 lines (24 loc) · 860 Bytes

Quantum Advantage Tracker

This repository hosts the source code for the Quantum Advantage Tracker project, which provides a place for the quantum community to track and discuss quantum advantage candidates across three primary pathways. These include:

  • Observable estimations
  • Variational problems
  • Classically verifiable problems

Viewing the website

The website for the project is hosted on GitHub Pages and can be accessed at:

https://quantum-advantage-tracker.github.io

Running locally

Prerequisites

Install the dependencies

npm install

Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Build for production

npm run build