bloqade.analog.compiler.passes.hardware.define.generate_quera_ir
← Module overview
function
source
functiongenerate_quera_ir¶source
bloqade.analog.compiler.passes.hardware.define.generate_quera_ir
Signature
def generate_quera_ir(ahs_components: AHSComponents, shots: int) -> QuEraTaskSpecification- generate quera ir
This pass takes the AHS components and generates the QuEra IR.
Parameters
| Name | Type | Description |
|---|---|---|
ahs_components | AHSComponents | A collection of the AHS components generated for the given circuit. |
shots | int | Number of shots to run the circuit for. |
Returns
QuEraTaskSpecificationtask_specification: QuEra IR for the given circuit.