From 4accb985cc1e27dcdb9b80578ea8ee742bb0e266 Mon Sep 17 00:00:00 2001 From: Victor Vanthilt <73738005+VictorVanthilt@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:31:45 +0100 Subject: [PATCH] Fix typo in `IDMRG` struct Defaults was spelled as Defualts in the `IDMRG` groundstate struct --- src/algorithms/groundstate/idmrg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/groundstate/idmrg.jl b/src/algorithms/groundstate/idmrg.jl index b60adc9b..09c5c837 100644 --- a/src/algorithms/groundstate/idmrg.jl +++ b/src/algorithms/groundstate/idmrg.jl @@ -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()