From b0e7c352b4ba6430aa77bfeca4140a5e059240ff Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Tue, 22 Oct 2024 02:35:13 +0000 Subject: [PATCH] build based on 6a8dbb4 --- dev/.documenter-siteinfo.json | 2 +- dev/API/index.html | 134 ++++++++++---------- dev/ECC_API/index.html | 14 +- dev/ECC_evaluating/5771f17e.png | Bin 0 -> 42906 bytes dev/ECC_evaluating/a7799318.png | Bin 55446 -> 0 bytes dev/ECC_evaluating/de44a129.png | Bin 42753 -> 0 bytes dev/ECC_evaluating/ef3bac7e.png | Bin 0 -> 55787 bytes dev/ECC_evaluating/index.html | 4 +- dev/allops/index.html | 2 +- dev/canonicalization/4fb90daa.png | Bin 9671 -> 0 bytes dev/canonicalization/50272d0d.png | Bin 9868 -> 0 bytes dev/canonicalization/838dcca8.png | Bin 0 -> 9744 bytes dev/canonicalization/989781e7.png | Bin 9880 -> 0 bytes dev/canonicalization/c8628a69.png | Bin 0 -> 9855 bytes dev/canonicalization/d1f6e2a5.png | Bin 0 -> 9735 bytes dev/canonicalization/d717ca69.png | Bin 9396 -> 0 bytes dev/canonicalization/f7964b88.png | Bin 0 -> 9626 bytes dev/canonicalization/index.html | 8 +- dev/commonstates/index.html | 2 +- dev/datastructures/index.html | 2 +- dev/ecc_example_sim/index.html | 6 +- 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 | 2 +- dev/noisycircuits_ops/index.html | 2 +- dev/noisycircuits_perturb/index.html | 2 +- dev/plotting/{33d94897.svg => 285ee7c1.svg} | 12 +- dev/plotting/{4bea7805.svg => 5796d4e5.svg} | 12 +- dev/plotting/{304a0046.svg => 697d9eaf.svg} | 12 +- dev/plotting/{94a98303.svg => 906c3b1a.svg} | 12 +- dev/plotting/{d31f8297.svg => a8e1fbf8.svg} | 12 +- dev/plotting/index.html | 12 +- dev/references/index.html | 2 +- dev/stab-algebra-manual/index.html | 2 +- dev/tutandpub/index.html | 2 +- 39 files changed, 135 insertions(+), 135 deletions(-) create mode 100644 dev/ECC_evaluating/5771f17e.png delete mode 100644 dev/ECC_evaluating/a7799318.png delete mode 100644 dev/ECC_evaluating/de44a129.png create mode 100644 dev/ECC_evaluating/ef3bac7e.png delete mode 100644 dev/canonicalization/4fb90daa.png delete mode 100644 dev/canonicalization/50272d0d.png create mode 100644 dev/canonicalization/838dcca8.png delete mode 100644 dev/canonicalization/989781e7.png create mode 100644 dev/canonicalization/c8628a69.png create mode 100644 dev/canonicalization/d1f6e2a5.png delete mode 100644 dev/canonicalization/d717ca69.png create mode 100644 dev/canonicalization/f7964b88.png rename dev/plotting/{33d94897.svg => 285ee7c1.svg} (98%) rename dev/plotting/{4bea7805.svg => 5796d4e5.svg} (98%) rename dev/plotting/{304a0046.svg => 697d9eaf.svg} (99%) rename dev/plotting/{94a98303.svg => 906c3b1a.svg} (98%) rename dev/plotting/{d31f8297.svg => a8e1fbf8.svg} (99%) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index d9ee266ca..50628c17b 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-20T17:03:10","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-22T02:35:05","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/API/index.html b/dev/API/index.html index 2358dac3b..451bebd87 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,32 +294,32 @@
 + _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_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_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.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.

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])
+0x01

See also: comm!

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.

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
@@ -327,7 +327,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";
@@ -344,7 +344,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
@@ -357,7 +357,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_
@@ -421,15 +421,15 @@
 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.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")
