File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ using PEPSKit:
1818# initialize parameters
1919χbond = 2
2020χenv = 16
21- svd_algs = [SVDAdjoint(; fwd_alg = LAPACK_DivideAndConquer), SVDAdjoint(; fwd_alg = IterSVD())]
21+ svd_algs = [SVDAdjoint(; fwd_alg = LAPACK_DivideAndConquer() ), SVDAdjoint(; fwd_alg = IterSVD())]
2222projector_algs = [:halfinfinite] # , :fullinfinite]
2323unitcells = [(1 , 1 ), (3 , 4 )]
2424atol = 1.0e-5
5959 maxiter = 200 ,
6060 svd_alg = SVDAdjoint(; fwd_alg = IterSVD(; alg = GKL(; tol = 1.0e-14 , krylovdim = χenv + 10 ))),
6161 )
62- ctm_alg_full = SimultaneousCTMRG(; svd_alg = SVDAdjoint(; fwd_alg = LAPACK_DivideAndConquer))
62+ ctm_alg_full = SimultaneousCTMRG(; svd_alg = SVDAdjoint(; fwd_alg = LAPACK_DivideAndConquer() ))
6363
6464 # initialize states
6565 Random. seed!(91283219347 )
You can’t perform that action at this time.
0 commit comments