bloqade.analog.submission.ir.parallel.ParallelDecoder
← Module overview
class
method
method
sourcemethod
source
classParallelDecoder¶source
bloqade.analog.submission.ir.parallel.ParallelDecoder
Bases: BaseModel
Signature
class ParallelDecoder(mapping: List[ClusterLocationInfo], locations_per_cluster: Optional[int] = None, number_of_cluster: Optional[int] = None)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
mapping | List[ClusterLocationInfo] | required | |
locations_per_cluster | Optional[int] | None | |
number_of_cluster | Optional[int] | None |
Attributes
| Name | Type | Description |
|---|---|---|
mapping | List[ClusterLocationInfo] | |
locations_per_cluster | int | |
number_of_cluster | int |
methodsites_belong_to_unqiue_cluster¶source
bloqade.analog.submission.ir.parallel.ParallelDecoder.sites_belong_to_unqiue_cluster
methodget_location_indices¶source
bloqade.analog.submission.ir.parallel.ParallelDecoder.get_location_indices
def get_location_indices()methodget_cluster_indices¶source
bloqade.analog.submission.ir.parallel.ParallelDecoder.get_cluster_indices
def get_cluster_indices()