-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,026 additions
and
781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
module SpinGlassNetworks | ||
using LabelledGraphs | ||
using Graphs | ||
using MetaGraphs # TODO: to be replaced by MetaGraphsNext | ||
using CSV | ||
using JLD2 | ||
using DocStringExtensions | ||
using LinearAlgebra, MKL | ||
using Base.Cartesian | ||
using SparseArrays | ||
using HDF5 | ||
using CUDA, CUDA.CUSPARSE | ||
using SpinGlassTensors | ||
import Base.Prehashed | ||
using LabelledGraphs | ||
using Graphs | ||
using MetaGraphs # TODO: to be replaced by MetaGraphsNext | ||
using CSV | ||
using JLD2 | ||
using DocStringExtensions | ||
using LinearAlgebra, MKL | ||
using Base.Cartesian | ||
using SparseArrays | ||
using HDF5 | ||
using CUDA, CUDA.CUSPARSE | ||
using SpinGlassTensors | ||
import Base.Prehashed | ||
|
||
|
||
include("ising.jl") | ||
include("spectrum.jl") | ||
include("lattice.jl") | ||
#include("projectors.jl") | ||
include("clustered_hamiltonian.jl") | ||
include("bp.jl") | ||
include("truncate.jl") | ||
include("utils.jl") | ||
include("ising.jl") | ||
include("spectrum.jl") | ||
include("lattice.jl") | ||
#include("projectors.jl") | ||
include("clustered_hamiltonian.jl") | ||
include("bp.jl") | ||
include("truncate.jl") | ||
include("utils.jl") | ||
end # module |
Oops, something went wrong.