Identify all PMFCs below rank 5#47
Draft
Chenqitrg wants to merge 17 commits intoQuantumKitHub:mainfrom
Draft
Conversation
|
Your PR requires formatting changes to meet the project's style guidelines. Click here to view the suggested changes.diff --git a/src/aliases.jl b/src/aliases.jl
index 183a215..45c40aa 100644
--- a/src/aliases.jl
+++ b/src/aliases.jl
@@ -225,7 +225,7 @@ Base.getindex(::CenterTable, ::Type{VecS3}) = ZVecS3
@objectnames Fib⁻xZ3MTC⁻ = PMFC{6, 1, 4, 5, 0, 4} I0 I1 I2 τ0 τ1 τ2
@objectnames Fib⁻xZ3MTC = PMFC{6, 1, 4, 5, 0, 5} I0 I1 I2 τ0 τ1 τ2
-@objectnames Ising⁻xZ2 = PMFC{6, 1, 0, 1, 0, 0} I0 ψ1 I1 ψ0 σ0 σ1
+@objectnames Ising⁻xZ2 = PMFC{6, 1, 0, 1, 0, 0} I0 ψ1 I1 ψ0 σ0 σ1
@objectnames Ising7xsVec = PMFC{6, 1, 0, 1, 0, 1} II Iψ ψψ ψI σI σψ # Such a factorization may not be canonical, can also be Ising⁻xsVec
@objectnames Ising5xsVec = PMFC{6, 1, 0, 1, 1, 0} II Iψ ψψ ψI σI σψ # Such a factorization may not be canonical, can also be Ising3⁻xsVec
@objectnames Ising5xZ2 = PMFC{6, 1, 0, 1, 1, 1} I0 ψ1 I1 ψ0 σ0 σ1 # Such a factorization may not be canonical. There is ambiguity in distinguishing σ0 and σ1. |
Also format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR added three families of aliases: SU2, PSU2, and Kitaev's 16-fold-way. Further test is still needed.
This PR is related to #46, because many same category appear multiple times in these aliases.
Still needs more discussions about: