LogicalErrorModel#

qualtran.surface_code.LogicalErrorModel

A model for getting the logical error rate at a given code distance.

This curries a physical error rate with the QEC scheme, so various physical cost models can calculate the logical error rate given a particular code distance.

physical_error

 

Methods#

__call__

View source

Call self as a function.

__ne__

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

__eq__

Method generated by attrs for class LogicalErrorModel.