Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
houpc committed Jan 25, 2024
1 parent 53567a9 commit 30cb522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/GV_diagrams/readfile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function read_vertex4diagrams(filename::AbstractString; spinPolarPara::Float64=0
guuId = Ver4Id(para, UpUp, gId_Di.type, k=gId_Di.extK, t=gId_Di.extT, chan=gId_Di.channel)
gudId = Ver4Id(para, UpDown, gId_Di.type, k=gId_Di.extK, t=gId_Di.extT, chan=gId_Di.channel)
guu = Graph([gDi, gEx], properties=guuId)
gud = Graph([gDi, gEx], subgraph_factors=[0.5, -0.5], properties=gudId)
gud = Graph([gDi], properties=gudId)
append!(graphvec, [guu, gud])
append!(extTs, [extT, extT])
append!(responses, [UpUp, UpDown])
Expand Down Expand Up @@ -399,7 +399,6 @@ function read_one_vertex4diagram!(io::IO, GNum::Int, verNum::Int, loopNum::Int,
end

push!(graphs, Graph(leafs, operator=IR.Prod(), properties=diagid, factor=spinFactor * symfactor))
# push!(DiEx_existed, DiEx[iex])
end

return graphs
Expand Down

0 comments on commit 30cb522

Please sign in to comment.