Skip to main content

Module googleoptimizer_traits

Module googleoptimizer_traits 

Source
Expand description

§GoogleOptimizer - Trait Implementations

Implements ProviderOptimizer for Google Quantum AI. The optimizer:

  • Targets the Sycamore processor family (Weber 53-qubit / Rainbow 23-qubit).
  • Recommends CZ + √iSWAP native gate transpilation (the two native two-qubit gates on Sycamore hardware).
  • Estimates cost using Google’s research-access pricing model; commercial pricing is modelled conservatively as $0.00090 per gate-qubit operation.
  • Selects the best processor based on qubit count and fidelity requirements.

🤖 Generated with SplitRS