Skip to content

Commit adb429b

Browse files
authored
Define substitute, split off generic code (#12)
1 parent 0c19c8b commit adb429b

File tree

3 files changed

+277
-167
lines changed

3 files changed

+277
-167
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorNetworksNext"
22
uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c"
33
authors = ["ITensor developers <[email protected]> and contributors"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -17,6 +17,7 @@ NamedGraphs = "678767b0-92e7-4007-89e4-4527a8725b19"
1717
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
1818
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
1919
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
20+
TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
2021
WrappedUnions = "325db55a-9c6c-5b90-b1a2-ec87e7a38c44"
2122

2223
[compat]
@@ -33,5 +34,6 @@ NamedGraphs = "0.6.9, 0.7"
3334
SimpleTraits = "0.9.5"
3435
SplitApplyCombine = "1.2.3"
3536
TermInterface = "2"
37+
TypeParameterAccessors = "0.4.4"
3638
WrappedUnions = "0.3"
3739
julia = "1.10"

0 commit comments

Comments
 (0)