mirror of
https://github.com/triqs/dft_tools
synced 2024-11-15 02:23:49 +01:00
f86038a7fd
All imports inside the test cases refer now to paths relative to TRIQS python library path. For example, `import vaspio` is replaced with `import applications.dft.converters.plovasp.vasio` In this way all tests can be executed wtih `build_pytriqs` provided that the package is installed (the same practice as with other 'dft_tools' tests). Also, the underscore can now be removed from subdirectory names because there is no more conflict with module names.
11 lines
688 B
Plaintext
11 lines
688 B
Plaintext
density matrix: [[[[ 0.54239247 -0.00069108 0.00000946 -0.0006764 -0.00000019]
|
|
[-0.00069108 0.54295558 0.00000486 0.00082858 -0.00002492]
|
|
[ 0.00000946 0.00000486 0.57155761 0.00000454 0.00000002]
|
|
[-0.0006764 0.00082858 0.00000454 0.5466635 0.00002474]
|
|
[-0.00000019 -0.00002492 0.00000002 0.00002474 0.57284184]]]]
|
|
overlap matrix: [[[[ 1.00000008 0. -0. 0. 0. ]
|
|
[ 0. 1.00000008 -0. -0. 0. ]
|
|
[-0. -0. 1.00000008 -0. -0. ]
|
|
[ 0. -0. -0. 1.00000008 -0. ]
|
|
[ 0. 0. -0. -0. 1.00000008]]]]
|