Enumerations
The following enumerations are available globally.
-
Errors throwed by
See moreGeneticFactory.evolveCircuit(configuration:useCases:gates:)
Declaration
Swift
public enum EvolveCircuitError : Error
-
Errors throwed by
See moreTwoLevelDecompositionSolver.decomposeGates(:restrictedToCircuitQubitCount:)
Declaration
Swift
public enum DecomposeGatesError : Error, Hashable
-
Errors throwed by
See moreCircuit.statevector(withInitialState:)
Declaration
Swift
public enum StatevectorError : Error, Hashable
-
Errors throwed by
See moreCircuit.unitary(withQubitCount:)
Declaration
Swift
public enum UnitaryError : Error, Hashable
-
Errors throwed by
See moreCircuitDensityMatrixFactory.makeDensityMatrix(matrix:)
Declaration
Swift
public enum MakeDensityMatrixError : Error
-
Errors throwed by
See moreCircuit.densityMatrix(withInitialState:)
Declaration
Swift
public enum DensityMatrixError : Error, Hashable
-
Errors throwed by
See moreCircuitProbabilities.groupedProbabilities(byQubits:summarizedByQubits:roundingSummaryToDecimalPlaces:)
.Declaration
Swift
public enum GroupedProbabilitiesError : Error, Hashable
-
Errors throwed by
See moreCircuitProbabilities.summarizedProbabilities(byQubits:)
.Declaration
Swift
public enum SummarizedProbabilitiesError : Error, Hashable
-
Errors throwed by
See moreCircuitStatevectorFactory.makeStatevector(vector:)
Declaration
Swift
public enum MakeStatevectorError : Error
-
Errors throwed by
See moreCircuitStatevectorFactory.makeStatevector(bits:)
.Declaration
Swift
public enum MakeStatevectorBitsError : Error
-
Errors throwed by
See moreDrawable.drawCircuit(_:qubitCount:)
Declaration
Swift
public enum DrawCircuitError : Error, Hashable
-
Simplified representation of a quantum gate. Use to easily identify the type of a quantum gate and its components
See moreDeclaration
Swift
public indirect enum SimplifiedGate
extension SimplifiedGate: Hashable
-
Errors throwed while acting on a
See moreNoise
operator in aNoiseCircuit
Declaration
Swift
public enum NoiseError : Error, Hashable
-
Simplified representation of a quantum noise operator. Use to easily identify the type of a quantum noise and its components
See moreDeclaration
Swift
public enum SimplifiedNoise
extension SimplifiedNoise: Hashable
-
Errors throwed while acting on a
See moreQuantumOperator
in aCircuit
orNoiseCircuit
Declaration
Swift
public enum QuantumOperatorError : Error, Hashable
-
Simplified representation of a quantum operator. Use to easily identify the type of a quantum operator and its components
See moreDeclaration
Swift
public enum SimplifiedQuantumOperator
extension SimplifiedQuantumOperator: Hashable