Skip to content

Commit 2344320

Browse files
committed
[WIP] [ITensors] Excise ITensors.ITensorMPS
1 parent 5fb4696 commit 2344320

File tree

99 files changed

+0
-16527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+0
-16527
lines changed

ext/ITensorsChainRulesCoreExt/ITensorsChainRulesCoreExt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ include("indexset.jl")
1515
include("itensor.jl")
1616
include("LazyApply/LazyApply.jl")
1717
include("non_differentiable.jl")
18-
include("itensormps.jl")
1918
include("smallstrings.jl")
2019
end

ext/ITensorsChainRulesCoreExt/itensormps.jl

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/ITensors.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,19 +157,6 @@ include("nullspace.jl")
157157
include("lib/ITensorsOpsExt/src/ITensorsOpsExt.jl")
158158
include("fermions/fermions.jl")
159159
export fparity, isfermionic
160-
include("lib/ITensorMPS/src/ITensorMPS.jl")
161-
using .ITensorMPS: ITensorMPS
162-
# Reexport everything exported by `ITensors.ITensorMPS`
163-
# except for `ITensorMPS` itself. Ideally we would use
164-
# `Reexport.jl` but that is not supported right now:
165-
# https://github.com/simonster/Reexport.jl/issues/27
166-
# https://github.com/simonster/Reexport.jl/issues/39
167-
for name in names(ITensorMPS)
168-
if name :ITensorMPS
169-
@eval using .ITensorMPS: $name
170-
@eval export $name
171-
end
172-
end
173160
include("lib/ITensorsNamedDimsArraysExt/src/ITensorsNamedDimsArraysExt.jl")
174161
using .ITensorsNamedDimsArraysExt: ITensorsNamedDimsArraysExt
175162
include("../ext/ITensorsChainRulesCoreExt/ITensorsChainRulesCoreExt.jl")

src/lib/ITensorMPS/examples/autodiff/circuit_optimization/op.jl

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/lib/ITensorMPS/examples/autodiff/circuit_optimization/state_preparation.jl

Lines changed: 0 additions & 65 deletions
This file was deleted.

src/lib/ITensorMPS/examples/autodiff/circuit_optimization/vqe.jl

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/lib/ITensorMPS/examples/autodiff/mps_autodiff.jl

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)