Skip to content

Commit 7938a7e

Browse files
Fix typo in IDMRG struct (#231)
Defaults was spelled as Defualts in the `IDMRG` groundstate struct
1 parent da6732f commit 7938a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/groundstate/idmrg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(TYPEDFIELDS)
1515
maxiter::Int = Defaults.maxiter
1616

1717
"setting for how much information is displayed"
18-
verbosity::Int = Defualts.verbosity
18+
verbosity::Int = Defaults.verbosity
1919

2020
"algorithm used for gauging the MPS"
2121
alg_gauge = Defaults.alg_gauge()

0 commit comments

Comments
 (0)