Skip to content

Commit

Permalink
Update docs library, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed May 1, 2024
1 parent adcf24a commit 6ca5b19
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
PEPSKit = "52969e89-939e-4361-9b68-9bc7cde4bdeb"

[compat]
Documenter = "0.27"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ makedocs(;
],
)

deploydocs(; repo="https://github.com/quantumghent/PEPSKit.jl.git")
# deploydocs(; repo="https://github.com/quantumghent/PEPSKit.jl.git")
6 changes: 5 additions & 1 deletion docs/src/lib/lib.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Coming soon.
# Library

```@autodocs
Modules = [PEPSKit, PEPSKit.Defaults]
```
3 changes: 1 addition & 2 deletions src/PEPSKit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ Module containing default values that represent typical algorithm parameters.
- `ctmrg_maxiter = 100`: Maximal number of CTMRG iterations per run
- `ctmrg_miniter = 4`: Minimal number of CTMRG carried out
- `ctmrg_tol = 1e-12`: Tolerance checking singular value and norm convergence
- `fpgrad_maxiter = 100`: Maximal number of iterations for computing the CTMRG
fixed-point gradient
- `fpgrad_maxiter = 100`: Maximal number of iterations for computing the CTMRG fixed-point gradient
- `fpgrad_tol = 1e-6`: Convergence tolerance for the fixed-point gradient iteration
"""
Expand Down
4 changes: 2 additions & 2 deletions src/operators/infinitepepo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ function InfinitePEPO(d::Integer, D::Integer)
end

"""
InfinitePEPO(d, D, L)
InfinitePEPO(d, D, (Lx, Ly, Lz)))
InfinitePEPO(d, D, L)
InfinitePEPO(d, D, (Lx, Ly, Lz)))
Allow users to pass in integers and specify unit cell.
"""
Expand Down

0 comments on commit 6ca5b19

Please sign in to comment.