We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63159a9 commit 6037b99Copy full SHA for 6037b99
1 file changed
ext/TensorKitMooncakeExt/planaroperations.jl
@@ -49,6 +49,7 @@ end
49
50
planartrace_pullback_ΔC!(ΔC, β) = (scale!(ΔC, conj(β)); NoRData())
51
52
+# TODO: Fix planartrace pullback
53
# This implementation is slightly more involved than its non-planar counterpart
54
# this is because we lack a general `pAB` argument in `planarcontract`, and need
55
# to keep things planar along the way.
0 commit comments