https://github.com/ITensor/ITensor/blob/78eb39a5115d1bb99a782337e7f3fd007e676d98/itensor/itdata/scalar.h#L178 Should this line be something like the following? ``` void inline doTask(Conj, ScalarCplx & d) { d.val = std::conj(d.val); } ```
ITensor/itensor/itdata/scalar.h
Line 178 in 78eb39a
Should this line be something like the following?