RotationLogarithmicModel#

qualtran.surface_code.RotationLogarithmicModel

A linear model in the log of the error budget with no preparation cost.

Inherits From: RotationCostModel

\[ \#T = -\textrm{slope} \log_2{\textrm{budget}} + \textrm{overhead} \]
slope

The coefficient of \(log_2{budget}\).

overhead

The overhead.

gateset

A human-readable description of the gate set (e.g. ‘Clifford+T’).

Methods#

rotation_cost

View source

Cost of a single rotation.

preparation_overhead

View source

Cost of preparation circuit.

__ne__

Check equality and either forward a NotImplemented or return the result negated.

__eq__

Method generated by attrs for class RotationLogarithmicModel.