Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Sep 26, 2023
1 parent 33fea8d commit 219d129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ function midswap_dual_rail(eA,eB,gA,gB,Pd,Vis)
return [m11 0 0 0 ; 0 m22 m23 0 ; 0 m23' m33 0 ; 0 0 0 m44]

Check warning on line 27 in src/StatesZoo/single_dual_rail_midswap/single_dual_rail_midswap.jl

View check run for this annotation

Codecov / codecov/patch

src/StatesZoo/single_dual_rail_midswap/single_dual_rail_midswap.jl#L27

Added line #L27 was not covered by tests
end

```
"""
Generates the spin-spin density matrix for linear photonic entanglement swap
with emissive memories emitting single rail photonic qubits from the paper [prajit2023entangling](@cite)
```
"""
@withmetadata struct SingleRailMidSwapBell <: AbstractTwoQubitState
eA::Float64
eB::Float64
Expand All @@ -43,10 +43,10 @@ end
symbollabel(x::SingleRailMidSwapBell) = "ρˢʳᵐˢ"

Check warning on line 43 in src/StatesZoo/single_dual_rail_midswap/single_dual_rail_midswap.jl

View check run for this annotation

Codecov / codecov/patch

src/StatesZoo/single_dual_rail_midswap/single_dual_rail_midswap.jl#L43

Added line #L43 was not covered by tests


```
"""
Generates the spin-spin density matrix for linear photonic entanglement swap with emissive
memories emitting dual rail photonic qubits from the paper [prajit2023entangling](@cite)
```
"""
@withmetadata struct DualRailMidSwapBell <: AbstractTwoQubitState
eA::Float64
eB::Float64
Expand Down
4 changes: 2 additions & 2 deletions src/StatesZoo/zalm_pair/zalm_pair.jl
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,10 @@ function cascaded_source_spin(Ns,gA,gB,eAm,eBm,eAs,eBs,eD,Pd,Pdo1,Pdo2,VisF)
end


```
"""
Generate symbolic object for the spin-spin density matrix for a
cascaded source swapped with emissive spin memories from the paper [prajit2023entangling](@cite)
```
"""
@withmetadata struct ZALMpair <: AbstractTwoQubitState
Ns::Float64
gA::Float64
Expand Down

0 comments on commit 219d129

Please sign in to comment.