mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +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.
31 lines
338 B
INI
31 lines
338 B
INI
[General]
|
|
BASENAME = test_base
|
|
EFERMI = 0.1
|
|
DOSMESH = -8.0 4.0 101
|
|
|
|
[Group 1]
|
|
SHELLS = 1 2
|
|
EWINDOW = -7.6 3.0
|
|
|
|
[Group 2]
|
|
SHELLS = 3
|
|
EWINDOW = -1.6 2.0
|
|
|
|
[Shell 1]
|
|
LSHELL = 2
|
|
IONS = 5..8
|
|
|
|
[Shell 2]
|
|
LSHELL = 1
|
|
IONS = 1..4
|
|
|
|
TRANSFORM = 0.0 1.0 0.0
|
|
1.0 0.0 0.0
|
|
0.0 0.0 1.0
|
|
|
|
[Shell 3]
|
|
LSHELL = 3
|
|
IONS = 1..4
|
|
|
|
|