++ 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.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
@@ -451,32 +451,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
@@ -611,25 +611,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
@@ -656,7 +656,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
@@ -678,21 +678,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}}}
@@ -710,28 +710,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
@@ -743,7 +743,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
 
@@ -766,7 +766,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
 
@@ -789,4 +789,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 1317bb64e..7b0886a81 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/5771f17e.png b/dev/ECC_evaluating/5771f17e.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba4175037d54fd6ade2ce101dccd49d13c9fd43 GIT binary patch literal 42906 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 literal 0 HcmV?d00001 diff --git a/dev/ECC_evaluating/a7799318.png b/dev/ECC_evaluating/a7799318.png deleted file mode 100644 index 9ab272a2a79b56b2790bb35b6a1649c0ca697aab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55446 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 w%6|$G3j{ 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 Fe*n~2d-wnV diff --git a/dev/ECC_evaluating/ef3bac7e.png b/dev/ECC_evaluating/ef3bac7e.png new file mode 100644 index 0000000000000000000000000000000000000000..43c52da6dc4beac6c607abfb2653d080a0188305 GIT binary patch literal 55787 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

aE1`#v}Rtk0;Em{V^kO?LKSa+M_9UZZJ^t#r6f) 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

Eq3)v>7S2gn?c+O<| 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 literal 0 HcmV?d00001 diff --git a/dev/ECC_evaluating/index.html b/dev/ECC_evaluating/index.html index 470c3469a..a9e5b0ea7 100644 --- a/dev/ECC_evaluating/index.html +++ b/dev/ECC_evaluating/index.html @@ -38,7 +38,7 @@ end end -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
+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 63f18759b..4cd105cb4 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/4fb90daa.png b/dev/canonicalization/4fb90daa.png deleted file mode 100644 index 4ea8c0419d3aea34a1ded83c893d5cf1d218bc2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9671 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 diff --git a/dev/canonicalization/50272d0d.png b/dev/canonicalization/50272d0d.png deleted file mode 100644 index ddc710cf64d27d7db4e228ae4393bae77d35df4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9868 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 O`}Q2#&H3HQi~j|UrRh`v diff --git a/dev/canonicalization/838dcca8.png b/dev/canonicalization/838dcca8.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5191b6ffad6239e11d92c332b24a204ec2b9c7 GIT binary patch literal 9744 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 literal 0 HcmV?d00001 diff --git a/dev/canonicalization/989781e7.png b/dev/canonicalization/989781e7.png deleted file mode 100644 index a3a2409eb428f6d4a97dfd0ded6ce3a868fada69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9880 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 diff --git a/dev/canonicalization/c8628a69.png b/dev/canonicalization/c8628a69.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa9c5d2de1e4d2a8b6baeb0c8f9f9ff6e42408b GIT binary patch literal 9855 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 literal 0 HcmV?d00001 diff --git a/dev/canonicalization/d1f6e2a5.png b/dev/canonicalization/d1f6e2a5.png new file mode 100644 index 0000000000000000000000000000000000000000..c5bb6fac79da013d403309982e89f30815d9a57d GIT binary patch literal 9735 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 diff --git a/dev/canonicalization/f7964b88.png b/dev/canonicalization/f7964b88.png new file mode 100644 index 0000000000000000000000000000000000000000..68ee0494af67375e666567160b88127c61ac2ba6 GIT binary patch literal 9626 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 g?>~7cY2Nxy>cG<^Canonicalization · 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 60d6383e8..e3c28a4ff 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 17aafdbaa..2359fbc65 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 4dec76155..7f1883c6f 100644 --- a/dev/ecc_example_sim/index.html +++ b/dev/ecc_example_sim/index.html @@ -20,7 +20,7 @@ errors = [PauliError(i,errprob) for i in 1:code_n(code)] fullcircuit = [ecirc..., errors..., scirc...]Example block output

And running this noisy simulation:

frames = pftrajectories(fullcircuit; trajectories=nframes)
 pfmeasurements(frames)
4×6 Matrix{Bool}:
+ 1  1  1  1  1  1
+ 1  0  1  1  0  1
  0  0  0  0  0  0
