Commit Graph

5 Commits

Author SHA1 Message Date
Alexander Hampel 1e3578cac8 fix: np.int/np.float/np.complex are deprecated (np v1.20) / rm (np v1.24) 2023-02-07 14:17:51 -05:00
hschnait 2d3dcb3398 Bugfixes in blockstructure.py for the case of #corr_shells != #ineq_shells 2021-08-30 14:14:11 +02:00
Hermann Schnait da2eb26940
Bugfix in block_structure.py
In the (rare) case that one has multiple shells with different number of orbitals (e.g. p-d-systems) the old code crashed when converting GFs from the second shell as matrix dimensions were not fitting (the tmp matrix was always created for the first shell).
2021-06-09 13:06:25 +02:00
Alexander Hampel f27399758e Merge branch 'unstable' into py3
merged unstable into py3

* include the major changes of a94f8ed942
  of blockstructure.py
* adapted all code to python 3
* fixed all tests
2020-06-23 10:53:52 +02:00
Alexander Hampel 11d394fd5b synchronize dfttools with app4triqs structure
* moved the plovasp C++ code to c++/triqs_dft_tools/converters/vasp
* added global header triqs_dft_tools/triqs_dft_tools.hpp
* python dir based on single cmakelist file
* registered C++ tests for plovasp
* corrected imports for py3 tests for plovasp
* corrected block order in sigma_from_file and srvo3_Gloc
* exchanged ref files for sigma_from_file, srvo3_Gloc, SrVO3.ref.h5
* moved vasp converter bash scripts from dir shells to bin dir
2020-06-10 17:45:53 +02:00