AlgorithmSummary#
qualtran.surface_code.AlgorithmSummary
View source on GitHub
|
Logical costs of a quantum algorithm that impact modeling of its physical cost.
qualtran.surface_code.AlgorithmSummary(
*,
n_algo_qubits,
n_logical_gates,
n_rotation_layers=attr_dict['n_rotation_layers'].default
)
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.
Attributes
Methods#
from_bloq
@staticmethodfrom_bloq( bloq: 'Bloq' ) -> 'AlgorithmSummary'
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.
__eq__
__eq__(
other
)
Method generated by attrs for class AlgorithmSummary.
View source on GitHub