Skip to content

Commit

Permalink
[WIP] [ITensors] Excise ITensors.ITensorMPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 22, 2024
1 parent 5fb4696 commit 2344320
Show file tree
Hide file tree
Showing 99 changed files with 0 additions and 16,527 deletions.
1 change: 0 additions & 1 deletion ext/ITensorsChainRulesCoreExt/ITensorsChainRulesCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ include("indexset.jl")
include("itensor.jl")
include("LazyApply/LazyApply.jl")
include("non_differentiable.jl")
include("itensormps.jl")
include("smallstrings.jl")
end
12 changes: 0 additions & 12 deletions ext/ITensorsChainRulesCoreExt/itensormps.jl

This file was deleted.

13 changes: 0 additions & 13 deletions src/ITensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,6 @@ include("nullspace.jl")
include("lib/ITensorsOpsExt/src/ITensorsOpsExt.jl")
include("fermions/fermions.jl")
export fparity, isfermionic
include("lib/ITensorMPS/src/ITensorMPS.jl")
using .ITensorMPS: ITensorMPS
# Reexport everything exported by `ITensors.ITensorMPS`
# except for `ITensorMPS` itself. Ideally we would use
# `Reexport.jl` but that is not supported right now:
# https://github.com/simonster/Reexport.jl/issues/27
# https://github.com/simonster/Reexport.jl/issues/39
for name in names(ITensorMPS)
if name :ITensorMPS
@eval using .ITensorMPS: $name
@eval export $name
end
end
include("lib/ITensorsNamedDimsArraysExt/src/ITensorsNamedDimsArraysExt.jl")
using .ITensorsNamedDimsArraysExt: ITensorsNamedDimsArraysExt
include("../ext/ITensorsChainRulesCoreExt/ITensorsChainRulesCoreExt.jl")
Expand Down
52 changes: 0 additions & 52 deletions src/lib/ITensorMPS/examples/autodiff/circuit_optimization/op.jl

This file was deleted.

This file was deleted.

81 changes: 0 additions & 81 deletions src/lib/ITensorMPS/examples/autodiff/circuit_optimization/vqe.jl

This file was deleted.

49 changes: 0 additions & 49 deletions src/lib/ITensorMPS/examples/autodiff/mps_autodiff.jl

This file was deleted.

Loading

0 comments on commit 2344320

Please sign in to comment.