RotationCostModel#
qualtran.surface_code.RotationCostModel
View source on GitHub
|
Analytical estimate of the complexity of approximating a rotation given an error budget.
Methods#
rotation_cost
@abc.abstractmethodrotation_cost( error_budget: float ) ->qualtran.resource_counting.GateCounts
Cost of a single rotation.
preparation_overhead
@abc.abstractmethodpreparation_overhead( error_budget ) ->qualtran.resource_counting.GateCounts
Cost of preparation circuit.
View source on GitHub