- 0  0  1  0  0  1
- 0  0  0  0  0  0
- 0  0  0  0  0  0
+ 1 1 0 1 1 0 diff --git a/dev/graphs/index.html b/dev/graphs/index.html index 513e04d01..c3fcdbe81 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 920bb7f63..790f158ef 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 a4e67ecfb..bce84a95e 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 7d5680825..dbeb71eac 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 77ec320ad..6ced64953 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 6eb4bf2b5..969803839 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 152666a54..e035d6c90 100644 --- a/dev/noisycircuits_mc/index.html +++ b/dev/noisycircuits_mc/index.html @@ -18,4 +18,4 @@ continue:CircuitStatus(0) => 0.0 failure:CircuitStatus(3) => 4.0 false_success:CircuitStatus(2) => 9.0 - true_success:CircuitStatus(1) => 487.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.

+ true_success:CircuitStatus(1) => 487.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 36ae20642..b008589c9 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 e75765dda..a0b291e5a 100644 --- a/dev/noisycircuits_perturb/index.html +++ b/dev/noisycircuits_perturb/index.html @@ -20,4 +20,4 @@ petrajectories(initial_state, circuit)
Dict{CircuitStatus, Float64} with 3 entries:
   failure:CircuitStatus(3)       => 0.0129373
   false_success:CircuitStatus(2) => 0.019406
-  true_success:CircuitStatus(1)  => 0.967065

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.

