ROI Calculator

The ROI module quantifies the return on investment of quantum computing for your specific workload. Provide your classical benchmark, problem parameters, and target backend — QCOS calculates speedup, cost comparison, break-even point, and generates a PDF Quantum Proof Pack suitable for board-level reporting.

What the ROI Module Calculates


Submit an ROI Calculation

Discover the inputs first: GET /api/v1/roi/providers (provider billing models), GET /api/v1/roi/plans (QCOS plans), GET /api/v1/roi/pricebook (the assumptions pricebook the model uses).

Response


Download the Proof Pack

LaTeX source and raw data variants: POST /api/v1/roi/report/latex, POST /api/v1/roi/report/data. The PDF contains:
  • Executive summary with key metrics
  • Methodology and algorithm selection rationale
  • Classical vs. quantum cost breakdown
  • Speedup projections to 2030 (with hardware roadmap)
  • Break-even analysis chart
  • Risk assessment matrix
  • Generated by the QCOS ROI Engine with timestamp

Compare Multiple Scenarios

Takes the same body as /calculate and returns the conservative, base, and aggressive scenarios side by side, together with the pricebook_version used. To compare providers for a given workload volume:

Python Example — Board-Level ROI Report