pith. machine review for the scientific record. sign in
def

quantumComputingDepthCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Physics.QuantumComputingDepthFromRS
domain
Physics
line
40 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Physics.QuantumComputingDepthFromRS on GitHub at line 40.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  37  pauli_8 : pauliGroupSize = 2 ^ 3
  38  universal_D : universalGates = 3
  39
  40def quantumComputingDepthCert : QuantumComputingDepthCert where
  41  five_gates := quantumGateTypeCount
  42  pauli_8 := pauliGroupSize_2cubed
  43  universal_D := universalGates_eq_D
  44
  45end IndisputableMonolith.Physics.QuantumComputingDepthFromRS