Skip to content

Commit

Permalink
include vomps.jl into the package
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwei94 committed Feb 1, 2025
1 parent 72aeac7 commit d0fc5b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ Documentation for [VUMPSAutoDiff](https://github.com/tangwei94/VUMPSAutoDiff.jl)

```@autodocs
Modules = [VUMPSAutoDiff]
Order = [:type, :function]
Pages = [
"vomps.jl",
"toolbox/gauge_fixing.jl",
"vumps.jl",
#... other files
]
```
6 changes: 5 additions & 1 deletion src/VUMPSAutoDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ export MPSMPSTransferMatrix, MPSMPOMPSTransferMatrix
export ACMap, fixed_point
export right_env, left_env
export gauge_fixing, overall_u1_phase
export mps_update, vumps_update, vumps
export mps_update!, mps_update, vumps_update, vumps

export vomps!, VOMPSOptions

export DIIS_extrapolation_alg, power_method_alg, iterative_solver

Expand All @@ -34,4 +36,6 @@ include("vumps.jl");
include("toolbox/diis.jl")
include("toolbox/gauge_fixing.jl");

include("vomps.jl");

end

0 comments on commit d0fc5b1

Please sign in to comment.