3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-28 08:04:04 +02:00
dft_tools/python/vasp/test/_proj_group
Oleg E. Peil c426946803 Added implementation for NORMION = True
The mapping for NORMION = True has been implemented.
Also, the orthogonalization loop has been fixed. First of all,
orthogonalization should be done separately for each block map 'bl_map'.
Second, one has to take into account that the orbital dimensions of the
block matrix can vary from block to block. To make that the overlap
matrix is non-singular one, thus, has to pass to
'orthogonalize_projector_matrix()' only a view of a submatrix of 'pmat'
corresponding to the current block.

Two tests to check the simplest cases have been added.
2015-11-19 12:11:55 +01:00
..
one_site Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
simple Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
two_site Added a test to '_proj_group' test suite 2015-11-18 19:02:21 +01:00
__init__.py Added a test to '_proj_group' test suite 2015-11-18 19:02:21 +01:00
.gitignore Rearranged and fixed some tests 2015-11-18 12:38:04 +01:00
example_two_site.cfg Added a test to '_proj_group' test suite 2015-11-18 19:02:21 +01:00
example.cfg Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
mytest.py Added a test to '_proj_group' test suite 2015-11-18 19:02:21 +01:00
projgroups.out Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
projortho_2site.out Added a test to '_proj_group' test suite 2015-11-18 19:02:21 +01:00
projortho_normion.out Added implementation for NORMION = True 2015-11-19 12:11:55 +01:00
projortho.out Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
rpath.py Rearranged and fixed some tests 2015-11-18 12:38:04 +01:00
runtest.sh Rearranged and fixed some tests 2015-11-18 12:38:04 +01:00
simple.cfg Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
test_all.py Rearranged and fixed some tests 2015-11-18 12:38:04 +01:00
test_one_site.py Added implementation for NORMION = True 2015-11-19 12:11:55 +01:00
test_select_bands.py Fixed tests for ProjectorGroup 2015-11-18 15:46:58 +01:00
test_two_site.py Added implementation for NORMION = True 2015-11-19 12:11:55 +01:00