• Edgar Solomonik's avatar
    Made include/ctf.hpp define CTF_VERSION 1.22 · 029cb8a6
    Edgar Solomonik authored
    Changed the copy constructor for tensors, as there was a conflict for a symmetry modifying constructor. To get rid of the default copy constructor it was necessary to define both templated and parent (untemplated) class constructors rather than just the latter.
    
    This will break codes that used Tensor B(A, false/true), which now needs to be Tensor B(false/true, A)
    029cb8a6
ctf.hpp 452 Bytes