qml.ftqc¶
Warning
This module is currently experimental and will not maintain API stability between releases.
This module contains experimental features for supporting fault-tolerant workloads in PennyLane
Modules¶
Functions¶
|
Perform a mid-circuit measurement where the basis of the measurement is conditional on the supplied expression. |
|
Perform a mid-circuit measurement in the basis defined by the plane and angle on the supplied qubit. |
|
Perform a mid-circuit measurement in the X basis. |
|
Perform a mid-circuit measurement in the Y basis. |
|
Perform a mid-circuit measurement in the Z basis. |
|
Diagonalize any mid-circuit measurements in a parameterized basis into the computational basis. |
|
Generates a |
Classes¶
|
Encode a graph state with a single graph operation applied on each qubit, and an entangling operation applied on nearest-neighbor qubits defined by the graph connectivity. |
|
Represents a qubit lattice structure. |
|
A class to represent a hierarchical qubit memory model as nested graphs of qubits. |
|
The |
|
Parametric mid-circuit measurement. |
|
A subclass of ParametricMidMeasureMP that uses the X measurement basis (angle=0, plane="XY"). |
|
A subclass of ParametricMidMeasureMP that uses the Y measurement basis (angle=pi/2, plane="XY"). |