Is it possible to assign a constant using the @tensor macro? Example: ``` C=zeros(3,3,3) @tensor begin C[i,i,i] = 6 end ```