Skip to content

Commit

Permalink
Move NDTensors to a subdir to prepare for registering (ITensor#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored and achuchmala committed Apr 11, 2022
1 parent fdfb0ec commit 5b0531d
Show file tree
Hide file tree
Showing 40 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions NDTensors/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "NDTensors"
uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
authors = ["Matthew Fishman <[email protected]>"]
version = "0.1.34"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

[compat]
Compat = "2.1, 3"
Dictionaries = "0.3.5"
HDF5 = "0.14, 0.15"
Requires = "1.1"
StaticArrays = "0.12, 1.0"
Strided = "0.3, 1"
TimerOutputs = "0.5.5"
TupleTools = "1.2.0"
julia = "1.3"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/ITensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Zeros
#####################################
# NDTensors
#
include("NDTensors/NDTensors.jl")
include("../NDTensors/src/NDTensors.jl")
using .NDTensors

#####################################
Expand Down

0 comments on commit 5b0531d

Please sign in to comment.