Skip to content

Commit 894e9ab

Browse files
authored
Fix environment constructor scalartype (#186)
1 parent 994a94f commit 894e9ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/environments/ctmrg_environments.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function CTMRGEnv(
242242
Ds_east = _east_env_spaces(network)
243243
return CTMRGEnv(
244244
randn,
245-
ComplexF64,
245+
scalartype(network),
246246
Ds_north,
247247
Ds_east,
248248
_to_space.(chis_north),

0 commit comments

Comments
 (0)