Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
titaschanda committed Dec 20, 2023
1 parent 6e664ed commit 8df78f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ settings = Dict(
:pages =>
[
"Introduction" => "index.md"
"MPS based methods" => [
"StateEnvs" => "mps/state_envs.md"
]
"DMRG" => "dmrg.md"
],
:format => Documenter.HTML(; assets=["assets/favicon.ico"], prettyurls=false),
Expand Down
8 changes: 8 additions & 0 deletions docs/src/mps/state_envs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `StateEnvs`: A container to store the MPS and its environment

At the lowest-level of abstraction, TeNLib defines `StateEnvs` to hold an MPS and its environment to be modified in place.
Skip this part if you want to avoid lower-level abstraction.

```@autodocs
Pages = ["mps/state_envs.jl"]
```

0 comments on commit 8df78f1

Please sign in to comment.