We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f230f2f commit d642197Copy full SHA for d642197
src/environments/suweight.jl
@@ -104,8 +104,7 @@ end
104
"""
105
SUWeight(pepo::InfinitePEPO)
106
107
-Create an SUWeight for a given one-layer InfinitePEPO.
108
-The weights are initialized as identity matrices of element type `Float64`.
+Create a trivial SUWeight for a given one-layer InfinitePEPO.
109
110
function SUWeight(pepo::InfinitePEPO)
111
@assert size(pepo, 3) == 1
0 commit comments