Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ITensors] Excise ITensors.ITensorMPS #1551

Merged
merged 22 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading