3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-26 06:14:14 +01:00

Fix test after conj changes

conj(double) now returns a complex. The mapped_functions test output
had to be fixed accordingly.
This commit is contained in:
Michel Ferrero 2013-12-23 13:33:12 +01:00
parent 15f0899016
commit a97a4d09b6

View File

@ -139,9 +139,9 @@
[[2.71828,7.38906] [[2.71828,7.38906]
[20.0855,54.5982]] [20.0855,54.5982]]
(make_matrix(conj(A))) ---> (make_matrix(conj(A))) --->
[[1,3,5] [[(1,0),(3,0),(5,0)]
[2,4,6] [(2,0),(4,0),(6,0)]
[3,5,7]] [(3,0),(5,0),(7,0)]]
(A) ---> (A) --->
[[(1,0),(3,0),(5,0)] [[(1,0),(3,0),(5,0)]
[(2,0),(4,0),(6,0)] [(2,0),(4,0),(6,0)]