Skip to content

Commit

Permalink
Merge remote-tracking branch 'GitHub/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsNiggemann committed Aug 20, 2023
2 parents 9540500 + 3acb6ca commit 23aaee5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.*/
Manifest.toml
1 change: 0 additions & 1 deletion src/SpinFRGLattices.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module SpinFRGLattices

using StaticArrays,StructArrays,Test
version() = "0.4.0@matias"

include("GeometryEssentials.jl")
export sumElements,sitePair,Geometry,ArrayForm
Expand Down
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ end
testOnsitePairAdapt()

S1 = LargeSquareKagome.getDimerSquareKagome(3)
testPairListAdaptation(S1,LargeSquareKagome.Basis.NCell)
testPairListAdaptation(S1,LargeSquareKagome.Basis.NCell)
@testset "Testing TriangularLattice" begin
testGeometry(TriangularLattice.getTriangularLattice(6))
end
end

0 comments on commit 23aaee5

Please sign in to comment.