Simple web app to estimate how many QPU seconds a job takes based on a model.
The web application uses React, TailwindCSS and Vite. You can build the static files with
npm run buildFor local development you can use
npm run devThe app is deployed automatically with GitHub pages. The Github workflow deploy.yml builds the static files and uploads the dist folder to the git branch gh-pages . Github pages is configured to deploy from gh-pages branch.
Data used in the resource estimation can be found here. It contains comma separated value data of varying qubits, circuit depth, number of circuits in a batch and shots with the real QPU seconds runtime calculated from IQM Timestamps as execution_end-execution_start.
The documentation on the rendered webpage can be changed by editing the file public/documentation.md.