Skip to content

Commit

Permalink
Fix a typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed May 21, 2024
1 parent f6c4ec0 commit 85be933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tensorci2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ Arguments:
- `f`: The function to fit.
- `f` is the function to be interpolated. `f` should have a single parameter, which is a vector of the same length as `localdims`. The return type should be `ValueType`.
- `localdims::Union{Vector{Int},NTuple{N,Int}}` is a `Vector` (or `Tuple`) that contains the local dimension of each index of `f`.
- `initialpivots::Vector{MultiIndex}` is a vector of pivots to be used for initialization. Default: `[1, 1, ...]`.
- `tolerance::Float64` is a float specifying the target tolerance for the interpolation. Default: `1e-8`.
- `maxbonddim::Int` specifies the maximum bond dimension for the TCI. Default: `typemax(Int)`, i.e. effectively unlimited.
- `maxiter::Int` is the maximum number of iterations (i.e. optimization sweeps) before aborting the TCI construction. Default: `200`.
Expand Down

0 comments on commit 85be933

Please sign in to comment.