PhysicalParameters#

qualtran.surface_code.PhysicalParameters

The physical properties of a quantum computer.

physical_error

The error rate of the underlying physical qubits.

cycle_time_us

The number of microseconds it takes to do one cycle of error correction.

Methods#

make_beverland_et_al

View source

The physical parameters considered in the Beverland et al. reference.

Args

qubit_modality

One of “superconducting”, “ion”, or “majorana”. This sets the cycle time, with ions being considerably slower.

optimistic_err_rate

In the reference, the authors consider two error rates, which they term “realistic” and “optimistic”. Set this to True to use optimistic error rates.

References

make_gidney_fowler

View source

The physical parameters considered in the Gidney and Fowler reference.

References

__ne__

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

__eq__

Method generated by attrs for class PhysicalParameters.