AlgorithmSummary#

qualtran.surface_code.AlgorithmSummary

Logical costs of a quantum algorithm that impact modeling of its physical cost.

n_rotation_layers: In Qualtran, we don’t actually push all the cliffords out and count the number of rotation layers, so this is just the number of rotations \(M_R\) by default. If you are trying to reproduce numbers exactly, you can provide an explicit number of rotation layers.

n_algo_qubits

 

n_logical_gates

 

n_rotation_layers

 

Methods#

from_bloq

View source

__ne__

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

__eq__

Method generated by attrs for class AlgorithmSummary.