From 8cd2d11125c74d548bc58a20e1c5790e02c1c260 Mon Sep 17 00:00:00 2001 From: Joseph Tindall <51231103+JoeyT1994@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:08:07 -0500 Subject: [PATCH] Update examples/gauging/gauging_itns.jl Co-authored-by: Matt Fishman --- examples/gauging/gauging_itns.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gauging/gauging_itns.jl b/examples/gauging/gauging_itns.jl index 0246e443..68c032a0 100644 --- a/examples/gauging/gauging_itns.jl +++ b/examples/gauging/gauging_itns.jl @@ -46,7 +46,7 @@ end """Bring an ITN into the Vidal gauge, various methods possible. Result is timed""" function benchmark_state_gauging( ψ::ITensorNetwork; - mode="BeliefPropagation", + mode="belief_propagation", no_iterations=50, BP_update_order::String="sequential", )