Skip to content

bloqade.analog.compiler.passes.hardware.define.generate_quera_ir

← Module overview

functiongenerate_quera_irsource

bloqade.analog.compiler.passes.hardware.define.generate_quera_ir

Signature
def generate_quera_ir(ahs_components: AHSComponents, shots: int) -> QuEraTaskSpecification
  1. generate quera ir

This pass takes the AHS components and generates the QuEra IR.

Parameters

NameTypeDescription
ahs_componentsAHSComponentsA collection of the AHS components generated for the given circuit.
shotsintNumber of shots to run the circuit for.

Returns

QuEraTaskSpecificationtask_specification: QuEra IR for the given circuit.

source