Skip to content

Commit cd704ef

Browse files
committed
Delete SiteTypes, LazyApply, Ops modules
1 parent 46ff8d4 commit cd704ef

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ authors = ["ITensor developers <[email protected]> and contributors"]
44
version = "0.8.0"
55

66
[deps]
7-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
87
ITensorBase = "4795dd04-0d67-49bb-8f44-b89c448a1dc7"
98
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
109
TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a"
1110

1211
[compat]
13-
ChainRulesCore = "1.25.1"
1412
ITensorBase = "0.1.2"
1513
LinearAlgebra = "1.10.0"
1614
TensorAlgebra = "0.1.1"

src/ITensors.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@ using ITensorBase:
2323
# Quirks, decide where or if to define.
2424
using ITensorBase: OneITensor, dag, dim, factorize, hasqns, itensor, onehot, order, permute
2525

26-
include("SiteTypes/SiteTypes.jl")
27-
using .SiteTypes: SiteTypes
28-
include("LazyApply/LazyApply.jl")
29-
using .LazyApply: LazyApply
30-
include("Ops/Ops.jl")
31-
using .Ops: Ops
32-
33-
# TODO: Used in `ITensorMPS.jl`, define in `BackendSelection.jl`.
26+
# TODO: Used in `ITensorMPS.jl`, define in `BackendSelection.jl` or `AlgorithmSelection.jl`.
3427
struct Algorithm{algname} end
3528
macro Algorithm_str(algname)
3629
return :(Algorithm{$(Expr(:quote, Symbol(algname)))})
File renamed without changes.

0 commit comments

Comments
 (0)