LogicalCounts Class
Microsoft Resource Estimator Logical Counts.
The class represents logical counts that can be used as input to physical estimation of resources in the Microsoft Resource Estimator.
Constructor
LogicalCounts(data: Dict)
Parameters
| Name | Description |
|---|---|
|
data
Required
|
|
Methods
| estimate |
Estimates resources for the current logical counts, using the Parallel Synthesis Sequential Pauli Computation (PSSPC) layout method. |
estimate
Estimates resources for the current logical counts, using the Parallel Synthesis Sequential Pauli Computation (PSSPC) layout method.
estimate(params: dict | List | EstimatorParams = None) -> EstimatorResult
Parameters
| Name | Description |
|---|---|
|
logical_counts
Required
|
The logical counts. |
|
params
|
The parameters to configure physical estimation. Default value: None
|
Returns
| Type | Description |
|---|---|
|
The estimated resources. |
Attributes
json
Returns a JSON representation of the logical counts.