From 56933d2fe5bad0836238a8e059be6a07b0ffe277 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Wed, 30 Oct 2024 22:34:29 +0000 Subject: [PATCH] build based on 47b8d46 --- dev/.documenter-siteinfo.json | 2 +- dev/API/index.html | 140 ++++++++++---------- dev/ECC_API/index.html | 14 +- dev/ECC_evaluating/2d9f98f9.png | Bin 56467 -> 0 bytes dev/ECC_evaluating/b2124cb3.png | Bin 42137 -> 0 bytes dev/ECC_evaluating/d97d4328.png | Bin 0 -> 55274 bytes dev/ECC_evaluating/e776bfc4.png | Bin 0 -> 42972 bytes dev/ECC_evaluating/index.html | 4 +- dev/allops/index.html | 2 +- dev/canonicalization/3e94d948.png | Bin 0 -> 9842 bytes dev/canonicalization/42abb260.png | Bin 0 -> 9721 bytes dev/canonicalization/bb6fc047.png | Bin 9883 -> 0 bytes dev/canonicalization/c17846e2.png | Bin 9917 -> 0 bytes dev/canonicalization/d6f49fe2.png | Bin 9703 -> 0 bytes dev/canonicalization/df3cefd7.png | Bin 0 -> 9341 bytes dev/canonicalization/e07647ce.png | Bin 9501 -> 0 bytes dev/canonicalization/e2c53297.png | Bin 0 -> 9860 bytes dev/canonicalization/index.html | 8 +- dev/commonstates/index.html | 2 +- dev/datastructures/index.html | 2 +- dev/ecc_example_sim/index.html | 4 +- dev/graphs/index.html | 2 +- dev/index.html | 2 +- dev/mixed/index.html | 2 +- dev/noise/index.html | 2 +- dev/noisycircuits/index.html | 2 +- dev/noisycircuits_API/index.html | 2 +- dev/noisycircuits_mc/index.html | 4 +- dev/noisycircuits_ops/index.html | 2 +- dev/noisycircuits_perturb/index.html | 4 +- dev/objects.inv | Bin 6368 -> 6368 bytes dev/plotting/{a3632643.svg => 50806753.svg} | 12 +- dev/plotting/{b5270e81.svg => 5ad54745.svg} | 12 +- dev/plotting/{48e10e4b.svg => 633023e6.svg} | 12 +- dev/plotting/{a985c95f.svg => 7eb06cf1.svg} | 12 +- dev/plotting/{c1823233.svg => dba17cea.svg} | 12 +- dev/plotting/index.html | 12 +- dev/references/index.html | 2 +- dev/stab-algebra-manual/index.html | 2 +- dev/tutandpub/index.html | 2 +- 40 files changed, 139 insertions(+), 139 deletions(-) delete mode 100644 dev/ECC_evaluating/2d9f98f9.png delete mode 100644 dev/ECC_evaluating/b2124cb3.png create mode 100644 dev/ECC_evaluating/d97d4328.png create mode 100644 dev/ECC_evaluating/e776bfc4.png create mode 100644 dev/canonicalization/3e94d948.png create mode 100644 dev/canonicalization/42abb260.png delete mode 100644 dev/canonicalization/bb6fc047.png delete mode 100644 dev/canonicalization/c17846e2.png delete mode 100644 dev/canonicalization/d6f49fe2.png create mode 100644 dev/canonicalization/df3cefd7.png delete mode 100644 dev/canonicalization/e07647ce.png create mode 100644 dev/canonicalization/e2c53297.png rename dev/plotting/{a3632643.svg => 50806753.svg} (98%) rename dev/plotting/{b5270e81.svg => 5ad54745.svg} (99%) rename dev/plotting/{48e10e4b.svg => 633023e6.svg} (98%) rename dev/plotting/{a985c95f.svg => 7eb06cf1.svg} (99%) rename dev/plotting/{c1823233.svg => dba17cea.svg} (98%) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 66bc110d4..f13196727 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-25T03:42:22","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-30T22:34:21","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/API/index.html b/dev/API/index.html index d28922745..7b1f8c3d2 100644 --- a/dev/API/index.html +++ b/dev/API/index.html @@ -4,7 +4,7 @@ padding-top: 0 !important; padding-bottom: 0 !important; } -

States

Stabilizer states can be represented with the Stabilizer, Destabilizer, MixedStabilizer, and MixedDestabilizer tableau data structures. You probably want to use MixedDestabilizer which supports the widest set of operations.

Moreover, a MixedDestabilizer can be stored inside a Register together with a set of classical bits in which measurement results can be written.

Lastly, for Pauli frame simulations there is the PauliFrame type, a tableau in which each row represents a different Pauli frame.

There are convenience constructors for common types of states and operators.

Operations

Acting on quantum states can be performed either:

See the full list of operations for a list of implemented operations.

Autogenerated API list

QuantumClifford.QuantumCliffordModule

A module for using the Stabilizer formalism and simulating Clifford circuits.

source
QuantumClifford.continue_statConstant

Returned by applywstatus! if the circuit simulation should continue.

source
QuantumClifford.failure_statConstant

Returned by applywstatus! if the circuit reports a failure.

See also: VerifyOp, BellMeasurement.

source
QuantumClifford.false_success_statConstant

Returned by applywstatus! if the circuit reports a success, but it is a false positive (i.e., there was an undetected error).

See also: VerifyOp, BellMeasurement.

source
QuantumClifford.true_success_statConstant

Returned by applywstatus! if the circuit reports a success and there is no undetected error.

See also: VerifyOp, BellMeasurement.

source
QuantumClifford.AbstractSingleQubitOperatorType

Supertype of all single-qubit symbolic operators.

source
QuantumClifford.AbstractSymbolicOperatorType

Supertype of all symbolic operators. Subtype of AbstractCliffordOperator

source
QuantumClifford.AbstractTwoQubitOperatorType

Supertype of all two-qubit symbolic operators.

source
QuantumClifford.BellMeasurementType

A Bell measurement performing the correlation measurement corresponding to the given pauli projections on the qubits at the selected indices.

source
QuantumClifford.CircuitStatusType

A convenience struct to represent the status of a circuit simulated by mctrajectories

source
QuantumClifford.ClassicalXORType

Applies an XOR gate to classical bits. Currently only implemented for functionality with pauli frames.

source
QuantumClifford.CliffordOperatorType

Clifford Operator specified by the mapping of the basis generators.

julia> tCNOT
+

States

Stabilizer states can be represented with the Stabilizer, Destabilizer, MixedStabilizer, and MixedDestabilizer tableau data structures. You probably want to use MixedDestabilizer which supports the widest set of operations.

Moreover, a MixedDestabilizer can be stored inside a Register together with a set of classical bits in which measurement results can be written.

Lastly, for Pauli frame simulations there is the PauliFrame type, a tableau in which each row represents a different Pauli frame.

There are convenience constructors for common types of states and operators.

Operations

Acting on quantum states can be performed either:

  • In a "linear algebra" language where unitaries, measurements, and other operations have separate interfaces. This is an explicitly deterministic lower-level interface, which provides a great deal of control over how tableaux are manipulated. See the Stabilizer Tableau Algebra Manual as a primer on these approaches.
  • Or in a "circuit" language, where the operators (and measurements and noise) are represented as circuit gates. This is a higher-level interface in which the outcome of an operation can be stochastic. The API for it is centered around the apply! function. Particularly useful for Monte Carlo simulations and Perturbative Expansion Symbolic Results.

See the full list of operations for a list of implemented operations.

Autogenerated API list

QuantumClifford.BellMeasurementType

A Bell measurement performing the correlation measurement corresponding to the given pauli projections on the qubits at the selected indices.

source
QuantumClifford.CliffordOperatorType

Clifford Operator specified by the mapping of the basis generators.

julia> tCNOT
 X₁ ⟼ + XX
 X₂ ⟼ + _X
 Z₁ ⟼ + Z_
@@ -33,12 +33,12 @@
 
 julia> CliffordOperator(d)
 X₁ ⟼ + Z
-Z₁ ⟼ + Y
source
QuantumClifford.DestabilizerType

A tableau representation of a pure stabilizer state. The tableau tracks the destabilizers as well, for efficient projections. On initialization there are no checks that the provided state is indeed pure. This enables the use of this data structure for mixed stabilizer state, but a better choice would be to use MixedDestabilizer.

source
QuantumClifford.MixedDestabilizerType

A tableau representation for mixed stabilizer states that keeps track of the destabilizers in order to provide efficient projection operations.

The rank r of the n-qubit tableau is tracked, either so that it can be used to represent a mixed stabilizer state, or so that it can be used to represent an n-r logical-qubit code over n physical qubits. The "logical" operators are tracked as well.

When the constructor is called on an incomplete Stabilizer it automatically calculates the destabilizers and logical operators, following chapter 4 of (Gottesman, 1997). Under the hood the conversion uses the canonicalize_gott! canonicalization. That canonicalization permutes the columns of the tableau, but we automatically undo the column permutation in the preparation of a MixedDestabilizer so that qubits are not reindexed. The boolean keyword arguments undoperm and reportperm can be used to control this behavior and to report the permutations explicitly.

See also: stabilizerview, destabilizerview, logicalxview, logicalzview

source
QuantumClifford.PauliFrameType
struct PauliFrame{T, S} <: QuantumClifford.AbstractQCState

This is a wrapper around a tableau. This "frame" tableau is not to be viewed as a normal stabilizer tableau, although it does conjugate the same under Clifford operations. Each row in the tableau refers to a single frame. The row represents the Pauli operation by which the frame and the reference differ.

source
QuantumClifford.DestabilizerType

A tableau representation of a pure stabilizer state. The tableau tracks the destabilizers as well, for efficient projections. On initialization there are no checks that the provided state is indeed pure. This enables the use of this data structure for mixed stabilizer state, but a better choice would be to use MixedDestabilizer.

source
QuantumClifford.MixedDestabilizerType

A tableau representation for mixed stabilizer states that keeps track of the destabilizers in order to provide efficient projection operations.

The rank r of the n-qubit tableau is tracked, either so that it can be used to represent a mixed stabilizer state, or so that it can be used to represent an n-r logical-qubit code over n physical qubits. The "logical" operators are tracked as well.

When the constructor is called on an incomplete Stabilizer it automatically calculates the destabilizers and logical operators, following chapter 4 of (Gottesman, 1997). Under the hood the conversion uses the canonicalize_gott! canonicalization. That canonicalization permutes the columns of the tableau, but we automatically undo the column permutation in the preparation of a MixedDestabilizer so that qubits are not reindexed. The boolean keyword arguments undoperm and reportperm can be used to control this behavior and to report the permutations explicitly.

See also: stabilizerview, destabilizerview, logicalxview, logicalzview

source
QuantumClifford.PauliFrameType
struct PauliFrame{T, S} <: QuantumClifford.AbstractQCState

This is a wrapper around a tableau. This "frame" tableau is not to be viewed as a normal stabilizer tableau, although it does conjugate the same under Clifford operations. Each row in the tableau refers to a single frame. The row represents the Pauli operation by which the frame and the reference differ.

source
QuantumClifford.PauliFrameMethod
PauliFrame(
     frames,
     qubits,
     measurements
 ) -> PauliFrame{Stabilizer{QuantumClifford.Tableau{Vector{UInt8}, LinearAlgebra.Adjoint{UInt64, Matrix{UInt64}}}}}
-

Prepare an empty set of Pauli frames with the given number of frames and qubits. Preallocates spaces for measurement number of measurements.

source
QuantumClifford.PauliOperatorType

A multi-qubit Pauli operator ($±\{1,i\}\{I,Z,X,Y\}^{\otimes n}$).

A Pauli can be constructed with the P custom string macro or by building up one through products and tensor products of smaller operators.

julia> pauli3 = P"-iXYZ"
+

Prepare an empty set of Pauli frames with the given number of frames and qubits. Preallocates spaces for measurement number of measurements.

source
QuantumClifford.PauliOperatorType

A multi-qubit Pauli operator ($±\{1,i\}\{I,Z,X,Y\}^{\otimes n}$).

A Pauli can be constructed with the P custom string macro or by building up one through products and tensor products of smaller operators.

julia> pauli3 = P"-iXYZ"
 -iXYZ
 
 julia> pauli4 = 1im * pauli3 ⊗ X
@@ -55,7 +55,7 @@
 (true, false)
 
 julia> p[1] = (true, true); p
-+ YYZ
source
QuantumClifford.RegisterType

A register, representing the state of a computer including both a tableaux and an array of classical bits (e.g. for storing measurement results)

source
QuantumClifford.ResetType

Reset the specified qubits to the given state.

Be careful, this operation implies first tracing out the qubits, which can lead to mixed states if these qubits were entangled with the rest of the system.

See also: sMRZ

source
QuantumClifford.SingleQubitOperatorType

A "symbolic" general single-qubit operator which permits faster multiplication than an operator expressed as an explicit tableau.

julia> op = SingleQubitOperator(2, true, true, true, false, true, true) # Tableau components and phases
++ YYZ
source
QuantumClifford.RegisterType

A register, representing the state of a computer including both a tableaux and an array of classical bits (e.g. for storing measurement results)

source
QuantumClifford.ResetType

Reset the specified qubits to the given state.

Be careful, this operation implies first tracing out the qubits, which can lead to mixed states if these qubits were entangled with the rest of the system.

See also: sMRZ

source
QuantumClifford.SingleQubitOperatorType

A "symbolic" general single-qubit operator which permits faster multiplication than an operator expressed as an explicit tableau.

julia> op = SingleQubitOperator(2, true, true, true, false, true, true) # Tableau components and phases
 SingleQubitOperator on qubit 2
 X₁ ⟼ - Y
 Z₁ ⟼ - X
@@ -76,7 +76,7 @@
 
 julia> CliffordOperator(op, 1, compact=true) # You can also extract just the non-trivial part of the tableau
 X₁ ⟼ - Y
-Z₁ ⟼ - X

See also: sHadamard, sPhase, sId1, sX, sY, sZ, CliffordOperator

Or simply consult subtypes(QuantumClifford.AbstractSingleQubitOperator) and subtypes(QuantumClifford.AbstractTwoQubitOperator) for a full list. You can think of the s prefix as "symbolic" or "sparse".

source
QuantumClifford.SparseGateType

A Clifford gate, applying the given cliff operator to the qubits at the selected indices.

apply!(state, cliff, indices) and apply!(state, SparseGate(cliff, indices)) give the same result.

source
QuantumClifford.StabMixtureType
mutable struct StabMixture{T, F}

Represents mixture ∑ ϕᵢⱼ Pᵢ ρ Pⱼ† where ρ is a pure stabilizer state.

julia> StabMixture(S"-X")
+Z₁ ⟼ - X

See also: sHadamard, sPhase, sId1, sX, sY, sZ, CliffordOperator

Or simply consult subtypes(QuantumClifford.AbstractSingleQubitOperator) and subtypes(QuantumClifford.AbstractTwoQubitOperator) for a full list. You can think of the s prefix as "symbolic" or "sparse".

source
QuantumClifford.SparseGateType

A Clifford gate, applying the given cliff operator to the qubits at the selected indices.

apply!(state, cliff, indices) and apply!(state, SparseGate(cliff, indices)) give the same result.

source
QuantumClifford.StabMixtureType
mutable struct StabMixture{T, F}

Represents mixture ∑ ϕᵢⱼ Pᵢ ρ Pⱼ† where ρ is a pure stabilizer state.

julia> StabMixture(S"-X")
 A mixture ∑ ϕᵢⱼ Pᵢ ρ Pⱼ† where ρ is
 𝒟ℯ𝓈𝓉𝒶𝒷
 + Z
@@ -101,7 +101,7 @@
  0.0+0.353553im | + _ | + Z
  0.0-0.353553im | + Z | + _
  0.853553+0.0im | + _ | + _
- 0.146447+0.0im | + Z | + Z

See also: PauliChannel

source
QuantumClifford.StabilizerType

Stabilizer, i.e. a list of commuting multi-qubit Hermitian Pauli operators.

Instances can be created with the S custom string macro or as direct sum of other stabilizers.

Stabilizers and Destabilizers

In many cases you probably would prefer to use the MixedDestabilizer data structure, as it caries a lot of useful additional information, like tracking rank and destabilizer operators. Stabilizer has mostly a pedagogical value, and it is also used for slightly faster simulation of a particular subset of Clifford operations.

julia> s = S"XXX
+ 0.146447+0.0im | + Z | + Z

See also: PauliChannel

source
QuantumClifford.StabilizerType

Stabilizer, i.e. a list of commuting multi-qubit Hermitian Pauli operators.

Instances can be created with the S custom string macro or as direct sum of other stabilizers.

Stabilizers and Destabilizers

In many cases you probably would prefer to use the MixedDestabilizer data structure, as it caries a lot of useful additional information, like tracking rank and destabilizer operators. Stabilizer has mostly a pedagogical value, and it is also used for slightly faster simulation of a particular subset of Clifford operations.

julia> s = S"XXX
              ZZI
              IZZ"
 + XXX
@@ -134,7 +134,7 @@
 
 julia> s[1,1] = (true, false); s
 + X_
-+ __

There are no automatic checks for correctness (i.e. independence of all rows, commutativity of all rows, hermiticity of all rows). The rank (number of rows) is permitted to be less than the number of qubits (number of columns): canonilization, projection, etc. continue working in that case. To great extent this library uses the Stabilizer data structure simply as a tableau. This might be properly abstracted away in future versions.

See also: PauliOperator, canonicalize!

source
QuantumClifford.UnitaryPauliChannelType

A Pauli channel datastructure, mainly for use with StabMixture.

