QECC Methods

Liquid Quantum Simulator

QECC Methods

The QECC type exposes the following members.

Methods
  Name Description
Public method Compile
Compiles the target circuit into an error-correcting version.
Public method Decode
Decodes a set of measured physical qubits to get the measured value for a logical qubit.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetMeasured
Gets the measured values of the physical qubits that make up a logical qubit and returns them combined into a single integer, one bit per qubit.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Inject
Injects dephasing errors with the given probability into the error-correcting circuit.
Public method Log2Phys
Gets the physical qubits that make up a logical qubit.
Public method Prep
A gate function that prepares a logical |0> qubit. This gets compiled into the error-correcting circuit by the Compile method.
Public method Replace
Gets a replacement physical gate for an input logical gate. The replacement may wrap a full Circuit.
Public method Syndrome
A gate function that measures the physical qubits for a single logical qubit and applies any necessary corrections. This gets compiled into the error-correcting circuit by the Compile method.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also