bloqade.gemini.logical.stdlib.qubit_allocation.new_at
← Module overview
function
source
functionnew_at¶source
bloqade.gemini.logical.stdlib.qubit_allocation.new_at
def new_at(zone_id: int, word_id: int, site_id: int) -> QubitAllocate a qubit pinned to (zone_id, word_id, site_id).
All three arguments must be compile-time constants. Use of non-constant values raises a validation error before lowering.
Parameters
| Name | Type | Description |
|---|---|---|
zone_id | int | |
word_id | int | |
site_id | int |
Returns
Qubit