Skip to content

Identify UMTCs by central charge with rank lower than 5#41

Draft
Chenqitrg wants to merge 11 commits into
QuantumKitHub:mainfrom
Chenqitrg:main
Draft

Identify UMTCs by central charge with rank lower than 5#41
Chenqitrg wants to merge 11 commits into
QuantumKitHub:mainfrom
Chenqitrg:main

Conversation

@Chenqitrg
Copy link
Copy Markdown

@Chenqitrg Chenqitrg commented Mar 31, 2026

Hi, this is intended only to be discussion. There are still some problems. There are several missing UMTCs discussed in #40.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 31, 2026

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/aliases.jl b/src/aliases.jl
index fc7c711..68013eb 100644
--- a/src/aliases.jl
+++ b/src/aliases.jl
@@ -81,7 +81,6 @@ Base.getindex(::CenterTable, ::Type{VecS3}) = ZVecS3
 @objectnames U1_1 = PMFC{2, 1, 0, 1, 1, 0} 0 1
 
 
-
 # All rank-3 PMFCs are identified!
 
 @objectnames Ising = PMFC{3, 1, 0, 1, 1, 3} I ψ σ
@@ -89,7 +88,7 @@ Base.getindex(::CenterTable, ::Type{VecS3}) = ZVecS3
 @objectnames Ising3 = PMFC{3, 1, 0, 1, 0, 3} I ψ σ # c = 3//2 Ising type UMTC
 @objectnames Ising5 = PMFC{3, 1, 0, 1, 0, 0} I ψ σ # c = 5//2 Ising type UMTC
 @objectnames Ising7 = PMFC{3, 1, 0, 1, 1, 0} I ψ σ # c = 7//2 Ising type UMTC
- 
+
 
 @objectnames Z3MTC = PMFC{3, 1, 2, 1, 0, 1} 0 1 2
 
@@ -113,7 +112,6 @@ Base.getindex(::CenterTable, ::Type{VecS3}) = ZVecS3
 @objectnames U1_2 = PMFC{4, 1, 2, 1, 2, 0} 0 2 1 3
 
 
-
 # @objectnames JK4 = PMFC{5, 1, 0, 3, 1, 1} 0 4 3 1 2 # Not found. Should be here.
 
 _umtcs_lowrank_centralcharge = [
diff --git a/test/aliases.jl b/test/aliases.jl
index 5484b09..36105ef 100644
--- a/test/aliases.jl
+++ b/test/aliases.jl
@@ -2,4 +2,4 @@
     for (alias, name) in aliases
         @test alias == name
     end
-end
\ No newline at end of file
+end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant