Skip to content

Commit 4517770

Browse files
Update documentation on auto_tidyup
1 parent d8a280a commit 4517770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/users_guide/settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Here, we list out each setting along with the specific functions that will use i
1313

1414
- `tidyup_tol::Float64 = 1e-14` : tolerance for [`tidyup`](@ref) and [`tidyup!`](@ref).
1515
- `auto_tidyup::Bool = true` : Automatically tidyup during the following situations:
16-
* Solving for eigenstates, including [`eigenstates`](@ref), [`eigsolve`](@ref), [`eigsolve_al`](@ref), [`bloch_redfield_tensor`](@ref), [`brterm`](@ref) and [`brmesolve`](@ref).
16+
* Solving for eigenstates, including [`eigenstates`](@ref), [`eigsolve`](@ref), [`eigsolve_al`](@ref)
17+
* Creating [`bloch_redfield_tensor`](@ref) or [`brterm`](@ref), and solving [`brmesolve`](@ref).
1718
- (to be announced)
1819

1920
## Change default settings

0 commit comments

Comments
 (0)