rework a lot of the QED model to use QEDcore/base/processes

This commit is contained in:
2024-07-03 20:24:53 +02:00
parent a1581182ca
commit 6a9a7b41f1
21 changed files with 458 additions and 436 deletions

View File

@ -1,5 +1,6 @@
using SafeTestsets
#=
@safetestset "Utility Unit Tests " begin
include("unit_tests_utility.jl")
end
@ -18,9 +19,11 @@ end
@safetestset "ABC-Model Unit Tests " begin
include("unit_tests_abcmodel.jl")
end
=#
@safetestset "QED-Model Unit Tests " begin
include("unit_tests_qedmodel.jl")
end
#=
@safetestset "QED Feynman Diagram Generation Tests" begin
include("unit_tests_qed_diagrams.jl")
end
@ -39,3 +42,4 @@ end
@safetestset "Known Graph Tests " begin
include("known_graphs.jl")
end
=#