More convenient to use than PauliChannel when you know your Pauli channel is unitary.

julia> Tgate = UnitaryPauliChannel(
++ __

There are no automatic checks for correctness (i.e. independence of all rows, commutativity of all rows, hermiticity of all rows). The rank (number of rows) is permitted to be less than the number of qubits (number of columns): canonilization, projection, etc. continue working in that case. To great extent this library uses the Stabilizer data structure simply as a tableau. This might be properly abstracted away in future versions.

See also: PauliOperator, canonicalize!

source
QuantumClifford.UnitaryPauliChannelType

A Pauli channel datastructure, mainly for use with StabMixture.

More convenient to use than PauliChannel when you know your Pauli channel is unitary.

julia> Tgate = UnitaryPauliChannel(
            (I, Z),
            ((1+exp(im*π/4))/2, (1-exp(im*π/4))/2)
        )
@@ -149,7 +149,7 @@
  0.853553+0.0im | + _ | + _
  0.0+0.353553im | + _ | + Z
  0.0-0.353553im | + Z | + _
- 0.146447+0.0im | + Z | + Z
source
QuantumClifford.VerifyOpType

A "probe" to verify that the state of the qubits corresponds to a desired good_state, e.g. at the end of the execution of a circuit.

source
QuantumClifford.sMRZType

Measure a qubit in the Z basis and reset to the |0⟩ state.

It does not trace out the qubit!

As described below there is a difference between measuring the qubit (followed by setting it to a given known state) and "tracing out" the qubit. By reset here we mean "measuring and setting to a known state", not "tracing out".

julia> s = MixedDestabilizer(S"XXX ZZI IZZ") # |000⟩+|111⟩
+ 0.146447+0.0im | + Z | + Z
source
QuantumClifford.VerifyOpType

A "probe" to verify that the state of the qubits corresponds to a desired good_state, e.g. at the end of the execution of a circuit.

source
QuantumClifford.sMRZType

Measure a qubit in the Z basis and reset to the |0⟩ state.

It does not trace out the qubit!

As described below there is a difference between measuring the qubit (followed by setting it to a given known state) and "tracing out" the qubit. By reset here we mean "measuring and setting to a known state", not "tracing out".

julia> s = MixedDestabilizer(S"XXX ZZI IZZ") # |000⟩+|111⟩
 𝒟ℯ𝓈𝓉𝒶𝒷
 + Z__
 + _X_
@@ -199,7 +199,7 @@
 𝒮𝓉𝒶𝒷━
 + Z__
 - ZZ_
-- Z_Z

See also: Reset, sMZ

source
QuantumClifford.PauliErrorFunction

A convenient constructor for various types of Pauli errors, that can be used as circuit gates in simulations. Returns more specific types when necessary.

source
QuantumClifford.PauliErrorMethod

"Construct a gate operation that applies a biased Pauli error on all qubits independently, each with probabilities px, py, pz. Note that the probability of any error occurring is px+py+pz. Because of this, PauliError(1, p) is equivalent to PauliError(1,p/3,p/3,p/3). Similarly, if one wanted to exclude Z errors from PauliError(1,p/3,p/3,p/3) while mainting the same rate of X errors, one could write PauliError(1, p*2/3, 0, 0) (in the sense that Y errors can be interpreted as an X and a Z happening at the same time).

source
QuantumClifford.PauliErrorMethod

"Construct a gate operation that applies a biased Pauli error on qubit q with independent probabilities px, py, pz. Note that the probability of any error occurring is px+py+pz. Because of this, PauliError(1, p) is equivalent to PauliError(1,p/3,p/3,p/3). Similarly, if one wanted to exclude Z errors from PauliError(1,p/3,p/3,p/3) while mainting the same rate of X errors, one could write PauliError(1, p*2/3, 0, 0) (in the sense that Y errors can be interpreted as an X and a Z happening at the same time).

source
QuantumClifford.applybranchesFunction

Compute all possible new states after the application of the given operator. Reports the probability of each one of them. Deterministic (as it reports all branches of potentially random processes), part of the Perturbative Expansion interface.

source
QuantumClifford.applynoise!Function

A method modifying a given state by applying the corresponding noise model. It is non-deterministic, part of the Noise interface.

source
QuantumClifford.PauliErrorFunction

A convenient constructor for various types of Pauli errors, that can be used as circuit gates in simulations. Returns more specific types when necessary.

source
QuantumClifford.PauliErrorMethod

"Construct a gate operation that applies a biased Pauli error on all qubits independently, each with probabilities px, py, pz. Note that the probability of any error occurring is px+py+pz. Because of this, PauliError(1, p) is equivalent to PauliError(1,p/3,p/3,p/3). Similarly, if one wanted to exclude Z errors from PauliError(1,p/3,p/3,p/3) while mainting the same rate of X errors, one could write PauliError(1, p*2/3, 0, 0) (in the sense that Y errors can be interpreted as an X and a Z happening at the same time).

source
QuantumClifford.PauliErrorMethod

"Construct a gate operation that applies a biased Pauli error on qubit q with independent probabilities px, py, pz. Note that the probability of any error occurring is px+py+pz. Because of this, PauliError(1, p) is equivalent to PauliError(1,p/3,p/3,p/3). Similarly, if one wanted to exclude Z errors from PauliError(1,p/3,p/3,p/3) while mainting the same rate of X errors, one could write PauliError(1, p*2/3, 0, 0) (in the sense that Y errors can be interpreted as an X and a Z happening at the same time).

source
QuantumClifford.applybranchesFunction

Compute all possible new states after the application of the given operator. Reports the probability of each one of them. Deterministic (as it reports all branches of potentially random processes), part of the Perturbative Expansion interface.

source
QuantumClifford.applynoise!Function

A method modifying a given state by applying the corresponding noise model. It is non-deterministic, part of the Noise interface.

source
QuantumClifford.bellFunction

Prepare one or more Bell pairs (with optional phases).

julia> bell()
 + XX
 + ZZ
 
@@ -217,11 +217,11 @@
 - XX__
 + ZZ__
 - __XX
-- __ZZ
source
QuantumClifford.bigramMethod
bigram(
     state::QuantumClifford.AbstractStabilizer;
     clip
 ) -> Matrix{Int64}
-

Get the bigram of a tableau.

It is the list of endpoints of a tableau in the clipped gauge.

If clip=true (the default) the tableau is converted to the clipped gauge in-place before calculating the bigram. Otherwise, the clip gauge conversion is skipped (for cases where the input is already known to be in the correct gauge).

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in (Li et al., 2019) and (Gullans et al., 2021).

See also: canonicalize_clip!

source
QuantumClifford.canonicalize!Method
canonicalize!(
+

Get the bigram of a tableau.

It is the list of endpoints of a tableau in the clipped gauge.

If clip=true (the default) the tableau is converted to the clipped gauge in-place before calculating the bigram. Otherwise, the clip gauge conversion is skipped (for cases where the input is already known to be in the correct gauge).

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in (Li et al., 2019) and (Gullans et al., 2021).

See also: canonicalize_clip!

source
QuantumClifford.canonicalize_clip!Method
canonicalize_clip!(
     state::QuantumClifford.AbstractStabilizer;
     phases
 ) -> QuantumClifford.AbstractStabilizer
@@ -294,7 +294,7 @@
 + _XZX__
 - _ZYX_Z
 - __YZ_X
-- ____Z_

If phases=false is set, the canonicalization does not track the phases in the tableau, leading to a significant speedup.

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in Appendix A of (Li et al., 2019)

See also: canonicalize!, canonicalize_rref!, canonicalize_gott!.

source
QuantumClifford.canonicalize_gott!Method

Inplace Gottesman canonicalization of a tableau.

This uses different canonical form from canonicalize!. It is used in the computation of the logical X and Z operators of a MixedDestabilizer.

It returns the (in place) modified state, the indices of the last pivot of both Gaussian elimination steps, and the permutations that have been used to put the X and Z tableaux in standard form.

Based on (Gottesman, 1997).

See also: canonicalize!, canonicalize_rref!

source
QuantumClifford.canonicalize_noncommMethod

For a not-necessarily commutative set of Paulis, return a generating set of the form ⟨A₁, A₂, ... Aₖ, Aₖ₊₁, ... Aₘ, B₁, B₂, ... Bₖ⟩ where pairs Aₖ, Bₖ anticommute and all other pairings commute. Based on (Terhal, 2015)

Returns the generating set as a data structure of type SubsystemCodeTableau. The logicalxview function returns the ⟨A₁, A₂,... Aₖ⟩, and the logicalzview function returns ⟨B₁, B₂, ... Bₖ⟩. stabilizerview returns ⟨Aₖ₊₁, ... Aₘ⟩ as a Stabilizer, and destabilizerview returns the Destabilizer of that Stabilizer.

Phases are zeroed-out in this canonicalization.

julia> canonicalize_noncomm(T"XX XZ XY")
+- ____Z_

If phases=false is set, the canonicalization does not track the phases in the tableau, leading to a significant speedup.

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in Appendix A of (Li et al., 2019)

See also: canonicalize!, canonicalize_rref!, canonicalize_gott!.

source
QuantumClifford.canonicalize_gott!Method

Inplace Gottesman canonicalization of a tableau.

This uses different canonical form from canonicalize!. It is used in the computation of the logical X and Z operators of a MixedDestabilizer.

It returns the (in place) modified state, the indices of the last pivot of both Gaussian elimination steps, and the permutations that have been used to put the X and Z tableaux in standard form.

Based on (Gottesman, 1997).

See also: canonicalize!, canonicalize_rref!

source
QuantumClifford.canonicalize_noncommMethod

For a not-necessarily commutative set of Paulis, return a generating set of the form ⟨A₁, A₂, ... Aₖ, Aₖ₊₁, ... Aₘ, B₁, B₂, ... Bₖ⟩ where pairs Aₖ, Bₖ anticommute and all other pairings commute. Based on (Terhal, 2015)

Returns the generating set as a data structure of type SubsystemCodeTableau. The logicalxview function returns the ⟨A₁, A₂,... Aₖ⟩, and the logicalzview function returns ⟨B₁, B₂, ... Bₖ⟩. stabilizerview returns ⟨Aₖ₊₁, ... Aₘ⟩ as a Stabilizer, and destabilizerview returns the Destabilizer of that Stabilizer.

Phases are zeroed-out in this canonicalization.

julia> canonicalize_noncomm(T"XX XZ XY")
 𝒟ℯ𝓈𝓉𝒶𝒷
 + Z_
 𝒳━━
@@ -302,38 +302,38 @@
 𝒮𝓉𝒶𝒷
 + X_
 𝒵━━
-+ XZ
source
QuantumClifford.canonicalize_rref!Method
canonicalize_rref!(
     state::QuantumClifford.AbstractStabilizer,
     colindices;
     phases
 ) -> Tuple{QuantumClifford.AbstractStabilizer, Any}
-

Canonicalize a stabilizer (in place) along only some columns.

This uses different canonical form from canonicalize!. It also indexes in reverse in order to make its use in traceout! more efficient. Its use in traceout! is its main application.

It returns the (in place) modified state and the index of the last pivot.

Based on (Audenaert and Plenio, 2005).

See also: canonicalize!, canonicalize_gott!

source
QuantumClifford.centralizerMethod

For a given set of Paulis (in the form of a Tableau), return the subset of Paulis that commute with all Paulis in set.

julia> centralizer(T"XX ZZ _Z")
-+ ZZ
source
QuantumClifford.clifford_cardinalityMethod

The size of the Clifford group 𝒞 over a given number of qubits, possibly modulo the phases.

For n qubits, not accounting for phases is 2ⁿⁿΠⱼ₌₁ⁿ(4ʲ-1). There are 4ⁿ different phase configurations.

julia> clifford_cardinality(7)
+
source
QuantumClifford.centralizerMethod

For a given set of Paulis (in the form of a Tableau), return the subset of Paulis that commute with all Paulis in set.

julia> centralizer(T"XX ZZ _Z")
++ ZZ
source
QuantumClifford.clifford_cardinalityMethod

The size of the Clifford group 𝒞 over a given number of qubits, possibly modulo the phases.

For n qubits, not accounting for phases is 2ⁿⁿΠⱼ₌₁ⁿ(4ʲ-1). There are 4ⁿ different phase configurations.

julia> clifford_cardinality(7)
 457620995529680351512370381586432000

When not accounting for phases (phases = false) the result is the same as the size of the Symplectic group Sp(2n) ≡ 𝒞ₙ/𝒫ₙ, where 𝒫ₙ is the Pauli group over n qubits.

julia> clifford_cardinality(7, phases=false)
-27930968965434591767112450048000

See also: enumerate_cliffords.

source
QuantumClifford.commFunction

Check whether two operators commute.

0x0 if they commute, 0x1 if they anticommute.

julia> P"XX"*P"ZZ", P"ZZ"*P"XX"
 (- YY, - YY)
 
 julia> comm(P"ZZ", P"XX")
 0x00
 
 julia> comm(P"IZ", P"XX")
-0x01

See also: comm!

source
QuantumClifford.commutifyMethod

For a not-necessarily commutative set of Paulis S, computed S', the non-commutative canonical form of of S. For each pair Aₖ, Bₖ of anticommutative Paulis in S', add a qubit to each Pauli in the set: X to Aₖ, Z to Bₖ, and I to each other operator to produce S'', a fully commutative set. Return S'' as well as a list of the indices of the added qubits.

The returned object is a Stabilizer that is also useful for the matroid_parent function.

julia> commutify(T"XX XZ XY")[1]
+0x01

See also: comm!

source
QuantumClifford.commutifyMethod

For a not-necessarily commutative set of Paulis S, computed S', the non-commutative canonical form of of S. For each pair Aₖ, Bₖ of anticommutative Paulis in S', add a qubit to each Pauli in the set: X to Aₖ, Z to Bₖ, and I to each other operator to produce S'', a fully commutative set. Return S'' as well as a list of the indices of the added qubits.

The returned object is a Stabilizer that is also useful for the matroid_parent function.

julia> commutify(T"XX XZ XY")[1]
 + XXX
 + X__
 + XZZ
 
 julia> commutify(T"XX XZ XY")[2]
-3:3
source
QuantumClifford.compactify_circuitMethod

Convert a list of gates to a more optimized "sum type" format which permits faster dispatch.

Generally, this should be called on a circuit before it is used in a simulation.

source
QuantumClifford.contractorMethod

Return the subset of Paulis in a Stabilizer that have identity operators on all qubits corresponding to the given subset, without the entries corresponding to subset. Based on (Goodenough et al., 2024)

julia> contractor(S"_X X_", [1])
-+ X
source
QuantumClifford.delete_columnsMethod

Return the given stabilizer without all the qubits in the given iterable.

The resulting tableaux is not guaranteed to be valid (to retain its commutation relationships).

julia> delete_columns(S"XYZ YZX ZXY", [1,3])
+3:3
source
QuantumClifford.compactify_circuitMethod

Convert a list of gates to a more optimized "sum type" format which permits faster dispatch.

Generally, this should be called on a circuit before it is used in a simulation.

source
QuantumClifford.contractorMethod

Return the subset of Paulis in a Stabilizer that have identity operators on all qubits corresponding to the given subset, without the entries corresponding to subset. Based on (Goodenough et al., 2024)

julia> contractor(S"_X X_", [1])
++ X
source
QuantumClifford.delete_columnsMethod

Return the given stabilizer without all the qubits in the given iterable.

The resulting tableaux is not guaranteed to be valid (to retain its commutation relationships).

julia> delete_columns(S"XYZ YZX ZXY", [1,3])
 + Y
 + Z
-+ X

See also: traceout!

source
QuantumClifford.enumerate_single_qubit_gatesMethod

Generate a symbolic single-qubit gate given its index. Optionally, set non-trivial phases.

julia> enumerate_single_qubit_gates(6)
 sPhase on qubit 1
 X₁ ⟼ + Y
 Z₁ ⟼ + Z
@@ -341,7 +341,7 @@
 julia> enumerate_single_qubit_gates(6, qubit=2, phases=(true, true))
 SingleQubitOperator on qubit 2
 X₁ ⟼ - Y
-Z₁ ⟼ - Z

See also: enumerate_cliffords.

source
QuantumClifford.fastcolumnFunction

Convert a tableau to a memory layout that is fast for column operations.

In this layout a column of the tableau is stored (mostly) contiguously in memory. Due to bitpacking, e.g., packing 64 bits into a single UInt64, the memory layout is not perfectly contiguous, but it is still optimal given that some bitwrangling is required to extract a given bit.

See also: fastrow

source
QuantumClifford.fastrowFunction

Convert a tableau to a memory layout that is fast for row operations.

In this layout a Pauli string (a row of the tableau) is stored contiguously in memory.

See also: fastrow

source
QuantumClifford.generate!Method

Generate a Pauli operator by using operators from a given the Stabilizer.

It assumes the stabilizer is already canonicalized. It modifies the Pauli operator in place, generating it in reverse, up to a phase. That phase is left in the modified operator, which should be the identity up to a phase. Returns the new operator and the list of indices denoting the elements of stabilizer that were used for the generation.

julia> ghz = S"XXXX
+Z₁ ⟼ - Z

See also: enumerate_cliffords.

source
QuantumClifford.fastcolumnFunction

Convert a tableau to a memory layout that is fast for column operations.

In this layout a column of the tableau is stored (mostly) contiguously in memory. Due to bitpacking, e.g., packing 64 bits into a single UInt64, the memory layout is not perfectly contiguous, but it is still optimal given that some bitwrangling is required to extract a given bit.

See also: fastrow

source
QuantumClifford.fastrowFunction

Convert a tableau to a memory layout that is fast for row operations.

In this layout a Pauli string (a row of the tableau) is stored contiguously in memory.

See also: fastrow

source
QuantumClifford.generate!Method

Generate a Pauli operator by using operators from a given the Stabilizer.

It assumes the stabilizer is already canonicalized. It modifies the Pauli operator in place, generating it in reverse, up to a phase. That phase is left in the modified operator, which should be the identity up to a phase. Returns the new operator and the list of indices denoting the elements of stabilizer that were used for the generation.

julia> ghz = S"XXXX
                ZZII
                IZZI
                IIZZ";
@@ -358,7 +358,7 @@
 true
 
 julia> generate!(P"XII",canonicalize!(S"XII")) === nothing
-false
source
QuantumClifford.ghzFunction

Prepare a GHZ state of n qubits.

julia> ghz()
 + XXX
 + ZZ_
 + _ZZ
@@ -371,7 +371,7 @@
 + XXXX
 + ZZ__
 + _ZZ_
-+ __ZZ
source
QuantumClifford.graphstateMethod

Convert any stabilizer state to a graph state

Graph states are a special type of entangled stabilizer states that can be represented by a graph. For a graph $G=(V,E)$ the corresponding stabilizers are $S_v = X_v \prod_{u ∈ N(v)} Z_u$. Notice that such tableau rows contain only a single X operator. There is a set of single qubit gates that converts any stabilizer state to a graph state.

This function returns the graph state corresponding to a stabilizer and the gates that might be necessary to convert the stabilizer into a state representable as a graph.

For a tableau stab you can convert it with:

graph, hadamard_idx, iphase_idx, flips_idx = graphstate()

where graph is the graph representation of stab, and the rest specifies the single-qubit gates converting stab to graph: hadamard_idx are the qubits that require a Hadamard gate (mapping X ↔ Z), iphase_idx are (different) qubits that require an inverse Phase gate (Y → X), and flips_idx are the qubits that require a phase flip (Pauli Z gate), after the previous two sets of gates.

julia> using Graphs
+true

See also: graph_gatesequence

source
QuantumClifford.graphstateMethod

Convert any stabilizer state to a graph state

Graph states are a special type of entangled stabilizer states that can be represented by a graph. For a graph $G=(V,E)$ the corresponding stabilizers are $S_v = X_v \prod_{u ∈ N(v)} Z_u$. Notice that such tableau rows contain only a single X operator. There is a set of single qubit gates that converts any stabilizer state to a graph state.

This function returns the graph state corresponding to a stabilizer and the gates that might be necessary to convert the stabilizer into a state representable as a graph.

For a tableau stab you can convert it with:

graph, hadamard_idx, iphase_idx, flips_idx = graphstate()

where graph is the graph representation of stab, and the rest specifies the single-qubit gates converting stab to graph: hadamard_idx are the qubits that require a Hadamard gate (mapping X ↔ Z), iphase_idx are (different) qubits that require an inverse Phase gate (Y → X), and flips_idx are the qubits that require a phase flip (Pauli Z gate), after the previous two sets of gates.

julia> using Graphs
 
 julia> s = S" XXX
               ZZ_
@@ -435,11 +435,11 @@
 1-element Vector{Int64}:
  3

The Graphs.jl library provides many graph-theory tools and the MakieGraphs.jl library provides plotting utilities for graphs.

You can directly call the graph constructor on a stabilizer, if you just want the graph and do not care about the Clifford operation necessary to convert an arbitrary state to a state representable as a graph:

julia> collect(edges( Graph(bell()) ))
 1-element Vector{Graphs.SimpleGraphs.SimpleEdge{Int64}}:
- Edge 1 => 2

For a version that does not copy the stabilizer, but rather performs transformations in-place, use graphstate!. It would perform canonicalize_gott! on its argument as it finds a way to convert it to a graph state.

source
QuantumClifford.groupifyMethod

Return the full stabilizer group represented by the input generating set (a Stabilizer).

The returned object is exponentially long.

julia> groupify(S"XZ ZX")
+ Edge 1 => 2

For a version that does not copy the stabilizer, but rather performs transformations in-place, use graphstate!. It would perform canonicalize_gott! on its argument as it finds a way to convert it to a graph state.

source
QuantumClifford.groupifyMethod

Return the full stabilizer group represented by the input generating set (a Stabilizer).

The returned object is exponentially long.

julia> groupify(S"XZ ZX")
 + __
 + XZ
 + ZX
-+ YY
source
QuantumClifford.logdotMethod

Logarithm of the inner product between to Stabilizer states.

If the result is nothing, the dot inner product is zero. Otherwise the inner product is 2^(-logdot/2).

The actual inner product can be computed with LinearAlgebra.dot.

Based on (Garcia et al., 2012).

source
QuantumClifford.matroid_parentMethod

For a given set S of Paulis that does not necessarily represent a state, return a set of Paulis S' that represents a state. S' is a superset of commutified S. Additionally returns two arrays representing deletions needed to produce S. Based on (Goodenough et al., 2024)

By deleting the qubits in the first output array from S', taking the normalizer of S', then deleting the qubits in the second returned array from the normalizer of S', S is reproduced.

julia> matroid_parent(T"XX")[1]
++ YY
source
QuantumClifford.logdotMethod

Logarithm of the inner product between to Stabilizer states.

If the result is nothing, the dot inner product is zero. Otherwise the inner product is 2^(-logdot/2).

The actual inner product can be computed with LinearAlgebra.dot.

Based on (Garcia et al., 2012).

source
QuantumClifford.matroid_parentMethod

For a given set S of Paulis that does not necessarily represent a state, return a set of Paulis S' that represents a state. S' is a superset of commutified S. Additionally returns two arrays representing deletions needed to produce S. Based on (Goodenough et al., 2024)

By deleting the qubits in the first output array from S', taking the normalizer of S', then deleting the qubits in the second returned array from the normalizer of S', S is reproduced.

julia> matroid_parent(T"XX")[1]
 + X_X
 + XX_
 + ZZZ
@@ -448,11 +448,11 @@
 3:3
 
 julia> matroid_parent(T"XX")[3]
-3:2
source
QuantumClifford.minimal_generating_setMethod

For a not-necessarily-minimal generating set, return the minimal generating set.

The input has to have only real phases.

julia> minimal_generating_set(S"__ XZ ZX YY")
+3:2
source
QuantumClifford.minimal_generating_setMethod

For a not-necessarily-minimal generating set, return the minimal generating set.

The input has to have only real phases.

julia> minimal_generating_set(S"__ XZ ZX YY")
 + XZ
-+ ZX
source
QuantumClifford.normalizerMethod

Return all Pauli operators with the same number of qubits as the given Tableau t that commute with all operators in t.

julia> normalizer(T"X")
++ ZX
source
QuantumClifford.normalizerMethod

Return all Pauli operators with the same number of qubits as the given Tableau t that commute with all operators in t.

julia> normalizer(T"X")
 + _
-+ X
source
QuantumClifford.pauligroupMethod

Return the full Pauli group of a given length. Phases are ignored by default, but can be included by setting phases=true.

julia> pauligroup(1)
++ X
source
QuantumClifford.pauligroupMethod

Return the full Pauli group of a given length. Phases are ignored by default, but can be included by setting phases=true.

julia> pauligroup(1)
 + _
 + X
 + Z
@@ -474,32 +474,32 @@
 -i_
 -iX
 -iZ
--iY
source
QuantumClifford.pfmeasurementsMethod
pfmeasurements(frame::PauliFrame) -> Any
-

Returns the measurement results for each frame in the PauliFrame instance.

Relative measurements

The return measurements are relative to the reference measurements, i.e. they only say whether the reference measurements have been flipped in the given frame.

source
QuantumClifford.pfmeasurementsMethod
pfmeasurements(register::Register, frame::PauliFrame) -> Any
-

Takes the references measurements from the given Register and applies the flips as prescribed by the PauliFrame relative measurements. The result is the actual (non-relative) measurement results for each frame.

source
QuantumClifford.pfmeasurementsMethod
pfmeasurements(frame::PauliFrame) -> Any
+

Returns the measurement results for each frame in the PauliFrame instance.

Relative measurements

The return measurements are relative to the reference measurements, i.e. they only say whether the reference measurements have been flipped in the given frame.

source
QuantumClifford.pfmeasurementsMethod
pfmeasurements(register::Register, frame::PauliFrame) -> Any
+

Takes the references measurements from the given Register and applies the flips as prescribed by the PauliFrame relative measurements. The result is the actual (non-relative) measurement results for each frame.

source
QuantumClifford.pftrajectoriesMethod
pftrajectories(
     circuit;
     trajectories,
     threads
 ) -> PauliFrame{Stabilizer{QuantumClifford.Tableau{Vector{UInt8}, LinearAlgebra.Adjoint{UInt64, Matrix{UInt64}}}}, Matrix{Bool}}
-

The main method for running Pauli frame simulations of circuits. See the other methods for lower level access.

Multithreading is enabled by default, but can be disabled by setting threads=false. Do not forget to launch Julia with multiple threads enabled, e.g. julia -t4, if you want to use multithreading.

See also: mctrajectories, petrajectories

source
QuantumClifford.pftrajectoriesMethod
pftrajectories(
+

The main method for running Pauli frame simulations of circuits. See the other methods for lower level access.

Multithreading is enabled by default, but can be disabled by setting threads=false. Do not forget to launch Julia with multiple threads enabled, e.g. julia -t4, if you want to use multithreading.

See also: mctrajectories, petrajectories

source
QuantumClifford.pftrajectoriesMethod
pftrajectories(
     register::Register,
     circuit;
     trajectories
 ) -> Tuple{Register, PauliFrame{Stabilizer{QuantumClifford.Tableau{Vector{UInt8}, LinearAlgebra.Adjoint{UInt64, Matrix{UInt64}}}}, Matrix{Bool}}}
-

For a given Register and circuit, simulates the reference circuit acting on the register and then also simulate numerous PauliFrame trajectories. Returns the register and the PauliFrame instance.

Use pfmeasurements to get the measurement results.

source
QuantumClifford.phasesMethod

The phases of a given tableau. It is a view, i.e. if you modify this array, the original tableau caries these changes.

source
QuantumClifford.prodphaseMethod

Get the phase of the product of two Pauli operators.

Phase is encoded as F(4) in the low qubits of an UInt8.

julia> P"ZZZ"*P"XXX"
+

For a given Register and circuit, simulates the reference circuit acting on the register and then also simulate numerous PauliFrame trajectories. Returns the register and the PauliFrame instance.

Use pfmeasurements to get the measurement results.

source
QuantumClifford.phasesMethod

The phases of a given tableau. It is a view, i.e. if you modify this array, the original tableau caries these changes.

source
QuantumClifford.prodphaseMethod

Get the phase of the product of two Pauli operators.

Phase is encoded as F(4) in the low qubits of an UInt8.

julia> P"ZZZ"*P"XXX"
 -iYYY
 
 julia> prodphase(P"ZZZ", P"XXX")
 0x03
 
 julia> prodphase(P"XXX", P"ZZZ")
-0x01
source
QuantumClifford.random_brickwork_clifford_circuitMethod

Random brickwork Clifford circuit.

The connectivity of the random circuit is brickwork in some dimensions. Each gate in the circuit is a random 2-qubit Clifford gate.

The brickwork is defined as follows: The qubits are arranged as a lattice, and lattice_size contains side length in each dimension. For example, a chain of length five will have lattice_size = (5,), and a 5×5 lattice will have lattice_size = (5, 5).

In multi-dimensional cases, gate layers act alternatively along each direction. The nearest two layers along the same direction are offset by one qubit, forming a so-called brickwork. The boundary condition is chosen as open.

source
QuantumClifford.random_pauliFunction

A random Pauli operator on n qubits.

Use nophase=false to randomize the phase. Use realphase=false to get operators with phases including ±i.

Optionally, a "flip" probability p can be provided specified, in which case each bit is set to I with probability 1-p and to X or Y or Z with probability p. Useful for simulating unbiased Pauli noise.

See also random_pauli!

source
QuantumClifford.stabilizerplotFunction

A Makie.jl recipe for pictorial representation of a tableau.

Requires a Makie.jl backend to be loaded, e.g. using CairoMakie.

Alternatively, you can use the Plots.jl plotting ecosystem, e.g. using Plots; plot(S"XXX ZZZ").

Consult the documentation for more details on visualization options.

source
QuantumClifford.stabilizerplot_axisFunction

A Makie.jl recipe for pictorial representation of a tableau.

Requires a Makie.jl backend to be loaded, e.g. using CairoMakie.

Alternatively, you can use the Plots.jl plotting ecosystem, e.g. using Plots; plot(S"XXX ZZZ").

Consult the documentation for more details on visualization options.

source
QuantumClifford.random_brickwork_clifford_circuitMethod

Random brickwork Clifford circuit.

The connectivity of the random circuit is brickwork in some dimensions. Each gate in the circuit is a random 2-qubit Clifford gate.

The brickwork is defined as follows: The qubits are arranged as a lattice, and lattice_size contains side length in each dimension. For example, a chain of length five will have lattice_size = (5,), and a 5×5 lattice will have lattice_size = (5, 5).

In multi-dimensional cases, gate layers act alternatively along each direction. The nearest two layers along the same direction are offset by one qubit, forming a so-called brickwork. The boundary condition is chosen as open.

source
QuantumClifford.random_pauliFunction

A random Pauli operator on n qubits.

Use nophase=false to randomize the phase. Use realphase=false to get operators with phases including ±i.

Optionally, a "flip" probability p can be provided specified, in which case each bit is set to I with probability 1-p and to X or Y or Z with probability p. Useful for simulating unbiased Pauli noise.

See also random_pauli!

source
QuantumClifford.stabilizerplotFunction

A Makie.jl recipe for pictorial representation of a tableau.

Requires a Makie.jl backend to be loaded, e.g. using CairoMakie.

Alternatively, you can use the Plots.jl plotting ecosystem, e.g. using Plots; plot(S"XXX ZZZ").

Consult the documentation for more details on visualization options.

source
QuantumClifford.stabilizerplot_axisFunction

A Makie.jl recipe for pictorial representation of a tableau.

Requires a Makie.jl backend to be loaded, e.g. using CairoMakie.

Alternatively, you can use the Plots.jl plotting ecosystem, e.g. using Plots; plot(S"XXX ZZZ").

Consult the documentation for more details on visualization options.

source
QuantumClifford.xbitMethod

Extract as a new bit array the X part of the UInt array of packed qubits of a given Pauli operator.

source
QuantumClifford.zbitMethod

Extract as a new bit array the Z part of the UInt array of packed qubits of a given Pauli operator.

source
QuantumInterface.apply!Function

In QuantumClifford the apply! function is used to apply any quantum operation to a stabilizer state, including unitary Clifford operations, Pauli measurements, and noise. Thus, this function may result in a random/stochastic result (e.g. with measurements or noise).

source
QuantumClifford.xbitMethod

Extract as a new bit array the X part of the UInt array of packed qubits of a given Pauli operator.

source
QuantumClifford.zbitMethod

Extract as a new bit array the Z part of the UInt array of packed qubits of a given Pauli operator.

source
QuantumInterface.apply!Function

In QuantumClifford the apply! function is used to apply any quantum operation to a stabilizer state, including unitary Clifford operations, Pauli measurements, and noise. Thus, this function may result in a random/stochastic result (e.g. with measurements or noise).

source
QuantumInterface.embedMethod

Embed a Pauli operator in a larger Pauli operator.

julia> embed(5, 3, P"-Y")
 - __Y__
 
 julia> embed(5, (3,5), P"-YX")
-- __Y_X
source
QuantumInterface.entanglement_entropyFunction

Get bipartite entanglement entropy of a subsystem

Defined as entropy of the reduced density matrix.

It can be calculated with multiple different algorithms, the most performant one depending on the particular case.

Currently implemented are the :clip (clipped gauge), :graph (graph state), and :rref (Gaussian elimination) algorithms. Benchmark your particular case to choose the best one.

source
QuantumInterface.entanglement_entropyMethod

Get bipartite entanglement entropy by first converting the state to a graph and computing the rank of the adjacency matrix.

Based on "Entanglement in graph states and its applications".

source
QuantumInterface.expectMethod
expect(p::PauliOperator, st::AbstractStabilizer)

Compute the expectation value of a Pauli operator p on a stabilizer state st. This function will allocate a temporary copy of the stabilizer state st.

source
QuantumInterface.entanglement_entropyFunction

Get bipartite entanglement entropy of a subsystem

Defined as entropy of the reduced density matrix.

It can be calculated with multiple different algorithms, the most performant one depending on the particular case.

Currently implemented are the :clip (clipped gauge), :graph (graph state), and :rref (Gaussian elimination) algorithms. Benchmark your particular case to choose the best one.

source
QuantumInterface.entanglement_entropyMethod

Get bipartite entanglement entropy by first converting the state to a graph and computing the rank of the adjacency matrix.

Based on "Entanglement in graph states and its applications".

source
QuantumInterface.expectMethod
expect(p::PauliOperator, st::AbstractStabilizer)

Compute the expectation value of a Pauli operator p on a stabilizer state st. This function will allocate a temporary copy of the stabilizer state st.

source
QuantumInterface.project!Method
project!(
     state::MixedStabilizer,
     pauli::PauliOperator;
     phases
@@ -634,25 +634,25 @@
 julia> project!(ms, P"IIY")[1]
 + X__
 + _Z_
-+ __Y

Similarly to project! on Stabilizer, this function has cubic complexity when the Pauli operator commutes with all rows of the tableau. Most of the time it is better to simply use MixedDestabilizer representation.

Unlike other project! methods, this one does not allow for keep_result=false, as the correct rank or anticommutation index can not be calculated without the expensive (cubic) canonicalization operation required by keep_result=true.

See the "Datastructure Choice" section in the documentation for more details.

See also: projectX!, projectY!, projectZ!.

source
QuantumInterface.reset_qubits!Method
reset_qubits!(
++ __Y

Similarly to project! on Stabilizer, this function has cubic complexity when the Pauli operator commutes with all rows of the tableau. Most of the time it is better to simply use MixedDestabilizer representation.

Unlike other project! methods, this one does not allow for keep_result=false, as the correct rank or anticommutation index can not be calculated without the expensive (cubic) canonicalization operation required by keep_result=true.

See the "Datastructure Choice" section in the documentation for more details.

See also: projectX!, projectY!, projectZ!.

source
QuantumInterface.reset_qubits!Method
reset_qubits!(
     s::Stabilizer,
     newstate,
     qubits;
     phases
 ) -> Union{PauliOperator, Stabilizer}
-

Reset a given set of qubits to be in the state newstate. These qubits are traced out first, which could lead to "nonlocal" changes in the tableau.

source
QuantumInterface.tensorFunction

Tensor product between operators or tableaux.

Tensor product between CiffordOperators:

julia> tensor(CliffordOperator(sCNOT), CliffordOperator(sCNOT))
+

Reset a given set of qubits to be in the state newstate. These qubits are traced out first, which could lead to "nonlocal" changes in the tableau.

source
QuantumInterface.tensorFunction

Tensor product between operators or tableaux.

Tensor product between CiffordOperators:

julia> tensor(CliffordOperator(sCNOT), CliffordOperator(sCNOT))
 X₁ ⟼ + XX__
 X₂ ⟼ + _X__
 X₃ ⟼ + __XX
@@ -679,7 +679,7 @@
 + XZ____
 - _Z____
 + ___XZ_
-- ____Z_

See also tensor_pow.

source
QuantumInterface.tensor_powMethod

Repeated tensor product of an operators or a tableau.

For CliffordOperator:

julia> tensor_pow(CliffordOperator(sHadamard), 3)
 X₁ ⟼ + Z__
 X₂ ⟼ + _Z_
 X₃ ⟼ + __Z
@@ -701,21 +701,21 @@
 + ___XZ____
 + ____Z____
 + ______XZ_
-+ _______Z_

See also tensor.

source
QuantumInterface.traceout!Method
traceout!(
     s::Union{MixedDestabilizer, MixedStabilizer},
     qubits;
     phases,
     rank
 ) -> Union{Tuple{Union{MixedDestabilizer, MixedStabilizer}, Int64}, MixedDestabilizer, MixedStabilizer}
-
source

Private API

Private Implementation Details

These functions are used internally by the library and might be drastically modified or deleted without warning or deprecation.

QuantumClifford.TableauType

Internal Tableau type for storing a list of Pauli operators in a compact form. No special semantic meaning is attached to this type, it is just a convenient way to store a list of Pauli operators. E.g. it is not used to represent a stabilizer state, or a stabilizer group, or a Clifford circuit.

source
Base.hcatMethod

Horizontally concatenates tableaux.

julia> hcat(ghz(2), ghz(2))
+
source

Private API

Private Implementation Details

These functions are used internally by the library and might be drastically modified or deleted without warning or deprecation.

QuantumClifford.TableauType

Internal Tableau type for storing a list of Pauli operators in a compact form. No special semantic meaning is attached to this type, it is just a convenient way to store a list of Pauli operators. E.g. it is not used to represent a stabilizer state, or a stabilizer group, or a Clifford circuit.

source
Base.hcatMethod

Horizontally concatenates tableaux.

julia> hcat(ghz(2), ghz(2))
 + XXXX
-+ ZZZZ

See also: vcat

source
Base.invMethod
inv(
     c::CliffordOperator;
     phases
 ) -> CliffordOperator{QuantumClifford.Tableau{Vector{UInt8}, Matrix{UInt64}}}
@@ -733,28 +733,28 @@
 
 julia> inv(CliffordOperator(tHadamard))
 X₁ ⟼ + Z
-Z₁ ⟼ + X
source
Base.vcatMethod

Vertically concatenates tableaux.

julia> vcat(ghz(2), ghz(2))
+Z₁ ⟼ + X
source
Base.vcatMethod

Vertically concatenates tableaux.

julia> vcat(ghz(2), ghz(2))
 + XX
 + ZZ
 + XX
-+ ZZ

See also: hcat

source
QuantumClifford._remove_rowcol!Method

Unexported low-level function that removes a row (by shifting all rows up as necessary)

Because MixedDestabilizer is not mutable we return a new MixedDestabilizer with the same (modified) xzs array.

Used on its own, this function will break invariants. Meant to be used with projectremove!.

source
QuantumClifford._rowmove!Method

Unexported low-level function that moves row i to row j.

Used on its own, this function will break invariants. Meant to be used in _remove_rowcol!.

source
QuantumClifford.applynoise_branchesFunction

Compute all possible new states after the application of the given noise model. Reports the probability of each one of them. Deterministic (as it reports all branches of potentially random processes), part of the Noise interface.

source
QuantumClifford.initZ!Method
initZ!(frame::PauliFrame) -> PauliFrame
-

Inject random Z errors over all frames and qubits for the supplied PauliFrame with probability 0.5.

Calling this after initialization is essential for simulating any non-deterministic circuit. It is done automatically by most PauliFrame constructors.

source
QuantumClifford._remove_rowcol!Method

Unexported low-level function that removes a row (by shifting all rows up as necessary)

Because MixedDestabilizer is not mutable we return a new MixedDestabilizer with the same (modified) xzs array.

Used on its own, this function will break invariants. Meant to be used with projectremove!.

source
QuantumClifford._rowmove!Method

Unexported low-level function that moves row i to row j.

Used on its own, this function will break invariants. Meant to be used in _remove_rowcol!.

source
QuantumClifford.applynoise_branchesFunction

Compute all possible new states after the application of the given noise model. Reports the probability of each one of them. Deterministic (as it reports all branches of potentially random processes), part of the Noise interface.

source
QuantumClifford.initZ!Method
initZ!(frame::PauliFrame) -> PauliFrame
+

Inject random Z errors over all frames and qubits for the supplied PauliFrame with probability 0.5.

Calling this after initialization is essential for simulating any non-deterministic circuit. It is done automatically by most PauliFrame constructors.

source
QuantumClifford.make_sumtype_methodFunction

``` julia> makesumtypemethod([sCNOT], :apply!, (:s,)) quote function QuantumClifford.apply!(s, g::CompactifiedGate) @cases g begin sCNOT(q1, q2) => apply!(s, sCNOT(q1, q2)) end end end

source
QuantumClifford.make_sumtype_methodFunction

``` julia> makesumtypemethod([sCNOT], :apply!, (:s,)) quote function QuantumClifford.apply!(s, g::CompactifiedGate) @cases g begin sCNOT(q1, q2) => apply!(s, sCNOT(q1, q2)) end end end

source
QuantumClifford.projectremoverand!Method

Unexported low-level function that projects a qubit and returns the result while making the tableau smaller by a qubit.

Because MixedDestabilizer is not mutable we return a new MixedDestabilizer with the same (modified) xzs array.

source
QuantumClifford.remove_column!Method

Unexported low-level function that removes a column (by shifting all columns to the right of the target by one step to the left)

Because Tableau is not mutable we return a new Tableau with the same (modified) xzs array.

source
QuantumClifford.rowdecomposeMethod

Decompose a Pauli $P$ in terms of stabilizer and destabilizer rows from a given tableaux.

For given tableaux of rows destabilizer rows $\{d_i\}$ and stabilizer rows $\{s_i\}$, there are boolean vectors $b$ and $c$ such that $P = i^p \prod_i d_i^{b_i} \prod_i s_i^{c_i}$.

This function returns p, b, c.

julia> s = MixedDestabilizer(ghz(2))
+end)
source
QuantumClifford.projectremoverand!Method

Unexported low-level function that projects a qubit and returns the result while making the tableau smaller by a qubit.

Because MixedDestabilizer is not mutable we return a new MixedDestabilizer with the same (modified) xzs array.

source
QuantumClifford.remove_column!Method

Unexported low-level function that removes a column (by shifting all columns to the right of the target by one step to the left)

Because Tableau is not mutable we return a new Tableau with the same (modified) xzs array.

source
QuantumClifford.rowdecomposeMethod

Decompose a Pauli $P$ in terms of stabilizer and destabilizer rows from a given tableaux.

For given tableaux of rows destabilizer rows $\{d_i\}$ and stabilizer rows $\{s_i\}$, there are boolean vectors $b$ and $c$ such that $P = i^p \prod_i d_i^{b_i} \prod_i s_i^{c_i}$.

This function returns p, b, c.

julia> s = MixedDestabilizer(ghz(2))
 𝒟ℯ𝓈𝓉𝒶𝒷
 + Z_
 + _X
@@ -766,7 +766,7 @@
 (3, Bool[1, 0], Bool[1, 1])
 
 julia> im^3 * P"Z_" * P"XX" * P"ZZ"
-+ XY
source
QuantumClifford.to_cpuFunction

copies the memory content of the object to CPU

You can only use this function if CUDA.jl is imported

For more advanced users to_cpu(data, element_type) will reinterpret elements of data and converts them to element_type. For example based on your CPU architecture, if working with matrices of UInt32 is faster than UInt64, you can use to_cpu(data, UInt32)

julia> using QuantumClifford: to_cpu, to_gpu
++ XY
source
QuantumClifford.to_cpuFunction

copies the memory content of the object to CPU

You can only use this function if CUDA.jl is imported

For more advanced users to_cpu(data, element_type) will reinterpret elements of data and converts them to element_type. For example based on your CPU architecture, if working with matrices of UInt32 is faster than UInt64, you can use to_cpu(data, UInt32)

julia> using QuantumClifford: to_cpu, to_gpu
 
 julia> using CUDA # without this import, to_cpu, to_gpu are just function
 
@@ -789,7 +789,7 @@
 julia> pf_gpu = to_gpu(PauliFrame(1000, 2, 2));
 julia> circuit = [sMZ(1, 1), sHadamard(2), sMZ(2, 2)];
 julia> pftrajectories(pf_gpu, circuit);
-julia> measurements = to_cpu(pf_gpu.measurements);

See also: to_gpu

source
QuantumClifford.to_gpuFunction

copies the memory content of the object to GPU

You can only use this function if CUDA.jl is imported

For more advanced users to_gpu(data, element_type) will reinterpret elements of data and converts them to element_type. For example based on your GPU architecture, if working with matrices of UInt64 is faster than UInt32, you can use to_gpu(data, UInt64)

julia> using QuantumClifford: to_cpu, to_gpu
+julia> measurements = to_cpu(pf_gpu.measurements);

See also: to_gpu

source
QuantumClifford.to_gpuFunction

copies the memory content of the object to GPU

You can only use this function if CUDA.jl is imported

For more advanced users to_gpu(data, element_type) will reinterpret elements of data and converts them to element_type. For example based on your GPU architecture, if working with matrices of UInt64 is faster than UInt32, you can use to_gpu(data, UInt64)

julia> using QuantumClifford: to_cpu, to_gpu
 
 julia> using CUDA # without this import, to_cpu, to_gpu are just function
 
@@ -812,4 +812,4 @@
 julia> pf_gpu = to_gpu(PauliFrame(1000, 2, 2));
 julia> circuit = [sMZ(1, 1), sHadamard(2), sMZ(2, 2)];
 julia> pftrajectories(pf_gpu, circuit);
-julia> measurements = to_cpu(pf_gpu.measurements);

See also: to_cpu

source
+julia> measurements = to_cpu(pf_gpu.measurements);

See also: to_cpu

source
QuantumClifford.trusted_rankFunction

A "trusted" rank which returns rank(state) for Mixed[De]Stabilizer and length(state) for [De]Stabilizer.

source
QuantumClifford.zero!Method

Zero-out a given row of a Tableau

source
QuantumClifford.zero!Method

Zero-out the phases and single-qubit operators in a PauliOperator

source
QuantumClifford.@qubitop1Macro

Macro used to define single qubit symbolic gates and their qubit_kernel methods.

source
QuantumClifford.@qubitop2Macro

Macro used to define 2-qubit symbolic gates and their qubit_kernel methods.

source
QuantumClifford.@valbooldispatchMacro

Turns f(Val(x)) into x ? f(Val(true)) : f(Val(false)) in order to avoid dynamic dispatch

See discourse discussion

source
diff --git a/dev/ECC_API/index.html b/dev/ECC_API/index.html index 7a8c3db1a..61cd58eb1 100644 --- a/dev/ECC_API/index.html +++ b/dev/ECC_API/index.html @@ -2,7 +2,7 @@ API · QuantumClifford.jl

Full ECC API (autogenerated)

QuantumClifford.ECC.CSSType

An arbitrary CSS error correcting code defined by its X and Z checks.

julia> CSS([0 1 1 0; 1 1 0 0], [1 1 1 1]) |> parity_checks
 + _XX_
 + XX__
-+ ZZZZ
source
QuantumClifford.ECC.ConcatType

Concat(c₁, c₂) is a code concatenation of two quantum codes (Knill and Laflamme, 1996).

The inner code c₁ and the outer code c₂. The construction is the following: replace each qubit in code c₂ with logical qubits encoded by code c₁. The resulting code will have n = n₁ × n₂ qubits and k = k₁ × k₂ logical qubits.

source
QuantumClifford.ECC.QuantumReedMullerType

The family of [[2ᵐ - 1, 1, 3]] CSS Quantum-Reed-Muller codes, as discovered by Steane in his 1999 paper (Steane, 1999).

Quantum codes are constructed from shortened Reed-Muller codes RM(1, m), by removing the first row and column of the generator matrix Gₘ. Similarly, we can define truncated dual codes RM(m - 2, m) using the generator matrix Hₘ (Anderson et al., 2014). The quantum Reed-Muller codes QRM(m) derived from RM(1, m) are CSS codes.

Given that the stabilizers of the quantum code are defined through the generator matrix of the classical code, the minimum distance of the quantum code corresponds to the minimum distance of the dual classical code, which is d = 3, thus it can correct any single qubit error. Since one stabilizer from the original and one from the dual code are removed in the truncation process, the code parameters are [[2ᵐ - 1, 1, 3]].

You might be interested in consulting (Anderson et al., 2014) and (Campbell et al., 2012) as well.

The ECC Zoo has an entry for this family.

source
QuantumClifford.ECC.ShorSyndromeECCSetupType

Configuration for ECC evaluators that simulate the Shor-style syndrome measurement (without a flag qubit).

The simulated circuit includes:

  • perfect noiseless encoding (encoding and its fault tolerance are not being studied here)
  • one round of "memory noise" after the encoding but before the syndrome measurement
  • perfect preparation of entangled ancillary qubits
  • noisy Shor-style syndrome measurement (only two-qubit gate noise)
  • noiseless "logical state measurement" (providing the comparison data when evaluating the decoder)

See also: CommutationCheckECCSetup, NaiveSyndromeECCSetup

source
QuantumClifford.ECC.SurfaceType

The planar surface code refers to the code (Kitaev, 2003) in a 2D lattice with open boundaries.

Illustration of a 3×2 surface code, where qubits are located on the edges:

|---1--(Z)--2---|---3---|
++ ZZZZ
source
QuantumClifford.ECC.ConcatType

Concat(c₁, c₂) is a code concatenation of two quantum codes (Knill and Laflamme, 1996).

The inner code c₁ and the outer code c₂. The construction is the following: replace each qubit in code c₂ with logical qubits encoded by code c₁. The resulting code will have n = n₁ × n₂ qubits and k = k₁ × k₂ logical qubits.

source
QuantumClifford.ECC.QuantumReedMullerType

The family of [[2ᵐ - 1, 1, 3]] CSS Quantum-Reed-Muller codes, as discovered by Steane in his 1999 paper (Steane, 1999).

Quantum codes are constructed from shortened Reed-Muller codes RM(1, m), by removing the first row and column of the generator matrix Gₘ. Similarly, we can define truncated dual codes RM(m - 2, m) using the generator matrix Hₘ (Anderson et al., 2014). The quantum Reed-Muller codes QRM(m) derived from RM(1, m) are CSS codes.

Given that the stabilizers of the quantum code are defined through the generator matrix of the classical code, the minimum distance of the quantum code corresponds to the minimum distance of the dual classical code, which is d = 3, thus it can correct any single qubit error. Since one stabilizer from the original and one from the dual code are removed in the truncation process, the code parameters are [[2ᵐ - 1, 1, 3]].

You might be interested in consulting (Anderson et al., 2014) and (Campbell et al., 2012) as well.

The ECC Zoo has an entry for this family.

source
QuantumClifford.ECC.ShorSyndromeECCSetupType

Configuration for ECC evaluators that simulate the Shor-style syndrome measurement (without a flag qubit).

The simulated circuit includes:

  • perfect noiseless encoding (encoding and its fault tolerance are not being studied here)
  • one round of "memory noise" after the encoding but before the syndrome measurement
  • perfect preparation of entangled ancillary qubits
  • noisy Shor-style syndrome measurement (only two-qubit gate noise)
  • noiseless "logical state measurement" (providing the comparison data when evaluating the decoder)

See also: CommutationCheckECCSetup, NaiveSyndromeECCSetup

source
QuantumClifford.ECC.SurfaceType

The planar surface code refers to the code (Kitaev, 2003) in a 2D lattice with open boundaries.

Illustration of a 3×2 surface code, where qubits are located on the edges:

|---1--(Z)--2---|---3---|
 |  (X)  7       8       o
 |---4---|---5---|---6---|
 |       o       o       o
@@ -13,7 +13,7 @@
 + ZZ____Z_
 + _ZZ____Z
 + ___ZZ_Z_
-+ ____ZZ_Z

More information can be seen in (Fowler et al., 2012).

source
QuantumClifford.ECC.TableDecoderType

A simple look-up table decoder for error correcting codes.

The lookup table contains only weight=1 errors, thus it is small, but at best it provides only for distance=3 decoding.

The size of the lookup table would grow exponentially quickly for higher distances.

source
QuantumClifford.ECC.TableDecoderType

A simple look-up table decoder for error correcting codes.

The lookup table contains only weight=1 errors, thus it is small, but at best it provides only for distance=3 decoding.

The size of the lookup table would grow exponentially quickly for higher distances.

source
QuantumClifford.ECC.ToricType

The Toric code (Kitaev, 2003).

Illustration of a 2x2 toric code, where qubits are located on the edges:

|--1-(Z)-2--|
 | (X) 5     6
 |--3--|--4--|
 |     7     8
@@ -23,7 +23,7 @@
 + X_X___XX
 + ZZ__Z_Z_
 + ZZ___Z_Z
-+ __ZZZ_Z_
source
QuantumClifford.ECC.code_kMethod

The number of logical qubits in a code.

Note that when redundant rows exist in the parity check matrix, the number of logical qubits code_k(c) will be greater than code_n(c) - code_s(c), where the difference equals the redundancy.

source
QuantumClifford.ECC.code_sFunction

The number of stabilizer checks in a code. They might not be all linearly independent, thus code_s >= code_n-code_k. For the number of linearly independent checks you can use LinearAlgebra.rank.

source
QuantumClifford.ECC.evaluate_decoderMethod

Evaluate the performance of an error-correcting circuit.

This method requires you give the circuit that performs both syndrome measurements and (probably noiseless) logical state measurements. The faults matrix that translates an error vector into corresponding logical errors is necessary as well.

This is a relatively barebones method that assumes the user prepares necessary circuits, etc. It is a method that is used internally by more user-frienly methods providing automatic conversion of codes and noise models to the necessary noisy circuits.

source
QuantumClifford.ECC.faults_matrixMethod

Error-to-logical-observable map (a.k.a. fault matrix) of a code.

For a code with n physical qubits and k logical qubits this function returns a 2k × 2n binary matrix O such that O[i,j] is true if the logical observable of index i is flipped by the single physical qubit error of index j. Indexing is such that:

  • O[1:k,:] is the error-to-logical-X-observable map (logical X observable, i.e. triggered by logical Z errors)
  • O[k+1:2k,:] is the error-to-logical-Z-observable map
  • O[:,1:n] is the X-physical-error-to-logical-observable map
  • O[n+1:2n,:] is the Z-physical-error-to-logical-observable map

E.g. for k=1, n=10, then if O[2,5] is true, then the logical Z observable is flipped by a X₅ error; and if O[1,12] is true, then the logical X observable is flipped by a Z₂ error.

Of note is that there is a lot of freedom in choosing the logical operations! A logical operator multiplied by a stabilizer operator is still a logical operator. Similarly there is a different fault matrix for each choice of logical operators. But once the logical operators are picked, the fault matrix is fixed.

Below we show an example that uses the Shor code. While it is not the smallest code, it is a convenient choice to showcase the importance of the fault matrix when dealing with degenerate codes where a correction operation and an error do not need to be the same.

First, consider a single-qubit error, potential correction operations, and their effect on the Shor code:

julia> using QuantumClifford.ECC: faults_matrix, Shor9
++ __ZZZ_Z_
source
QuantumClifford.ECC.code_kMethod

The number of logical qubits in a code.

Note that when redundant rows exist in the parity check matrix, the number of logical qubits code_k(c) will be greater than code_n(c) - code_s(c), where the difference equals the redundancy.

source
QuantumClifford.ECC.code_sFunction

The number of stabilizer checks in a code. They might not be all linearly independent, thus code_s >= code_n-code_k. For the number of linearly independent checks you can use LinearAlgebra.rank.

source
QuantumClifford.ECC.evaluate_decoderMethod

Evaluate the performance of an error-correcting circuit.

This method requires you give the circuit that performs both syndrome measurements and (probably noiseless) logical state measurements. The faults matrix that translates an error vector into corresponding logical errors is necessary as well.

This is a relatively barebones method that assumes the user prepares necessary circuits, etc. It is a method that is used internally by more user-frienly methods providing automatic conversion of codes and noise models to the necessary noisy circuits.

source
QuantumClifford.ECC.faults_matrixMethod

Error-to-logical-observable map (a.k.a. fault matrix) of a code.

For a code with n physical qubits and k logical qubits this function returns a 2k × 2n binary matrix O such that O[i,j] is true if the logical observable of index i is flipped by the single physical qubit error of index j. Indexing is such that:

  • O[1:k,:] is the error-to-logical-X-observable map (logical X observable, i.e. triggered by logical Z errors)
  • O[k+1:2k,:] is the error-to-logical-Z-observable map
  • O[:,1:n] is the X-physical-error-to-logical-observable map
  • O[n+1:2n,:] is the Z-physical-error-to-logical-observable map

E.g. for k=1, n=10, then if O[2,5] is true, then the logical Z observable is flipped by a X₅ error; and if O[1,12] is true, then the logical X observable is flipped by a Z₂ error.

Of note is that there is a lot of freedom in choosing the logical operations! A logical operator multiplied by a stabilizer operator is still a logical operator. Similarly there is a different fault matrix for each choice of logical operators. But once the logical operators are picked, the fault matrix is fixed.

Below we show an example that uses the Shor code. While it is not the smallest code, it is a convenient choice to showcase the importance of the fault matrix when dealing with degenerate codes where a correction operation and an error do not need to be the same.

First, consider a single-qubit error, potential correction operations, and their effect on the Shor code:

julia> using QuantumClifford.ECC: faults_matrix, Shor9
 
 julia> state = MixedDestabilizer(Shor9())
 𝒟ℯ𝓈𝓉𝒶𝒷━━━━━
@@ -146,7 +146,7 @@
 julia> O * stab_to_gf2(bad_Z₆Z₉)
 2-element Vector{Int64}:
  1
- 0

While its use in this situation is rather contrived, the fault matrix is incredibly useful when running large scale simulations in which we want a separate fast error sampling process, (e.g. with Pauli frames) and a syndrome decoding process, without coupling between them. We just gather all our syndrome measurement and logical observables from the Pauli frame simulations, and then use them with the fault matrix in the syndrome decoding simulation.

source
QuantumClifford.ECC.isdegenerateFunction

Check if the code is degenerate with respect to a given set of error or with respect to all "up to d physical-qubit" errors (defaulting to d=1).

julia> using QuantumClifford.ECC
+ 0

While its use in this situation is rather contrived, the fault matrix is incredibly useful when running large scale simulations in which we want a separate fast error sampling process, (e.g. with Pauli frames) and a syndrome decoding process, without coupling between them. We just gather all our syndrome measurement and logical observables from the Pauli frame simulations, and then use them with the fault matrix in the syndrome decoding simulation.

source
QuantumClifford.ECC.isdegenerateFunction

Check if the code is degenerate with respect to a given set of error or with respect to all "up to d physical-qubit" errors (defaulting to d=1).

julia> using QuantumClifford.ECC
 
 julia> isdegenerate(Shor9(), [single_z(9,1), single_z(9,2)])
 true
@@ -158,7 +158,7 @@
 false
 
 julia> isdegenerate(Steane7(), 2)
-true
source
QuantumClifford.ECC.naive_encoding_circuitMethod

Encoding physical qubits into a larger logical code.

The initial physical qubits to be encoded have to be at indices n-k+1:n.

Encoding circuits are not fault-tolerant

Encoding circuits are not fault-tolerant, and thus should not be used in practice. Instead, you should measure the stabilizers of the code and the logical observables, thus projecting into the code space (which can be fault-tolerant).

The canonicalization operation performed on the code may permute the qubits (see canonicalize_gott!). That permutation is corrected for with SWAP gates by default (controlled by the undoperm keyword argument).

Based on (Cleve and Gottesman, 1997) and (Gottesman, 1997), however it seems the published algorithm has some errors. Consult the erratum, as well as the more recent (Grassl, 2002) and (Grassl, 2011), and be aware that this implementation also uses H instead of Z gates.

source
QuantumClifford.ECC.naive_syndrome_circuitFunction

Generate the non-fault-tolerant stabilizer measurement cicuit for a given code instance or parity check tableau.

Use the ancillary_index and bit_index arguments to offset where the corresponding part the circuit starts.

Returns the circuit, the number of ancillary qubits that were added, and a list of bit indices that will store the measurement results.

See also: shor_syndrome_circuit

source
QuantumClifford.ECC.shor_syndrome_circuitFunction

Generate the Shor fault-tolerant stabilizer measurement cicuit for a given code instance or parity check tableau.

Use the ancillary_index and bit_index arguments to offset where the corresponding part the circuit starts. Ancillary qubits

Returns:

  • The ancillary cat state preparation circuit.
  • The Shor syndrome measurement circuit.
  • The number of ancillary qubits that were added.
  • The list of bit indices that store the final measurement results.

See also: naive_syndrome_circuit

source

Implemented in an extension requiring Hecke.jl

QuantumCliffordHeckeExt.LPCodeType
struct LPCode <: QuantumClifford.ECC.AbstractECC

Lifted product codes ((Panteleev and Kalachev, 2021), (Panteleev and Kalachev, Jun 2022))

A lifted product code is defined by the hypergraph product of a base matrices A and the conjugate of another base matrix B'. Here, the hypergraph product is taken over a group algebra, of which the base matrices are consisting.

The binary parity check matrix is obtained by applying repr to each element of the matrix resulted from the hypergraph product, which is mathematically a linear map from each group algebra element to a binary matrix.

Constructors

Multiple constructors are available:

  1. Two base matrices of group algebra elements.

  2. Two lifted codes, whose base matrices are for quantum code construction.

  3. Two base matrices of group elements, where each group element will be considered as a group algebra element by assigning a unit coefficient.

  4. Two base matrices of integers, where each integer represent the shift of a cyclic permutation. The order of the cyclic permutation should be specified.

Examples

A [[882, 24, d ≤ 24]] code from Appendix B of (Roffe et al., 2023). We use the 1st constructor to generate the code and check its length and dimension. During the construction, we do arithmetic operations to get the group algebra elements in base matrices A and B. Here x is the generator of the group algebra, i.e., offset-1 cyclic permutation, and GA(1) is the unit element.

julia> import Hecke: group_algebra, GF, abelian_group, gens; import LinearAlgebra: diagind;
+true
source
QuantumClifford.ECC.naive_encoding_circuitMethod

Encoding physical qubits into a larger logical code.

The initial physical qubits to be encoded have to be at indices n-k+1:n.

Encoding circuits are not fault-tolerant

Encoding circuits are not fault-tolerant, and thus should not be used in practice. Instead, you should measure the stabilizers of the code and the logical observables, thus projecting into the code space (which can be fault-tolerant).

The canonicalization operation performed on the code may permute the qubits (see canonicalize_gott!). That permutation is corrected for with SWAP gates by default (controlled by the undoperm keyword argument).

Based on (Cleve and Gottesman, 1997) and (Gottesman, 1997), however it seems the published algorithm has some errors. Consult the erratum, as well as the more recent (Grassl, 2002) and (Grassl, 2011), and be aware that this implementation also uses H instead of Z gates.

source
QuantumClifford.ECC.naive_syndrome_circuitFunction

Generate the non-fault-tolerant stabilizer measurement cicuit for a given code instance or parity check tableau.

Use the ancillary_index and bit_index arguments to offset where the corresponding part the circuit starts.

Returns the circuit, the number of ancillary qubits that were added, and a list of bit indices that will store the measurement results.

See also: shor_syndrome_circuit

source
QuantumClifford.ECC.shor_syndrome_circuitFunction

Generate the Shor fault-tolerant stabilizer measurement cicuit for a given code instance or parity check tableau.

Use the ancillary_index and bit_index arguments to offset where the corresponding part the circuit starts. Ancillary qubits

Returns:

  • The ancillary cat state preparation circuit.
  • The Shor syndrome measurement circuit.
  • The number of ancillary qubits that were added.
  • The list of bit indices that store the final measurement results.

See also: naive_syndrome_circuit

source

Implemented in an extension requiring Hecke.jl

QuantumCliffordHeckeExt.LPCodeType
struct LPCode <: QuantumClifford.ECC.AbstractECC

Lifted product codes ((Panteleev and Kalachev, 2021), (Panteleev and Kalachev, Jun 2022))

A lifted product code is defined by the hypergraph product of a base matrices A and the conjugate of another base matrix B'. Here, the hypergraph product is taken over a group algebra, of which the base matrices are consisting.

The binary parity check matrix is obtained by applying repr to each element of the matrix resulted from the hypergraph product, which is mathematically a linear map from each group algebra element to a binary matrix.

Constructors

Multiple constructors are available:

  1. Two base matrices of group algebra elements.

  2. Two lifted codes, whose base matrices are for quantum code construction.

  3. Two base matrices of group elements, where each group element will be considered as a group algebra element by assigning a unit coefficient.

  4. Two base matrices of integers, where each integer represent the shift of a cyclic permutation. The order of the cyclic permutation should be specified.

Examples

A [[882, 24, d ≤ 24]] code from Appendix B of (Roffe et al., 2023). We use the 1st constructor to generate the code and check its length and dimension. During the construction, we do arithmetic operations to get the group algebra elements in base matrices A and B. Here x is the generator of the group algebra, i.e., offset-1 cyclic permutation, and GA(1) is the unit element.

julia> import Hecke: group_algebra, GF, abelian_group, gens; import LinearAlgebra: diagind;
 
 julia> l = 63; GA = group_algebra(GF(2), abelian_group(l)); x = gens(GA)[];
 
@@ -184,7 +184,7 @@
 julia> c2 = LPCode(base_matrix, l .- base_matrix', l);
 
 julia> code_n(c2), code_k(c2)
-(175, 19)

Code subfamilies and convenience constructors for them

  • When the base matrices of the LPCode are 1×1, the code is called a two-block group-algebra code two_block_group_algebra_codes.
  • When the base matrices of the LPCode are 1×1 and their elements are sums of cyclic permutations, the code is called a generalized bicycle code generalized_bicycle_codes.
  • When the two matrices are adjoint to each other, the code is called a bicycle code bicycle_codes.

The representation function

We use the default representation function Hecke.representation_matrix to convert a GF(2)-group algebra element to a binary matrix. The default representation, provided by Hecke, is the permutation representation.

We also accept a custom representation function as detailed in LiftedCode.

See also: LiftedCode, two_block_group_algebra_codes, generalized_bicycle_codes, bicycle_codes.

  • A::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the first base matrix of the code, whose elements are in a group algebra.

  • B::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the second base matrix of the code, whose elements are in the same group algebra as A.

  • GA::Hecke.GroupAlgebra: the group algebra for which elements in A and B are from.

  • repr::Function: a function that converts a group algebra element to a binary matrix; default to be the permutation representation for GF(2)-algebra.

source
QuantumCliffordHeckeExt.LiftedCodeType
struct LiftedCode <: QuantumClifford.ECC.ClassicalCode

Classical codes lifted over a group algebra, used for lifted product code construction ((Panteleev and Kalachev, 2021), (Panteleev and Kalachev, Jun 2022))

The parity-check matrix is constructed by applying repr to each element of A, which is mathematically a linear map from a group algebra element to a binary matrix. The size of the parity check matrix will enlarged with each element of A being inflated into a matrix. The procedure is called a lift (Panteleev and Kalachev, Jun 2022).

Constructors

A lifted code can be constructed via the following approaches:

  1. A matrix of group algebra elements.

  2. A matrix of group elements, where a group element will be considered as a group algebra element by assigning a unit coefficient.

  3. A matrix of integers, where each integer represent the shift of a cyclic permutation. The order of the cyclic permutation should be specified.

The default GA is the group algebra of A[1, 1], the default representation repr is the permutation representation.

The representation function repr

We use the default representation function Hecke.representation_matrix to convert a GF(2)-group algebra element to a binary matrix. The default representation, provided by Hecke, is the permutation representation.

We also accept a custom representation function (the repr field of the constructor). Whatever the representation, the matrix elements need to be convertible to Integers (e.g. permit lift(ZZ, ...)). Such a customization would be useful to reduce the number of bits required by the code construction.

For example, if we use a D4 group for lifting, our default representation will be 8×8 permutation matrices, where 8 is the group's order. However, we can find a 4×4 matrix representation for the group, e.g. by using the typical 2×2 representation and converting it into binary representation by replacing "1" with the Pauli I, and "-1" with the Pauli X matrix.

See also: LPCode.

  • A::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the base matrix of the code, whose elements are in a group algebra.

  • GA::Hecke.GroupAlgebra: the group algebra for which elements in A are from.

  • repr::Function: a function that converts a group algebra element to a binary matrix; default to be the permutation representation for GF(2)-algebra.

source
QuantumCliffordHeckeExt.LiftedCodeMethod

LiftedCode constructor using the default GF(2) representation (coefficients converted to a permutation matrix by representation_matrix provided by Hecke).

source
QuantumClifford.ECC.generalized_bicycle_codesMethod

Generalized bicycle codes, which are a special case of 2GBA codes (and therefore of lifted product codes). Here the group is chosen as the cyclic group of order l, and the base matrices a and b are the sum of the group algebra elements corresponding to the shifts a_shifts and b_shifts.

See also: two_block_group_algebra_codes, bicycle_codes.

A [[254, 28, 14 ≤ d ≤ 20]] code from (A1) in Appendix B of (Panteleev and Kalachev, 2021).

julia> c = generalized_bicycle_codes([0, 15, 20, 28, 66], [0, 58, 59, 100, 121], 127);
+(175, 19)

Code subfamilies and convenience constructors for them

  • When the base matrices of the LPCode are 1×1, the code is called a two-block group-algebra code two_block_group_algebra_codes.
  • When the base matrices of the LPCode are 1×1 and their elements are sums of cyclic permutations, the code is called a generalized bicycle code generalized_bicycle_codes.
  • When the two matrices are adjoint to each other, the code is called a bicycle code bicycle_codes.

The representation function

We use the default representation function Hecke.representation_matrix to convert a GF(2)-group algebra element to a binary matrix. The default representation, provided by Hecke, is the permutation representation.

We also accept a custom representation function as detailed in LiftedCode.

See also: LiftedCode, two_block_group_algebra_codes, generalized_bicycle_codes, bicycle_codes.

  • A::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the first base matrix of the code, whose elements are in a group algebra.

  • B::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the second base matrix of the code, whose elements are in the same group algebra as A.

  • GA::Hecke.GroupAlgebra: the group algebra for which elements in A and B are from.

  • repr::Function: a function that converts a group algebra element to a binary matrix; default to be the permutation representation for GF(2)-algebra.

source
QuantumCliffordHeckeExt.LiftedCodeType
struct LiftedCode <: QuantumClifford.ECC.ClassicalCode

Classical codes lifted over a group algebra, used for lifted product code construction ((Panteleev and Kalachev, 2021), (Panteleev and Kalachev, Jun 2022))

The parity-check matrix is constructed by applying repr to each element of A, which is mathematically a linear map from a group algebra element to a binary matrix. The size of the parity check matrix will enlarged with each element of A being inflated into a matrix. The procedure is called a lift (Panteleev and Kalachev, Jun 2022).

Constructors

A lifted code can be constructed via the following approaches:

  1. A matrix of group algebra elements.

  2. A matrix of group elements, where a group element will be considered as a group algebra element by assigning a unit coefficient.

  3. A matrix of integers, where each integer represent the shift of a cyclic permutation. The order of the cyclic permutation should be specified.

The default GA is the group algebra of A[1, 1], the default representation repr is the permutation representation.

The representation function repr

We use the default representation function Hecke.representation_matrix to convert a GF(2)-group algebra element to a binary matrix. The default representation, provided by Hecke, is the permutation representation.

We also accept a custom representation function (the repr field of the constructor). Whatever the representation, the matrix elements need to be convertible to Integers (e.g. permit lift(ZZ, ...)). Such a customization would be useful to reduce the number of bits required by the code construction.

For example, if we use a D4 group for lifting, our default representation will be 8×8 permutation matrices, where 8 is the group's order. However, we can find a 4×4 matrix representation for the group, e.g. by using the typical 2×2 representation and converting it into binary representation by replacing "1" with the Pauli I, and "-1" with the Pauli X matrix.

See also: LPCode.

  • A::Union{LinearAlgebra.Adjoint{<:Hecke.GroupAlgebraElem, <:Matrix{<:Hecke.GroupAlgebraElem}}, Matrix{<:Hecke.GroupAlgebraElem}}: the base matrix of the code, whose elements are in a group algebra.

  • GA::Hecke.GroupAlgebra: the group algebra for which elements in A are from.

  • repr::Function: a function that converts a group algebra element to a binary matrix; default to be the permutation representation for GF(2)-algebra.

source
QuantumCliffordHeckeExt.LiftedCodeMethod

LiftedCode constructor using the default GF(2) representation (coefficients converted to a permutation matrix by representation_matrix provided by Hecke).

source
QuantumClifford.ECC.generalized_bicycle_codesMethod

Generalized bicycle codes, which are a special case of 2GBA codes (and therefore of lifted product codes). Here the group is chosen as the cyclic group of order l, and the base matrices a and b are the sum of the group algebra elements corresponding to the shifts a_shifts and b_shifts.

See also: two_block_group_algebra_codes, bicycle_codes.

A [[254, 28, 14 ≤ d ≤ 20]] code from (A1) in Appendix B of (Panteleev and Kalachev, 2021).

julia> c = generalized_bicycle_codes([0, 15, 20, 28, 66], [0, 58, 59, 100, 121], 127);
 
 julia> code_n(c), code_k(c)
-(254, 28)
source
+(254, 28)source
QuantumClifford.ECC.two_block_group_algebra_codesMethod

Two-block group algebra (2GBA) codes, which are a special case of lifted product codes from two group algebra elements a and b, used as 1x1 base matrices.

See also: LPCode, generalized_bicycle_codes, bicycle_codes

source
QuantumCliffordHeckeExt.group_algebra_conjMethod

Compute the conjugate of a group algebra element. The conjugate is defined by inversing elements in the associated group.

source
diff --git a/dev/ECC_evaluating/2d9f98f9.png b/dev/ECC_evaluating/2d9f98f9.png deleted file mode 100644 index 41fa14ec4255905757e89a7de40f02d4c02f82e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 56467 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

MruPwJ`=FW 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 block output

Testing out the toric code with a decoder provided by the python package pymatching (provided in julia by the meta package PyQDecoders.jl).

import PyQDecoders
+make_decoder_figure(mem_errors, results, "Shor's code with a lookup table decoder")
Example block output

Testing out the toric code with a decoder provided by the python package pymatching (provided in julia by the meta package PyQDecoders.jl).

import PyQDecoders
 
 mem_errors = 0.001:0.005:0.1
 codes = [Toric(4,4), Toric(6,6)]
@@ -53,4 +53,4 @@
     end
 end
 
-make_decoder_figure(mem_errors, results, "Toric code with a MWPM decoder")
Example block output +make_decoder_figure(mem_errors, results, "Toric code with a MWPM decoder")Example block output diff --git a/dev/allops/index.html b/dev/allops/index.html index d9293a82a..c7f453417 100644 --- a/dev/allops/index.html +++ b/dev/allops/index.html @@ -10,4 +10,4 @@ noise = UnbiasedUncorrelatedNoise(ε) noisy_gate = NoisyGate(SparseGate(tCNOT, [2,4]), noise)Example block output

In circuit diagrams the noise is not depicted, but after each application of the gate defined in noisy_gate, a noise operator will also be applied. The example above is of Pauli Depolarization implemented by UnbiasedUncorrelatedNoise.

One can also apply only the noise operator by using NoiseOp which acts only on specified qubits. Or alternatively, one can use NoiseOpAll in order to apply noise to all qubits.

[NoiseOp(noise, [4,5]), NoiseOpAll(noise)]
Example block output

The machinery behind noise processes and different types of noise is detailed in the section on noise

Coincidence Measurements

Global parity measurements involving single-qubit projections and classical communication are implemented with BellMeasurement. One needs to specify the axes of measurement and the qubits being measured. If the parity is trivial, the circuit continues, if the parity is non-trivial, the circuit ends and reports a detected failure. This operator is frequently used in the simulation of entanglement purification.

BellMeasurement([sMX(1), sMY(3), sMZ(4)])
Example block output

There is also NoisyBellMeasurement that takes the bit-flip probability of a single-qubit measurement as a third argument.

Stabilizer Measurements

A measurement over one or more qubits can also be performed, e.g., a direct stabilizer measurement on multiple qubits without the use of ancillary qubits. When applied to multiple qubits, this differs from BellMeasurement as it performs a single projection, unlike BellMeasurement which performs a separate projection for every single qubit involved. This measurement is implemented in PauliMeasurement which requires a Pauli operator on which to project and the index of the classical bit in which to store the result. Alternatively, there are sMX, sMZ, sMY if you are measuring a single qubit.

[PauliMeasurement(P"XYZ", 1), sMZ(2, 2)]
Example block output

Reset Operations

The Reset operations lets you trace out the specified qubits and set their state to a specific tableau.

new_state = random_stabilizer(3)
 qubit_indices = [1,2,3]
-Reset(new_state, qubit_indices)
Example block output

It can be done anywhere in a circuit, not just at the beginning.

+Reset(new_state, qubit_indices)Example block output

It can be done anywhere in a circuit, not just at the beginning.

diff --git a/dev/canonicalization/3e94d948.png b/dev/canonicalization/3e94d948.png new file mode 100644 index 0000000000000000000000000000000000000000..d42628e80809308bb8a344514aae9af21c27272d GIT binary patch literal 9842 zcmeI2dsI_bzQ^NGrLET3%UHCCsnaU$wTKrhK@s8sd?4gn{I(??-7dwfvw#b1vF z7{XuMEQ$OgFI!ag9{bB3k+iqtHf1ztCYB#q^Su1I%;b|#zt==h+9Vd1ZT_(DR`MUV zJxkvaDu1h7vQ31vHu|uA1g0Yo2rX~v}d|+-MRDj zG8F1_dB+h980QJ;n$zIrnY-`L?d3dzWDm#tsFepgZA zjvYJV(~@7_v*`&G>d8k>fx&-%OlA(@ryfxhQl<5kA5Aa4wfRXf*VmtV9enbgPuGA| z`0@qh6aRns|6WY)PdB1L27Nv;7=jVA67f(>rT`+rWJ4dp$~APV`@CxE>0uRqG3j@A zddi2&|#3|@zjYyRw){%x#0$}z-KmxmM?n7eH0g0OY}sc9*%2gw?8YhYzQjA>+F>?h5%3>YCHhUf)YqDwwc(V}GeBGV9ounGy zu}8T-`*q~{@8I-Dar&X=E+R!+;bR-Tr)C`=u9eqNx%8lgbEPf951c!vD^DH(?+OZv zg=(ymUbNa;t_60?GVKWi)q#+%h-WO?if@<;dP5ko-Zq8h<$TLyJym&%YyDmxZ6Ijb zjv*{X;vOWxN|d4L_B@4MQHx0wQ#G?~x?&Ps&TyycZXeLzJZ>xSJfRAp3CdP-{pMb* zM5Lk{A)QUA)27%W)PbKbeqGwu>?wPBClD8nrV;}*f&4bg2WadB~~ z@v9iybckzeLH!H)`q6lvrkJ?O^80I-&Box~D8op7%mZwY+#YT2;gIvY>_S_gtkXR{ zxBDDdqY^dgCR$=IByjy1aHGpTvb<%CW4zZ`nrhxsvQ6z#BWQbMHEEYi?{%s&nH)s} zhoWesD9(CSKVWAnsz{Qn>2m%6)vkqfU1-WYY`b}V%OPZ;Q(Kcpn;yM{5w{#4rm`E; zWId%+tE?1fHwGHUwXJQPN}HNWg}h@sj5s^^5K^fgW{juxdU~0rFFzq&?tVDcVKWe@ zHXUphwn?m0Se(PEeeuN?4Im)X(vGS0UfD|SviIml^N&Tr$#hE| zJ>l-y8HR-+ynh{Jo$VPB+1MxBYUv4~PSu*vi^-Nd&sF~>JL7-Xx_=l1UH)rvPp_Z8 z81ta@J7Nbtq026@9ZFPB1b12l*`fo2lc&Heqt!X#AKo2$kzwJGHYAGG_SS@*X&E`N z@gi%brKc_-Tu$6P?2$|C*K`*X{T*7?Nd9-ks?lz@$F8;R+&$-l>YPf79%AEI(l=%1 zE=I8oD(l7Ti;09r9*B@IqXhFYcVU>(7ADYN>bLaJ%D2t^J&oEVT5;`H4Jl$Z*T2lw zqqn!$&#wVXsGON42TxPFPmc0`VMv_gL!nmPpVXX>Z*SDqSIRa#LD(-}zYxnMX};lV=wo^9X^y>c1_UwuJ7@;CS5wAgBUgHi#9tL+ zD}|&A`WW{Es=^LNPL{cad}S!c3l<9mWEq2a6Jo_FuM2GlU00_lJ$RD=SV1)9DzRqt z`Y#OE{{qS(E3}sliV8~=!H5yFadlxE38Vg$Mj}VNSOB(=+ub&sbKh`y@zKP7>%9VU>Ea%4Qzj2G zNZZs8U^YzGwH_YE#z1%Rl!O^jf$352=0zE3BFA>R@nU{QV_eYN(($v+NA|$9S?=kMDmQgo15DRfl5{! zvA(k&oREIg1-)nf;VJY%fd_2tv8Z`G%diu+(yz;L4pXK=2njlJwBVbu0NGRnFC+6T zPy@<~VI>IKcs3Y7x0=bCx@sGI=@} zle;(=Qa9^O%;}%HTj8qDv3>b27|QUKWBui2`5D8tVYGJb=m15p;;0+wp+239(n8Ee zPtU`(&VdaB93fRsUZSl#O)%ZYZ`raXHeYjdaBvW38^(1m4uuX3&4iyt;^Xg0v#*-p zS4*Se8Bw}BI|dF20DmCVQd696Lm~a@+Kj)JH)p6ebjatW-4K`(9k$+u_jnYVyNuuX z0tN|g%rmGgDh`w00OnW~KwAB16~aXy+$-4_m@7(dg9PJO({Y-!5qB!E#Fu-WGS)>m zo<7iNQxYA*HZBB#5MLAE34!%xORI9>!iB4k%A>i9-}^uUfNT;?32BvPyYp+Ej7D|X z>E@Xl`%Ip?lhj_QiCltuKzQw1egMI&OC(svI4ZVcl1XTe3sYcTUW@EXmjy6MtB7Y4 zh4LiL@dH$|8N~Fd*Vi>^t`w7H&XQN7TxvO;(l>uP&sUBE~x!@g$bt#Pl zU|1mG7d0E^k&1iKpWTtkEB8wwISvlxiXyyY#Gpv9WbeaS2E%>5r^V94>{Kmy5ZT`n zYuv6*ei7Q!(-Usf;mntCW2CR0D&8esC&1(M4~}*R-E_zcZ-Wv4=H&f9fEYye`>*_| zS;NM~A<#}L$3ev`AfFz_IuS*J1bNk9wie&2Ypn!j1@!Qq-Y9up)@vydektj`VmLA~ z)LmaZP=n(UD-YdxoLY{vLdAC(AM^-qmxY<(NkFOyZ9?W82*GZ7B4E~HnZQ35N^kW( zE`~w-g^kYk3+)UN?uP4ht@X*pB4{ToBUA15{#bh;rQKxc0_n9>gn_g%ZW^mwWp$CS`^|b2Xsx zg59$7(AJ$lHN;wNHpJq)}}i~KgEQxUCS zP&+RtkYM|+l>8*wh48ttPyAN<=0Bd2;Kc7`M?C=7nrm|oiJU2LAK6zBtM)m+2A|~d z21GIex<5O|;$4g3Dc3H_QR}B@pRj z;92(K{}e~psSSX4+LWW60-cV>pp&@Ts;vj>{RjII0E(yT;~`x$&eB{~Ru)#c z9yHtI7lT{_b@w9y;b05Me@VX&YL=7fQpAPBji3S@!AKVwhd7PIe5YJ@X>^9zDZA?u zmOL5e94LKY=OQ|+&Xh;L2&cyBr131(Rye_KHQ^7Z-E55bk0*c^0%e-`Ve#!+YKr(h zh~^#{Qo1pQoiVexxOnWV7`=h&FaRgRSjsffsAgInlWV>zueO}Sn9lJm93E$`sh>Z8 z&1=GGP^{ul+$_S)pF|%J;CW_&h{&^9xKpj7lswf{IenIEQ7P)WmU?R|aLhonhXkk4 zK}Lk0VDjQOg&T7x&xO!urz(iCtOQ80-^o0CtEhGpCrb%9v4}n!1AG~twV#)72nJ9w zLXlx9m*}y8tSF0@Fv=h&Nv&(y%Ix^0zuX(rooD7hDhW^-RaB~h1KR*_eD>LARt@mT z(2jXD2@{NX6RWzI4l|RdV-Oj1gaFLr@*q590n5`yBtQ%TkCLCCkBWD)Qt)quPRJH7FNdkdVd~KG^Lhg$ntQ=$&)pdxD};>r z%{wE`VE)|&Sf3j}L>%{NK@g-StMf?8u}pF12qYjn^h8WxZpL=kr5MdmmPH`uFoOUS&|Vw?d>aT`zFE1g{R8mj;4*d+W>ahRKIiK5L9XA$!g~S(1ATp)$QC^? zB<&pc!{CZ-FeMKPG)}IATHz{dOPPNOa1`^e<&xbRAeI*bmyZn%!*7$*Hb-p|R z*x~455am_3*5VIq+^HIO+QMxGlV`uuyD>4S#HnO2{{!Ot`NK#ddg!`6Ui1Z5bNQJN zbB}bq#c5BtxVGtm&d%6L83@PnHnngoG8J6^t*g~D9=LlzT0%}s!r9bfAz2}|RfX}F z7_09g5^VhxUbg4TCg*)L?9+BkX z)P{>uY&J2Uo!&t|xIr?^hG(xeqEolT>CPkmj=^otU)a{^th;n@W@9GRGWe)iQHAHy zg}^Ik51eh0=tuaS)*fzV9Qv^e1X2`UK=^sS$roe`;OA#Tq70kD6oxtdav+?*S}T#Y zmff|0#+-B*H)c5>)0}k#HaZQN#B#V?yrmQ?DR;tBUBV~PGAYMlsI|1JS?y_-Gx*r_ zqcOwAr@r3&Ymp8DDTv+#IImm3?Nz#W{G*qG<-d?35W_t7Ah3vARS~R)9WObR1d zJi#2-KcHl130A>faE%(NfQ$cbg;tUH`@Gcv`_{5(h>fL|a+JyrZ;lUNzr5IzXs)fJ z&t3y`C=%#4Ym*8nKD0l zcwo+O0Alc=Y7qyk22mv0I|WfQDb;)=gp>k|60GG$& zt_4;hUjsNZlRq-qCCvF@!KuT_k(&Lu+_^>))g^Pl!`|z)E&ETf{Q&%$58*!(i+V61 zHC2J!SVL+Imiu444k{2}#5!m7668mh7?7JbH$Jr?E(&00COv@?{6Lf=e|yOYaTa$q zCHRK~>+LLpX@+le1W+lkfAgPz9lP|}Ub3m5z}5745IZzI2+nO#{Rn%3mbqp$&N|-> z{*^k6rQLx}r2C(&AX34BM^@kRlQZWM(0AMov6^Ty0D=B}Ax>AXUs(Spw`}S7QSH>- z?x5=zZa;m!0&Yy2TNp7Y2^s=(+C%DeuZckrF8jFCD0a9GnX9+g!E54l#HRGAJL~n&`g?tL z=gyr~mQ`R-rvOU62O;+}*Q;KQYWaa49#CtaBHH6-hQ5b%*IdwVhlf{7kMK`ZvjC+2 zqh~M<2yp>`iMD5enRs}3)Y1F5agy4-Gy~z_60h*jQL`q-rT_Z-hrhK4Uw$5l{webA zas846@N`7ngLsf4>rS6Lcdofz@B8OhmM|p;dB|bS?Z?XPbGWcppyyH>>3;z;Lhb)k L_`ZhMKlt=-)6drD literal 0 HcmV?d00001 diff --git a/dev/canonicalization/42abb260.png b/dev/canonicalization/42abb260.png new file mode 100644 index 0000000000000000000000000000000000000000..6c2db280af34bb04b050abb737f475b2c1529283 GIT binary patch literal 9721 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 QZv;E|nalp-Pmh23U(Jj$_5c6? literal 0 HcmV?d00001 diff --git a/dev/canonicalization/bb6fc047.png b/dev/canonicalization/bb6fc047.png deleted file mode 100644 index 986a5ca5c43c3c3dcbab964d5804b6ae755210a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9883 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 diff --git a/dev/canonicalization/c17846e2.png b/dev/canonicalization/c17846e2.png deleted file mode 100644 index 6518cfc4e03bb077ffd676d08d71521b722455a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9917 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 · QuantumClifford.jl

Canonicalization operations

Different types of canonicalization operations are implemented. All of them are types of Gaussian elimination.

canonicalize!

First do elimination on all X components and only then perform elimination on the Z components. Based on (Garcia et al., 2012). It is used in logdot for inner products of stabilizer states.

The final tableaux, if square should look like the following

If the tableaux is shorter than a square, the diagonals might not reach all the way to the right.

using QuantumClifford, CairoMakie
 f=Figure()
 stabilizerplot_axis(f[1,1], canonicalize!(random_stabilizer(20,30)))
-f
Example block output

canonicalize_rref!

Cycle between elimination on X and Z for each qubit. Particularly useful for tracing out qubits. Based on (Audenaert and Plenio, 2005). For convenience reasons, the canonicalization starts from the bottom row, and you can specify as a second argument which columns to be canonicalized (useful for tracing out arbitrary qubits, e.g., in traceout!).

The tableau canonicalization is done in recursive steps, each one of which results in something akin to one of these three options

using QuantumClifford, CairoMakie
+f
Example block output

canonicalize_rref!

Cycle between elimination on X and Z for each qubit. Particularly useful for tracing out qubits. Based on (Audenaert and Plenio, 2005). For convenience reasons, the canonicalization starts from the bottom row, and you can specify as a second argument which columns to be canonicalized (useful for tracing out arbitrary qubits, e.g., in traceout!).

The tableau canonicalization is done in recursive steps, each one of which results in something akin to one of these three options

using QuantumClifford, CairoMakie
 f=Figure()
 stabilizerplot_axis(f[1,1], canonicalize_rref!(random_stabilizer(20,30),1:30)[1])
-f
Example block output

canonicalize_gott!

First do elimination on all X components and only then perform elimination on the Z components, but without touching the qubits that were eliminated during the X pass. Unlike other canonicalization operations, qubit columns are reordered, providing for a straight diagonal in each block. Particularly useful as certain blocks of the new created matrix are related to logical operations of the corresponding code, e.g. computing the logical X and Z operators of a MixedDestabilizer. Based on (Gottesman, 1997).

A canonicalized tableau would look like the following (the right-most block does not exist for square tableaux).

using QuantumClifford, CairoMakie
+f
Example block output

canonicalize_gott!

First do elimination on all X components and only then perform elimination on the Z components, but without touching the qubits that were eliminated during the X pass. Unlike other canonicalization operations, qubit columns are reordered, providing for a straight diagonal in each block. Particularly useful as certain blocks of the new created matrix are related to logical operations of the corresponding code, e.g. computing the logical X and Z operators of a MixedDestabilizer. Based on (Gottesman, 1997).

A canonicalized tableau would look like the following (the right-most block does not exist for square tableaux).

using QuantumClifford, CairoMakie
 f=Figure()
 stabilizerplot_axis(f[1,1], canonicalize_gott!(random_stabilizer(30))[1])
-f
Example block output

canonicalize_clip!

Convert to the "clipped" gauge of a stabilizer state resulting in a "river" of non-identity operators around the diagonal.

using QuantumClifford, CairoMakie
+f
Example block output

canonicalize_clip!

Convert to the "clipped" gauge of a stabilizer state resulting in a "river" of non-identity operators around the diagonal.

using QuantumClifford, CairoMakie
 f=Figure()
 stabilizerplot_axis(f[1,1], canonicalize_clip!(random_stabilizer(30)))
-f
Example block output

The properties of the clipped gauge are:

  1. Each qubit is the left/right "endpoint" of exactly two stabilizer rows.
  2. For the same qubit the two endpoints are always different Pauli operators.

This canonicalization is used to derive the bigram a stabilizer state, which is also related to entanglement entropy in the state.

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in Appendix A of (Li et al., 2019).

+fExample block output

The properties of the clipped gauge are:

  1. Each qubit is the left/right "endpoint" of exactly two stabilizer rows.
  2. For the same qubit the two endpoints are always different Pauli operators.

This canonicalization is used to derive the bigram a stabilizer state, which is also related to entanglement entropy in the state.

Introduced in (Nahum et al., 2017), with a more detailed explanation of the algorithm in Appendix A of (Li et al., 2019).

diff --git a/dev/commonstates/index.html b/dev/commonstates/index.html index 3e66a05f6..9e53e7932 100644 --- a/dev/commonstates/index.html +++ b/dev/commonstates/index.html @@ -72,4 +72,4 @@ + XXXX + ZZ__ + _ZZ_ -+ __ZZ ++ __ZZ diff --git a/dev/datastructures/index.html b/dev/datastructures/index.html index e42f8563b..1bc043a27 100644 --- a/dev/datastructures/index.html +++ b/dev/datastructures/index.html @@ -1,2 +1,2 @@ -Datastructure Choice · QuantumClifford.jl

Data Structures Options

Choosing Appropriate Tableau Data Structure

There are four different data structures used to represent stabilizer states. If you will never need projective measurements you probably would want to use Stabilizer. If you require projective measurements, but only on pure states, Destabilizer should be the appropriate data structure. If mixed stabilizer states are involved, MixedStabilizer would be necessary.

Stabilizer is simply a list of Pauli operators in a tableau form. As a data structure it does not enforce the requirements for a pure stabilizer state (the rows of the tableau do not necessarily commute, nor are they forced to be Hermitian; the tableau might be underdetermined, redundant, or contradictory). It is up to the user to ensure that the initial values in the tableau are meaningful and consistent.

canonicalize!, project!, and generate! can accept an under determined (mixed state) Stabilizer instance and operate correctly. canonicalize! can also accept a redundant Stabilizer (i.e. not all rows are independent), leaving as many identity rows at the bottom of the canonicalized tableau as the number of redundant stabilizers in the initial tableau.

canonicalize! takes $\mathcal{O}(n^3)$ steps. generate! expects a canonicalized input and then takes $\mathcal{O}(n^2)$ steps. project! takes $\mathcal{O}(n^3)$ for projecting on commuting operators due to the need to call canonicalize! and generate!. If the projections is on an anticommuting operator (or if keep_result=false) then it takes $\mathcal{O}(n^2)$ steps.

MixedStabilizer provides explicit tracking of the rank of the mixed state and works properly when the projection is on a commuting operator not in the stabilizer (see table below for details). Otherwise it has the same performance as Stabilizer.

The canonicalization can be made unnecessary if we track the destabilizer generators. There are two data structures capable of that.

Destabilizer stores both the destabilizer and stabilizer states. project! called on it never requires a stabilizer canonicalization, hence it runs in $\mathcal{O}(n^2)$. However, project! will raise an exception if you try to project on a commuting state that is not in the stabilizer as that would be an expensive $\mathcal{O}(n^3)$ operation.

MixedDestabilizer tracks both the destabilizer operators and the logical operators in addition to the stabilizer generators. It does not require canonicalization for measurements and its project! operations always takes $\mathcal{O}(n^2)$.

For the operation _, anticom_index, result = project!(...) we have the following behavior:

projectionStabilizerMixedStabilizerDestabilizerMixedDestabilizer
on anticommuting operator anticom_index>0 result===nothingcorrect result in $\mathcal{O}(n^2)$ stepssame as Stabilizersame as Stabilizersame as Stabilizer
on commuting operator in the stabilizer anticom_index==0 result!==nothing$\mathcal{O}(n^3)$; or $\mathcal{O}(n^2)$ if keep_result=false$\mathcal{O}(n^3)$$\mathcal{O}(n^2)$ if the state is pure, throws exception otherwise$\mathcal{O}(n^2)$
on commuting operator out of the stabilizer[1] anticom_index==rank result===nothing$\mathcal{O}(n^3)$, but the user needs to manually include the new operator to the stabilizer; or $\mathcal{O}(n^2)$ if keep_result=false but then result indistinguishable from cell above and anticom_index==0$\mathcal{O}(n^3)$ and rank goes up by onenot applicable if the state is pure, throws exception otherwise$\mathcal{O}(n^2)$ and rank goes up by one

Notice the results when the projection operator commutes with the state but is not generated by the stabilizers of the state (the last row of the table). In that case we have _, anticom_index, result = project!(...) where both anticom_index==rank and result===nothing, with rank being the new rank after projection, one more than the number of rows in the tableau before the measurement.

Bit Packing in Integers and Array Order

We do not use boolean arrays to store information about the qubits as this would be wasteful (7 out of 8 bits in the boolean would be unused). Instead, we use all 8 qubits in a byte and perform bitwise logical operations as necessary. Implementation details of the object in RAM can matter for performance. The library permits any of the standard UInt types to be used for packing the bits, and larger UInt types (like UInt64) are usually faster as they permit working on 64 qubits at a time (instead of 1 if we used a boolean, or 8 if we used a byte).

Moreover, how a tableau is stored in memory can affect performance, as a row-major storage usually permits more efficient use of the CPU cache (for the particular algorithms we use).

Both of these parameters are benchmarked (testing the application of a Pauli operator, which is an $\mathcal{O}(n^2)$ operation; and testing the canonicalization of a Stabilizer, which is an $\mathcal{O}(n^3)$ operation). Row-major UInt64 is the best performing and it is used by default in this library.

  • 1This can occur only if the state being projected is mixed. Both Stabilizer and Destabilizer can be used for mixed states by simply providing fewer stabilizer generators than qubits at initialization. This can be useful for low-level code that tries to avoid the extra memory cost of using MixedStabilizer and MixedDestabilizer but should be avoided otherwise. project! works correctly or raises an explicit warning on all 4 data structures.
+Datastructure Choice · QuantumClifford.jl

Data Structures Options

Choosing Appropriate Tableau Data Structure

There are four different data structures used to represent stabilizer states. If you will never need projective measurements you probably would want to use Stabilizer. If you require projective measurements, but only on pure states, Destabilizer should be the appropriate data structure. If mixed stabilizer states are involved, MixedStabilizer would be necessary.

Stabilizer is simply a list of Pauli operators in a tableau form. As a data structure it does not enforce the requirements for a pure stabilizer state (the rows of the tableau do not necessarily commute, nor are they forced to be Hermitian; the tableau might be underdetermined, redundant, or contradictory). It is up to the user to ensure that the initial values in the tableau are meaningful and consistent.

canonicalize!, project!, and generate! can accept an under determined (mixed state) Stabilizer instance and operate correctly. canonicalize! can also accept a redundant Stabilizer (i.e. not all rows are independent), leaving as many identity rows at the bottom of the canonicalized tableau as the number of redundant stabilizers in the initial tableau.

canonicalize! takes $\mathcal{O}(n^3)$ steps. generate! expects a canonicalized input and then takes $\mathcal{O}(n^2)$ steps. project! takes $\mathcal{O}(n^3)$ for projecting on commuting operators due to the need to call canonicalize! and generate!. If the projections is on an anticommuting operator (or if keep_result=false) then it takes $\mathcal{O}(n^2)$ steps.

MixedStabilizer provides explicit tracking of the rank of the mixed state and works properly when the projection is on a commuting operator not in the stabilizer (see table below for details). Otherwise it has the same performance as Stabilizer.

The canonicalization can be made unnecessary if we track the destabilizer generators. There are two data structures capable of that.

Destabilizer stores both the destabilizer and stabilizer states. project! called on it never requires a stabilizer canonicalization, hence it runs in $\mathcal{O}(n^2)$. However, project! will raise an exception if you try to project on a commuting state that is not in the stabilizer as that would be an expensive $\mathcal{O}(n^3)$ operation.

MixedDestabilizer tracks both the destabilizer operators and the logical operators in addition to the stabilizer generators. It does not require canonicalization for measurements and its project! operations always takes $\mathcal{O}(n^2)$.

For the operation _, anticom_index, result = project!(...) we have the following behavior:

projectionStabilizerMixedStabilizerDestabilizerMixedDestabilizer
on anticommuting operator anticom_index>0 result===nothingcorrect result in $\mathcal{O}(n^2)$ stepssame as Stabilizersame as Stabilizersame as Stabilizer
on commuting operator in the stabilizer anticom_index==0 result!==nothing$\mathcal{O}(n^3)$; or $\mathcal{O}(n^2)$ if keep_result=false$\mathcal{O}(n^3)$$\mathcal{O}(n^2)$ if the state is pure, throws exception otherwise$\mathcal{O}(n^2)$
on commuting operator out of the stabilizer[1] anticom_index==rank result===nothing$\mathcal{O}(n^3)$, but the user needs to manually include the new operator to the stabilizer; or $\mathcal{O}(n^2)$ if keep_result=false but then result indistinguishable from cell above and anticom_index==0$\mathcal{O}(n^3)$ and rank goes up by onenot applicable if the state is pure, throws exception otherwise$\mathcal{O}(n^2)$ and rank goes up by one

Notice the results when the projection operator commutes with the state but is not generated by the stabilizers of the state (the last row of the table). In that case we have _, anticom_index, result = project!(...) where both anticom_index==rank and result===nothing, with rank being the new rank after projection, one more than the number of rows in the tableau before the measurement.

Bit Packing in Integers and Array Order

We do not use boolean arrays to store information about the qubits as this would be wasteful (7 out of 8 bits in the boolean would be unused). Instead, we use all 8 qubits in a byte and perform bitwise logical operations as necessary. Implementation details of the object in RAM can matter for performance. The library permits any of the standard UInt types to be used for packing the bits, and larger UInt types (like UInt64) are usually faster as they permit working on 64 qubits at a time (instead of 1 if we used a boolean, or 8 if we used a byte).

Moreover, how a tableau is stored in memory can affect performance, as a row-major storage usually permits more efficient use of the CPU cache (for the particular algorithms we use).

Both of these parameters are benchmarked (testing the application of a Pauli operator, which is an $\mathcal{O}(n^2)$ operation; and testing the canonicalization of a Stabilizer, which is an $\mathcal{O}(n^3)$ operation). Row-major UInt64 is the best performing and it is used by default in this library.

  • 1This can occur only if the state being projected is mixed. Both Stabilizer and Destabilizer can be used for mixed states by simply providing fewer stabilizer generators than qubits at initialization. This can be useful for low-level code that tries to avoid the extra memory cost of using MixedStabilizer and MixedDestabilizer but should be avoided otherwise. project! works correctly or raises an explicit warning on all 4 data structures.
diff --git a/dev/ecc_example_sim/index.html b/dev/ecc_example_sim/index.html index 0c367cf87..730be3bbf 100644 --- a/dev/ecc_example_sim/index.html +++ b/dev/ecc_example_sim/index.html @@ -22,5 +22,5 @@ pfmeasurements(frames)
4×6 Matrix{Bool}:
  0  0  0  0  0  0
  0  0  0  0  0  0
- 0  1  1  0  1  1
- 0  0  0  0  0  0
+ 0 0 0 0 0 1 + 0 0 0 0 0 0 diff --git a/dev/graphs/index.html b/dev/graphs/index.html index 2ad087184..17518f92c 100644 --- a/dev/graphs/index.html +++ b/dev/graphs/index.html @@ -43,4 +43,4 @@ + XZZ_ + ZX_Z + Z_XZ -+ _ZZX

Graphs are represented with the Graphs.jl package and plotting can be done both in Plots.jl and Makie.jl (with GraphMakie).

++ _ZZX

Graphs are represented with the Graphs.jl package and plotting can be done both in Plots.jl and Makie.jl (with GraphMakie).

diff --git a/dev/index.html b/dev/index.html index aa0aff49a..64c1ecfd8 100644 --- a/dev/index.html +++ b/dev/index.html @@ -15,4 +15,4 @@ julia> tCNOT * S"-XX +ZZ" - X_ -+ _Z

Circuit Simulation

The circuit simulation component of QuantumClifford.jl enables Monte Carlo (or symbolic) simulations of noisy Clifford circuits. It provides three main simulation methods: mctrajectories, pftrajectories, and petrajectories. These methods offer varying levels of efficiency, accuracy, and insight.

Monte Carlo Simulations with Stabilizer Tableaux (mctrajectories)

The mctrajectories method runs Monte Carlo simulations using a Stabilizer tableau representation for the quantum states.

Monte Carlo Simulations with Pauli Frames (pftrajectories)

The pftrajectories method runs Monte Carlo simulations of Pauli frames over a single reference Stabilizer tableau simulation. This approach is much more efficient but supports a smaller class of circuits.

Symbolic Depth-First Traversal of Quantum Trajectories (petrajectories)

The petrajectories method performs a depth-first traversal of the most probable quantum trajectories, providing a fixed-order approximation of the circuit's behavior. This approach gives symbolic expressions for various figures of merit instead of just a numeric value.

++ _Z

Circuit Simulation

The circuit simulation component of QuantumClifford.jl enables Monte Carlo (or symbolic) simulations of noisy Clifford circuits. It provides three main simulation methods: mctrajectories, pftrajectories, and petrajectories. These methods offer varying levels of efficiency, accuracy, and insight.

Monte Carlo Simulations with Stabilizer Tableaux (mctrajectories)

The mctrajectories method runs Monte Carlo simulations using a Stabilizer tableau representation for the quantum states.

Monte Carlo Simulations with Pauli Frames (pftrajectories)

The pftrajectories method runs Monte Carlo simulations of Pauli frames over a single reference Stabilizer tableau simulation. This approach is much more efficient but supports a smaller class of circuits.

Symbolic Depth-First Traversal of Quantum Trajectories (petrajectories)

The petrajectories method performs a depth-first traversal of the most probable quantum trajectories, providing a fixed-order approximation of the circuit's behavior. This approach gives symbolic expressions for various figures of merit instead of just a numeric value.

diff --git a/dev/mixed/index.html b/dev/mixed/index.html index 1bd055e93..ad2c9d8ce 100644 --- a/dev/mixed/index.html +++ b/dev/mixed/index.html @@ -57,4 +57,4 @@ + XXX + ZZ_ 𝒵ₗ━━━ -+ Z_Z

Destabilizer and MixedStabilizer do not use any column swaps on instantiation as they do not track the logical operators.

++ Z_Z

Destabilizer and MixedStabilizer do not use any column swaps on instantiation as they do not track the logical operators.

diff --git a/dev/noise/index.html b/dev/noise/index.html index 2989c5075..9dc2265ab 100644 --- a/dev/noise/index.html +++ b/dev/noise/index.html @@ -1,2 +1,2 @@ -Noise Processes · QuantumClifford.jl
+Noise Processes · QuantumClifford.jl
diff --git a/dev/noisycircuits/index.html b/dev/noisycircuits/index.html index e8258a0ce..679f2bd7d 100644 --- a/dev/noisycircuits/index.html +++ b/dev/noisycircuits/index.html @@ -1,2 +1,2 @@ -Simulation of Noisy Circuits · QuantumClifford.jl

Simulation of Noisy Clifford Circuits

Unstable

This is unfinished experimental functionality that will change significantly.

We have experimental support for simulation of noisy Clifford circuits which can be imported with using QuantumClifford.Experimental.NoisyCircuits.

Both Monte Carlo and Perturbative Expansion approaches are supported. When performing a perturbative expansion in the noise parameter, the expansion can optionally be performed symbolically, to arbitrary high orders.

Multiple notebooks with examples are also available. For instance, see this tutorial on entanglement purification for many examples.

+Simulation of Noisy Circuits · QuantumClifford.jl

Simulation of Noisy Clifford Circuits

Unstable

This is unfinished experimental functionality that will change significantly.

We have experimental support for simulation of noisy Clifford circuits which can be imported with using QuantumClifford.Experimental.NoisyCircuits.

Both Monte Carlo and Perturbative Expansion approaches are supported. When performing a perturbative expansion in the noise parameter, the expansion can optionally be performed symbolically, to arbitrary high orders.

Multiple notebooks with examples are also available. For instance, see this tutorial on entanglement purification for many examples.

diff --git a/dev/noisycircuits_API/index.html b/dev/noisycircuits_API/index.html index 1e739d8ba..11e606d22 100644 --- a/dev/noisycircuits_API/index.html +++ b/dev/noisycircuits_API/index.html @@ -1,2 +1,2 @@ -API · QuantumClifford.jl

Full API (autogenerated)

Unstable

This is experimental functionality with an unstable API.

+API · QuantumClifford.jl

Full API (autogenerated)

Unstable

This is experimental functionality with an unstable API.

diff --git a/dev/noisycircuits_mc/index.html b/dev/noisycircuits_mc/index.html index 51e10fe1a..515c8e4cd 100644 --- a/dev/noisycircuits_mc/index.html +++ b/dev/noisycircuits_mc/index.html @@ -15,7 +15,7 @@ # then a Bell measurement # followed by checking whether the final result indeed corresponds to the correct Bell pair. circuit = [n,g1,g2,m,v]Example block output

And we can run a Monte Carlo simulation of that circuit with mctrajectories.

mctrajectories(initial_state, circuit, trajectories=500)
Dict{CircuitStatus, Float64} with 4 entries:
+  false_success:CircuitStatus(2) => 9.0
   continue:CircuitStatus(0)      => 0.0
   true_success:CircuitStatus(1)  => 487.0
-  failure:CircuitStatus(3)       => 4.0
-  false_success:CircuitStatus(2) => 9.0

For more examples, see the notebook comparing the Monte Carlo and Perturbative method or this tutorial on entanglement purification for many examples.

Interface for custom operations

If you want to create a custom gate type (e.g. calling it Operation), you need to definite the following methods.

applywstatus!(s::T, g::Operation)::Tuple{T,Symbol} where T is a tableaux type like Stabilizer or a Register. The Symbol is the status of the operation. Predefined statuses are kept in the registered_statuses list, but you can add more. Be sure to expand this list if you want the trajectory simulators using your custom statuses to output all trajectories.

There is also applynoise! which is convenient wait to create a noise model that can then be plugged into the NoisyGate struct, letting you reuse the predefined perfect gates and measurements. However, you can also just make up your own noise operator simply by implementing applywstatus! for it.

You can also consult the list of implemented operators.

+ failure:CircuitStatus(3) => 4.0

For more examples, see the notebook comparing the Monte Carlo and Perturbative method or this tutorial on entanglement purification for many examples.

Interface for custom operations

If you want to create a custom gate type (e.g. calling it Operation), you need to definite the following methods.

applywstatus!(s::T, g::Operation)::Tuple{T,Symbol} where T is a tableaux type like Stabilizer or a Register. The Symbol is the status of the operation. Predefined statuses are kept in the registered_statuses list, but you can add more. Be sure to expand this list if you want the trajectory simulators using your custom statuses to output all trajectories.

There is also applynoise! which is convenient wait to create a noise model that can then be plugged into the NoisyGate struct, letting you reuse the predefined perfect gates and measurements. However, you can also just make up your own noise operator simply by implementing applywstatus! for it.

You can also consult the list of implemented operators.

diff --git a/dev/noisycircuits_ops/index.html b/dev/noisycircuits_ops/index.html index f051ff461..8d9301ab3 100644 --- a/dev/noisycircuits_ops/index.html +++ b/dev/noisycircuits_ops/index.html @@ -10,4 +10,4 @@ gate3 = SparseGate(tSWAP, [1,3]) cg = ConditionalGate(gate1, gate2, 2) dg = DecisionGate([gate1,gate2,gate3], bit_register->1) # it will always perform gate1 -[sMX(4,1), sMZ(5,2), cg, dg]Example block output

TODO: Split ConditionalGate into quantum conditional and classical conditional

+[sMX(4,1), sMZ(5,2), cg, dg]Example block output

TODO: Split ConditionalGate into quantum conditional and classical conditional

diff --git a/dev/noisycircuits_perturb/index.html b/dev/noisycircuits_perturb/index.html index 104f713c2..a353fba94 100644 --- a/dev/noisycircuits_perturb/index.html +++ b/dev/noisycircuits_perturb/index.html @@ -18,6 +18,6 @@ circuit = [n,g1,g2,m,v] petrajectories(initial_state, circuit)
Dict{CircuitStatus, Float64} with 3 entries:
+  false_success:CircuitStatus(2) => 0.019406
   true_success:CircuitStatus(1)  => 0.967065
-  failure:CircuitStatus(3)       => 0.0129373
-  false_success:CircuitStatus(2) => 0.019406

For more examples, see the notebook comparing the Monte Carlo and Perturbative method or this tutorial on entanglement purification.

Symbolic expansions

The perturbative expansion method works with symbolic variables as well. One can use any of the symbolic libraries available in Julia and simply plug symbolic parameters in lieu of numeric parameters. A detailed example is available as a Jupyter notebook.

Interface for custom operations

If you want to create a custom gate type (e.g. calling it Operation), you need to definite the following methods.

applyop_branches!(s::T, g::Operation; max_order=1)::Vector{Tuple{T,Symbol,Real,Int}} where T is a tableaux type like Stabilizer or a Register. The Symbol is the status of the operation, the Real is the probability for that branch, and the Int is the order of that branch.

There is also applynoise_branches! which is convenient for use in NoisyGate, but you can also just make up your own noise operator simply by implementing applyop_branches! for it.

You can also consult the list of implemented operators.

+ failure:CircuitStatus(3) => 0.0129373

For more examples, see the notebook comparing the Monte Carlo and Perturbative method or this tutorial on entanglement purification.

Symbolic expansions

The perturbative expansion method works with symbolic variables as well. One can use any of the symbolic libraries available in Julia and simply plug symbolic parameters in lieu of numeric parameters. A detailed example is available as a Jupyter notebook.

Interface for custom operations

If you want to create a custom gate type (e.g. calling it Operation), you need to definite the following methods.

applyop_branches!(s::T, g::Operation; max_order=1)::Vector{Tuple{T,Symbol,Real,Int}} where T is a tableaux type like Stabilizer or a Register. The Symbol is the status of the operation, the Real is the probability for that branch, and the Int is the order of that branch.

There is also applynoise_branches! which is convenient for use in NoisyGate, but you can also just make up your own noise operator simply by implementing applyop_branches! for it.

You can also consult the list of implemented operators.

diff --git a/dev/objects.inv b/dev/objects.inv index b88569ce2ddc35846bd9c37fdb49ceb2a6a24a31..49b3435f66aae2be5097733db3d82a075466a84b 100644 GIT binary patch delta 12 TcmaE0_`q<2H>2@JpD7XmBbo%; delta 12 TcmaE0_`q<2H>1%;pD7XmBb5Z& diff --git a/dev/plotting/a3632643.svg b/dev/plotting/50806753.svg similarity index 98% rename from dev/plotting/a3632643.svg rename to dev/plotting/50806753.svg index 404f6ff84..da9085db9 100644 --- a/dev/plotting/a3632643.svg +++ b/dev/plotting/50806753.svg @@ -1,23 +1,23 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Visualizations · QuantumClifford.jl

Visualizations

Stabilizers have a plot recipe that can be used with Plots.jl or Makie.jl. It simply displays the corresponding parity check matrix (extracted with stab_to_gf2) as a bitmap image. Circuits can be visualized with Quantikz.jl.

Importing the aforementioned packages together with QuantumClifford is necessary to enable the plotting functionality (implemented as package extensions).

Plots.jl

In Plots.jl we have a simple recipe plot(s::Stabilizer; xzcomponents=...) where xzcomponents=:split plots the tableau heatmap in a wide form, X bits on the left, Z bits on the right; or xzcomponents=:together plots them overlapping, with different colors for I, X, Z, and Y.

using QuantumClifford, Plots
-plot(random_stabilizer(20,30), xzcomponents=:split)
Example block output
using QuantumClifford, Plots
-plot(canonicalize!(random_stabilizer(20,30)))
Example block output
using QuantumClifford, Plots
-plot(canonicalize_gott!(random_stabilizer(30))[1], xzcomponents=:split)
Example block output
using QuantumClifford, Plots
-plot(canonicalize_gott!(random_stabilizer(30))[1]; xzcomponents=:together)
Example block output
using QuantumClifford, Plots
-plot(canonicalize_rref!(random_stabilizer(20,30),1:30)[1]; xzcomponents=:together)
Example block output

Makie.jl

Makie's heatmap can be directly called on Stabilizer.

using QuantumClifford, CairoMakie
+plot(random_stabilizer(20,30), xzcomponents=:split)
Example block output
using QuantumClifford, Plots
+plot(canonicalize!(random_stabilizer(20,30)))
Example block output
using QuantumClifford, Plots
+plot(canonicalize_gott!(random_stabilizer(30))[1], xzcomponents=:split)
Example block output
using QuantumClifford, Plots
+plot(canonicalize_gott!(random_stabilizer(30))[1]; xzcomponents=:together)
Example block output
using QuantumClifford, Plots
+plot(canonicalize_rref!(random_stabilizer(20,30),1:30)[1]; xzcomponents=:together)
Example block output

Makie.jl

Makie's heatmap can be directly called on Stabilizer.

using QuantumClifford, CairoMakie
 s = S"IIXZ
       ZZIZ
       YYIZ
@@ -47,4 +47,4 @@
 f=Figure()
 stabilizerplot_axis(f[1,1],random_stabilizer(100))
 f
Example block output

Quantikz.jl

With the Quantikz library you can visualize gates or sequences of gates.

using QuantumClifford, Quantikz
-circuit = [sCNOT(1,2), SparseGate(random_clifford(4), [1,4,5,6]), sMZ(4)]
Example block output
+circuit = [sCNOT(1,2), SparseGate(random_clifford(4), [1,4,5,6]), sMZ(4)]Example block output diff --git a/dev/references/index.html b/dev/references/index.html index cfd5686e7..5f2b7baa0 100644 --- a/dev/references/index.html +++ b/dev/references/index.html @@ -1,2 +1,2 @@ -Suggested Readings & References · QuantumClifford.jl

Suggested reading

For the basis of the tableaux methods first read (Gottesman, 1998) followed by the more efficient approach described in (Aaronson and Gottesman, 2004).

The tableaux can be canonicalized (i.e. Gaussian elimination can be performed on them) in a number of different ways, and considering the different approaches provides useful insight. The following methods are implemented in this library:

For the use of these methods in error correction and the subtle overlap between the two fields consider these resources. They are also useful in defining some of the specific constraints in commutation between rows in the tableaux:

These publications describe the uniform sampling of random stabilizer states:

For circuit construction routines (for stabilizer measurements for a given code):

For quantum code construction routines:

For classical code construction routines:

References

+Suggested Readings & References · QuantumClifford.jl

Suggested reading

For the basis of the tableaux methods first read (Gottesman, 1998) followed by the more efficient approach described in (Aaronson and Gottesman, 2004).

The tableaux can be canonicalized (i.e. Gaussian elimination can be performed on them) in a number of different ways, and considering the different approaches provides useful insight. The following methods are implemented in this library:

For the use of these methods in error correction and the subtle overlap between the two fields consider these resources. They are also useful in defining some of the specific constraints in commutation between rows in the tableaux:

These publications describe the uniform sampling of random stabilizer states:

For circuit construction routines (for stabilizer measurements for a given code):

For quantum code construction routines:

For classical code construction routines:

References

diff --git a/dev/stab-algebra-manual/index.html b/dev/stab-algebra-manual/index.html index df108d649..04ccd89f8 100644 --- a/dev/stab-algebra-manual/index.html +++ b/dev/stab-algebra-manual/index.html @@ -310,4 +310,4 @@ 𝒮𝓉𝒶𝒷━ + _ZX - _Z_ -- Z_X

Mixed States

Both the Stabilizer and Destabilizer structures have more general forms that enable work with mixed stabilizer states. They are the MixedStabilizer and MixedDestabilizer structures, described in Mixed States. More information that can be seen in the data structures page, which expands upon the algorithms available for each structure.

Random States and Circuits

random_clifford, random_stabilizer, and enumerate_cliffords can be used for the generation of random states.

+- Z_X

Mixed States

Both the Stabilizer and Destabilizer structures have more general forms that enable work with mixed stabilizer states. They are the MixedStabilizer and MixedDestabilizer structures, described in Mixed States. More information that can be seen in the data structures page, which expands upon the algorithms available for each structure.

Random States and Circuits

random_clifford, random_stabilizer, and enumerate_cliffords can be used for the generation of random states.

diff --git a/dev/tutandpub/index.html b/dev/tutandpub/index.html index aac7d06a2..7fbea74c6 100644 --- a/dev/tutandpub/index.html +++ b/dev/tutandpub/index.html @@ -1,2 +1,2 @@ -Tutorials and Publications · QuantumClifford.jl
+Tutorials and Publications · QuantumClifford.jl