+ true_success:CircuitStatus(1) => 0.967065

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/plotting/33d94897.svg b/dev/plotting/285ee7c1.svg similarity index 98% rename from dev/plotting/33d94897.svg rename to dev/plotting/285ee7c1.svg index e13315af0..70719ae45 100644 --- a/dev/plotting/33d94897.svg +++ b/dev/plotting/285ee7c1.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 bc50b97c6..c90c0ef25 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

  • Aaronson, S. and Gottesman, D. (2004). Improved simulation of stabilizer circuits. Physical Review A 70, 052328.
  • Abbe, E.; Shpilka, A. and Ye, M. (2020). Reed–Muller codes: Theory and algorithms. IEEE Transactions on Information Theory 67, 3251–3277.
  • Anderson, J. T.; Duclos-Cianci, G. and Poulin, D. (2014). Fault-tolerant conversion between the steane and reed-muller quantum codes. Physical review letters 113, 080501.
  • Audenaert, K. M. and Plenio, M. B. (2005). Entanglement on mixed stabilizer states: normal forms and reduction procedures. New Journal of Physics 7, 170.
  • Bose, R. C. and Ray-Chaudhuri, D. K. (1960). Further results on error correcting binary group codes. Information and Control 3, 279–290.
  • Bose, R. C. and Ray-Chaudhuri, D. K. (1960). On a class of error correcting binary group codes. Information and control 3, 68–79.
  • Bravyi, S. and Maslov, D. (2021). Hadamard-free circuits expose the structure of the Clifford group. IEEE Transactions on Information Theory 67, 4546–4563.
  • Brown, W. and Fawzi, O. (Jul 2013). Short Random Circuits Define Good Quantum Error Correcting Codes. In: 2013 IEEE International Symposium on Information Theory; pp. 346–350.
  • Calderbank, A. R.; Rains, E. M.; Shor, P. and Sloane, N. J. (1998). Quantum error correction via codes over GF (4). IEEE Transactions on Information Theory 44, 1369–1387.
  • Campbell, E. T.; Anwar, H. and Browne, D. E. (2012). Magic-state distillation in all prime dimensions using quantum reed-muller codes. Physical Review X 2, 041021.
  • Chao, R. and Reichardt, B. W. (2017). Quantum Error Correction with Only Two Extra Qubits. Physical review letters 121 5, 050502.
  • Cleve, R. and Gottesman, D. (1997). Efficient computations of encodings for quantum error correction. Physical Review A 56, 76.
  • Djordjevic, I. B. (2021). Quantum information processing, quantum computing, and quantum error correction: an engineering approach (Academic Press).
  • Fowler, A. G.; Mariantoni, M.; Martinis, J. M. and Cleland, A. N. (2012). Surface codes: Towards practical large-scale quantum computation. Physical Review A 86, 032324.
  • Garcia, H. J.; Markov, I. L. and Cross, A. W. (2012). Efficient inner-product algorithm for stabilizer states, arXiv preprint arXiv:1210.6646.
  • Gottesman, D. (1996). Class of quantum error-correcting codes saturating the quantum Hamming bound. Physical Review A 54, 1862.
  • Gottesman, D. (1997). Stabilizer codes and quantum error correction. Ph.D. Thesis, California Institute of Technology.
  • Gottesman, D. (1998). The Heisenberg representation of quantum computers. In: International Conference on Group Theoretic Methods in Physics (Citeseer).
  • Grassl, M. (2002). Algorithmic aspects of quantum error-correcting codes. Mathematics of Quantum Computation, 223–252.
  • Grassl, M. (2011). Variations on encoding circuits for stabilizer quantum codes. In: International Conference on Coding and Cryptology (Springer); pp. 142–158.
  • Gullans, M. J.; Krastanov, S.; Huse, D. A.; Jiang, L. and Flammia, S. T. (2021). Quantum Coding with Low-Depth Random Circuits. Physical Review X 11, 031066.
  • Hocquenghem, A. (1959). Codes correcteurs d'erreurs. Chiffers 2, 147–156.
  • Knill, E. and Laflamme, R. (1996). Concatenated quantum codes, arXiv preprint quant-ph/9608012.
  • Koenig, R. and Smolin, J. A. (2014). How to efficiently select an arbitrary Clifford group element. Journal of Mathematical Physics 55, 122202.
  • Krastanov, S.; de la Cerda, A. S. and Narang, P. (2020). Heterogeneous Multipartite Entanglement Purification for Size-Constrained Quantum Devices, arXiv preprint arXiv:2011.11640.
  • Li, Y.; Chen, X. and Fisher, M. P. (2019). Measurement-driven entanglement transition in hybrid quantum circuits. Physical Review B 100, 134306.
  • Lin, S. and Costello, D. (2024). Error Control Coding (Pearson).
  • MacKay, D. J.; Mitchison, G. and McFadden, P. L. (2004). Sparse-graph codes for quantum error correction. IEEE Transactions on Information Theory 50, 2315–2330.
  • Muller, D. E. (1954). Application of Boolean algebra to switching circuit design and to error detection. Transactions of the IRE professional group on electronic computers, 6–12.
  • Nahum, A.; Ruhman, J.; Vijay, S. and Haah, J. (2017). Quantum Entanglement Growth under Random Unitary Dynamics. Physical Review X 7, 031016.
  • Panteleev, P. and Kalachev, G. (2021). Degenerate Quantum LDPC Codes With Good Finite Length Performance. Quantum 5, 585, arXiv:1904.02703 [quant-ph].
  • Panteleev, P. and Kalachev, G. (Jun 2022). Asymptotically Good Quantum and Locally Testable Classical LDPC Codes. In: Proceedings of the 54th Annual ACM SIGACT Symposium on Theory of Computing (ACM, Rome Italy); pp. 375–388.
  • Raaphorst, S. (2003). Reed-muller codes. Carleton University, May 9.
  • Raveendran, N.; Rengaswamy, N.; Rozpędek, F.; Raina, A.; Jiang, L. and Vasić, B. (2022). Finite Rate QLDPC-GKP Coding Scheme That Surpasses the CSS Hamming Bound. Quantum 6, 767.
  • Reed, I. S. (1954). A class of multiple-error-correcting codes and the decoding scheme. IEEE Transactions on Information Theory 4, 38–49.
  • Roffe, J.; Cohen, L. Z.; Quintavalle, A. O.; Chandra, D. and Campbell, E. T. (2023). Bias-Tailored Quantum LDPC Codes. Quantum 7, 1005.
  • Steane, A. M. (1999). Quantum reed-muller codes. IEEE Transactions on Information Theory 45, 1701–1703.
  • Steane, A. M. (2007). A tutorial on quantum error correction. In: PROCEEDINGS-INTERNATIONAL SCHOOL OF PHYSICS ENRICO FERMI, Vol. 162 (IOS Press; Ohmsha; 1999); p. 1.
  • Van Den Berg, E. (2021). A simple method for sampling random Clifford operators. In: 2021 IEEE International Conference on Quantum Computing and Engineering (QCE) (IEEE); pp. 54–59.
  • Wilde, M. M. (2009). Logical operators of quantum codes. Physical Review A 79, 062322.
  • Yu, S.; Bierbrauer, J.; Dong, Y.; Chen, Q. and Oh, C. H. (2013). All the Stabilizer Codes of Distance 3. IEEE Transactions on Information Theory 59, 5179–5185.
