Skip to content

Commit 76e39df

Browse files
committed
change standard setting for VUMPS to parallel=true
1 parent 83528ab commit 76e39df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/groundstate/vumps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $(TYPEDFIELDS)
3636

3737
sequential::Bool = false
3838

39-
parallel::Bool = false
39+
parallel::Bool = true
4040

4141
prepare::Bool = true
4242

0 commit comments

Comments
 (0)