Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
houpc committed Apr 19, 2024
1 parent 3e85ec2 commit 0455f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/frontend/GV_diagrams/readfile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ function read_one_diagram!(type::Symbol, io::IO, GNum::Int, verNum::Int, loopNum
spinFactors = _StringtoIntVector(readline(io))

extIndex = extIndex .- offset
if type == :sigma
extIndex[2] = findfirst(isequal(extIndex[1]), permutation)
end
extNum = length(extIndex)
extK = zeros(loopNum)

Expand Down

0 comments on commit 0455f1a

Please sign in to comment.