Skip to content

Commit

Permalink
Set up package
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Mar 13, 2024
1 parent ef2f366 commit 6eaf1db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "ITensorMPS"
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
version = "1.0.0-DEV"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
5 changes: 5 additions & 0 deletions src/ITensorMPS.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module ITensorMPS

# Write your package code here.

end
6 changes: 6 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using ITensorMPS
using Test

@testset "ITensorMPS.jl" begin
# Write your tests here.
end

0 comments on commit 6eaf1db

Please sign in to comment.