Skip to content

Commit

Permalink
Runic
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendesignolle committed Sep 25, 2024
1 parent 4f33b22 commit 8305e8f
Show file tree
Hide file tree
Showing 11 changed files with 2,351 additions and 2,345 deletions.
7 changes: 0 additions & 7 deletions .JuliaFormatter.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"

[compat]
Combinatorics = "1"
FrankWolfe = "0.3.5"
FrankWolfe = "0.4"
LinearAlgebra = "1"
Polyhedra = "0.7.8"
Printf = "1"
Expand Down
42 changes: 21 additions & 21 deletions src/BellPolytopes.jl
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
module BellPolytopes

using Combinatorics
using FrankWolfe
using LinearAlgebra
using Polyhedra
using Printf
using Random
using Serialization
using Tullio

include("quantum_utils.jl")
include("types.jl")
include("fw_methods.jl")
include("utils.jl")
include("callback.jl")
include("bell_frank_wolfe.jl")
include("local_bound.jl")
include("nonlocality_threshold.jl")

end # module
module BellPolytopes

using Combinatorics
using FrankWolfe
using LinearAlgebra
using Polyhedra
using Printf
using Random
using Serialization
using Tullio

include("quantum_utils.jl")
include("types.jl")
include("fw_methods.jl")
include("utils.jl")
include("callback.jl")
include("bell_frank_wolfe.jl")
include("local_bound.jl")
include("nonlocality_threshold.jl")

end # module
Loading

0 comments on commit 8305e8f

Please sign in to comment.