3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
dft_tools/test/triqs/arrays/a_x_ty.output
Olivier Parcollet f2c7d449cc First commit : triqs libs version 1.0 alpha1
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00

26 lines
294 B
Plaintext

MC(R) = [1,2]
MB(R) = [20,30]
A(R,R) =
[[20,30]
[40,60]]
A(R,R) =
[[40,70]
[70,120]]
A(R,R) =
[[20,40]
[30,60]]
full A
[[0,0,0,0,0]
[0,20,40,0,0]
[0,30,60,0,0]
[0,0,0,0,0]
[0,0,0,0,0]]
MB, MC, dot [10,20,30,40,50][0,1,2,3,4]400
MC, MC, dot [10,20,30,40,50][0,1,2,3,4]30