+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

  • Aaronson, S. and Gottesman, D. (2004). Improved simulation of stabilizer circuits. Physical Review A 70, 052328.
  • Abbe, E.; Shpilka, A. and Ye, M. (2020). Reed–Muller codes: Theory and algorithms. IEEE Transactions on Information Theory 67, 3251–3277.
  • Anderson, J. T.; Duclos-Cianci, G. and Poulin, D. (2014). Fault-tolerant conversion between the steane and reed-muller quantum codes. Physical review letters 113, 080501.
  • Audenaert, K. M. and Plenio, M. B. (2005). Entanglement on mixed stabilizer states: normal forms and reduction procedures. New Journal of Physics 7, 170.
  • Bose, R. C. and Ray-Chaudhuri, D. K. (1960). Further results on error correcting binary group codes. Information and Control 3, 279–290.
  • Bose, R. C. and Ray-Chaudhuri, D. K. (1960). On a class of error correcting binary group codes. Information and control 3, 68–79.
  • Bravyi, S. and Maslov, D. (2021). Hadamard-free circuits expose the structure of the Clifford group. IEEE Transactions on Information Theory 67, 4546–4563.
  • Brown, W. and Fawzi, O. (Jul 2013). Short Random Circuits Define Good Quantum Error Correcting Codes. In: 2013 IEEE International Symposium on Information Theory; pp. 346–350.
  • Calderbank, A. R.; Rains, E. M.; Shor, P. and Sloane, N. J. (1998). Quantum error correction via codes over GF (4). IEEE Transactions on Information Theory 44, 1369–1387.
  • Campbell, E. T.; Anwar, H. and Browne, D. E. (2012). Magic-state distillation in all prime dimensions using quantum reed-muller codes. Physical Review X 2, 041021.
  • Chao, R. and Reichardt, B. W. (2017). Quantum Error Correction with Only Two Extra Qubits. Physical review letters 121 5, 050502.
  • Cleve, R. and Gottesman, D. (1997). Efficient computations of encodings for quantum error correction. Physical Review A 56, 76.
  • Djordjevic, I. B. (2021). Quantum information processing, quantum computing, and quantum error correction: an engineering approach (Academic Press).
  • Fowler, A. G.; Mariantoni, M.; Martinis, J. M. and Cleland, A. N. (2012). Surface codes: Towards practical large-scale quantum computation. Physical Review A 86, 032324.
  • Garcia, H. J.; Markov, I. L. and Cross, A. W. (2012). Efficient inner-product algorithm for stabilizer states, arXiv preprint arXiv:1210.6646.
  • Gottesman, D. (1996). Class of quantum error-correcting codes saturating the quantum Hamming bound. Physical Review A 54, 1862.
  • Gottesman, D. (1997). Stabilizer codes and quantum error correction. Ph.D. Thesis, California Institute of Technology.
  • Gottesman, D. (1998). The Heisenberg representation of quantum computers. In: International Conference on Group Theoretic Methods in Physics (Citeseer).
  • Grassl, M. (2002). Algorithmic aspects of quantum error-correcting codes. Mathematics of Quantum Computation, 223–252.
  • Grassl, M. (2011). Variations on encoding circuits for stabilizer quantum codes. In: International Conference on Coding and Cryptology (Springer); pp. 142–158.
  • Gullans, M. J.; Krastanov, S.; Huse, D. A.; Jiang, L. and Flammia, S. T. (2021). Quantum Coding with Low-Depth Random Circuits. Physical Review X 11, 031066.
  • Hocquenghem, A. (1959). Codes correcteurs d'erreurs. Chiffers 2, 147–156.
  • Knill, E. and Laflamme, R. (1996). Concatenated quantum codes, arXiv preprint quant-ph/9608012.
  • Koenig, R. and Smolin, J. A. (2014). How to efficiently select an arbitrary Clifford group element. Journal of Mathematical Physics 55, 122202.
  • Krastanov, S.; de la Cerda, A. S. and Narang, P. (2020). Heterogeneous Multipartite Entanglement Purification for Size-Constrained Quantum Devices, arXiv preprint arXiv:2011.11640.
  • Li, Y.; Chen, X. and Fisher, M. P. (2019). Measurement-driven entanglement transition in hybrid quantum circuits. Physical Review B 100, 134306.
  • Lin, S. and Costello, D. (2024). Error Control Coding (Pearson).
  • MacKay, D. J.; Mitchison, G. and McFadden, P. L. (2004). Sparse-graph codes for quantum error correction. IEEE Transactions on Information Theory 50, 2315–2330.
  • Muller, D. E. (1954). Application of Boolean algebra to switching circuit design and to error detection. Transactions of the IRE professional group on electronic computers, 6–12.
  • Nahum, A.; Ruhman, J.; Vijay, S. and Haah, J. (2017). Quantum Entanglement Growth under Random Unitary Dynamics. Physical Review X 7, 031016.
  • Panteleev, P. and Kalachev, G. (2021). Degenerate Quantum LDPC Codes With Good Finite Length Performance. Quantum 5, 585, arXiv:1904.02703 [quant-ph].
  • Panteleev, P. and Kalachev, G. (Jun 2022). Asymptotically Good Quantum and Locally Testable Classical LDPC Codes. In: Proceedings of the 54th Annual ACM SIGACT Symposium on Theory of Computing (ACM, Rome Italy); pp. 375–388.
  • Raaphorst, S. (2003). Reed-muller codes. Carleton University, May 9.
  • Raveendran, N.; Rengaswamy, N.; Rozpędek, F.; Raina, A.; Jiang, L. and Vasić, B. (2022). Finite Rate QLDPC-GKP Coding Scheme That Surpasses the CSS Hamming Bound. Quantum 6, 767.
  • Reed, I. S. (1954). A class of multiple-error-correcting codes and the decoding scheme. IEEE Transactions on Information Theory 4, 38–49.
  • Roffe, J.; Cohen, L. Z.; Quintavalle, A. O.; Chandra, D. and Campbell, E. T. (2023). Bias-Tailored Quantum LDPC Codes. Quantum 7, 1005.
  • Steane, A. M. (1999). Quantum reed-muller codes. IEEE Transactions on Information Theory 45, 1701–1703.
  • Steane, A. M. (2007). A tutorial on quantum error correction. In: PROCEEDINGS-INTERNATIONAL SCHOOL OF PHYSICS ENRICO FERMI, Vol. 162 (IOS Press; Ohmsha; 1999); p. 1.
  • Van Den Berg, E. (2021). A simple method for sampling random Clifford operators. In: 2021 IEEE International Conference on Quantum Computing and Engineering (QCE) (IEEE); pp. 54–59.
  • Wilde, M. M. (2009). Logical operators of quantum codes. Physical Review A 79, 062322.
  • Yu, S.; Bierbrauer, J.; Dong, Y.; Chen, Q. and Oh, C. H. (2013). All the Stabilizer Codes of Distance 3. IEEE Transactions on Information Theory 59, 5179–5185.
diff --git a/dev/stab-algebra-manual/index.html b/dev/stab-algebra-manual/index.html index ec528b456..35fb460eb 100644 --- a/dev/stab-algebra-manual/index.html +++ b/dev/stab-algebra-manual/index.html @@ -302,4 +302,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 e68537263..4da7d2627 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