bloqade.analog.compiler.passes.hardware.define.generate_braket_ir
← Module overview
function
source
functiongenerate_braket_ir¶source
bloqade.analog.compiler.passes.hardware.define.generate_braket_ir
Signature
def generate_braket_ir(ahs_components: AHSComponents, shots: int) -> BraketTaskSpecification- generate braket ir
This pass takes the AHS components and generates the Braket 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
BraketTaskSpecificationtask_specification: Braket IR for the given circuit.