mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 19:53:45 +01:00
f2c7d449cc
for earlier commits, see TRIQS0.x repository.
31 lines
358 B
Plaintext
31 lines
358 B
Plaintext
V = [(0,0),(1,0),(2,0),(3,0),(4,0)]
|
|
V2 = [(-1,0),(-1,0),(-1,0),(-1,0),(-1,0)]
|
|
starting blas test
|
|
V = [(0,0),(1,0),(2,0),(3,0),(4,0)]
|
|
V2 = [(-1,0),(1,0),(3,0),(5,0),(7,0)]
|
|
M1 =
|
|
[[0,1]
|
|
[1,2]]
|
|
M2 =
|
|
[[1,1]
|
|
[1,1]]
|
|
M3 =
|
|
[[1,1]
|
|
[3,3]]
|
|
Mc1 =
|
|
[[0,1]
|
|
[1,2]]
|
|
Mc2 =
|
|
[[1,1]
|
|
[1,1]]
|
|
Mc3 =
|
|
[[1,1]
|
|
[3,3]]
|
|
V3 = [1,2]
|
|
M2 =
|
|
[[2,3]
|
|
[3,5]]
|
|
inv M1 =
|
|
[[-2,1]
|
|
[1,0]]
|