Skip to content

Commit

Permalink
fixed some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirup-m committed Dec 6, 2024
1 parent 58d75e2 commit c23fba3
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2,108 deletions.
867 changes: 1 addition & 866 deletions Manifest.toml

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ version = "0.1.0"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Documenter, fermions
using Documenter, Fermions

makedocs(sitename="Fermions.jl")
deploydocs(
repo = "github.com/abhirup-m/fermions.jl.git",
repo = "github.com/abhirup-m/Fermions.jl.git",
)
313 changes: 0 additions & 313 deletions examples/.ipynb_checkpoints/SSHChain-checkpoint.ipynb

This file was deleted.

923 changes: 0 additions & 923 deletions examples/.ipynb_checkpoints/TightBinding1D-checkpoint.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion src/Fermions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module fermions
module Fermions

using ProgressMeter, LinearAlgebra, Combinatorics

Expand Down
Binary file removed test/data-iterdiag/dRUB0jM9-1
Binary file not shown.
Binary file removed test/data-iterdiag/dRUB0jM9-2
Binary file not shown.
Binary file removed test/data-iterdiag/dRUB0jM9-3
Binary file not shown.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Test, LinearAlgebra, ProgressMeter, Serialization
using fermions
using Fermions

include("testing_helpers.jl")
include("base_tests.jl")
Expand Down

0 comments on commit c23fba3

Please sign in to comment.