Skip to content

Commit

Permalink
Fix typo in IDMRG struct
Browse files Browse the repository at this point in the history
Defaults was spelled as Defualts in the `IDMRG` groundstate struct
  • Loading branch information
VictorVanthilt authored Jan 21, 2025
1 parent da6732f commit 4accb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/groundstate/idmrg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $(TYPEDFIELDS)
maxiter::Int = Defaults.maxiter

"setting for how much information is displayed"
verbosity::Int = Defualts.verbosity
verbosity::Int = Defaults.verbosity

"algorithm used for gauging the MPS"
alg_gauge = Defaults.alg_gauge()
Expand Down

0 comments on commit 4accb98

Please sign in to comment.