Nils Wentzell
97476c1a1f
Replace remaing occurances of SrVO3.h5 with SrVO3.ref.h5
2020-06-10 12:48:43 -04:00
Alexander Hampel
f4112b3cca
removed SrVO3 now SrVO3.ref.h5 and changed the test
2020-06-10 18:17:16 +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
Nils Wentzell
97c5cad66e
[py3] Run port_to_triqs3 script
2020-05-27 11:30:24 -04:00
Alexander Hampel
508f6b393c
changed ref file for block structure test, since the order in dicts is not guaranteed the test failed as the order in py3 changed
2020-04-15 11:28:51 -04:00
Nils Wentzell
961215ccac
Adjust to nda/h5 changes in triqs pytriqs.archive -> h5
...
-pytriqs.archive.hdf_archive_schemes -> h5.formats
2020-04-08 17:41:18 -04:00
Nils Wentzell
6cc6cd8b7a
Do not use deprecated set_from_inverse_fourier
2020-04-08 17:41:18 -04:00
Nils Wentzell
45999d1edc
[cmake] Properly use TRIQS_PYTHON_EXECUTABLE for testing
2020-04-08 17:41:18 -04:00
Nils Wentzell
b2a447d07d
Relative imports should only be used within modules
2020-04-08 17:41:18 -04:00
Nils Wentzell
b2a5e93c1f
[py3] Fix tests based on ordering in dictionaries
2020-04-08 17:41:14 -04:00
Nils Wentzell
484e10ef1f
[py3] Be sure to properly use floor division in various places
2020-04-08 17:41:06 -04:00
Nils Wentzell
97d4e0b402
[py3] Run 2to3 -w -n **/*.py **/*.py.in
2020-04-08 16:13:42 -04:00
Alexander Hampel
d9a8271b4e
updated test h5 file for LNO converter test, because of fixed bug
2020-04-01 12:03:07 -04:00
Malte Schüler
ce6ff62af4
fixed tests for reading e-fermi from DOSCAR. Clean up of plovasp (prints from bugfixing
2019-11-25 09:53:05 +01:00
Malte Schüler
6b11183f4d
fixed tests for incorporating kpts
2019-11-21 21:34:37 +01:00
Malte Schüler
8f184fc963
tests for plovasp's H(k) and complement. Further work on NiO tutorial
2019-07-12 16:04:10 +02:00
Malte Schüler
a882ffa575
work in NiO tutorial
2019-07-08 09:55:22 +02:00
Malte Schüler
8f5722a98e
changed vasp_converter test such that hdf5 files include proj_or_hk flag
2019-07-02 11:10:08 +02:00
Malte Schüler
d2263ae3d5
removed corr again from test files for backward compatibility
2019-07-01 11:36:56 +02:00
Malte Schüler
251e3c16f3
added 'corr' flag to tests of converter
2019-07-01 11:29:00 +02:00
Malte Schüler
1dd7552529
plovasp: added documentation and tests
2019-06-28 14:47:15 +02:00
Manuel
a8c7569830
change del to with when reading hdf
2018-12-06 17:28:49 -05:00
Manuel
e8303aea2a
Fix include in converter test
2018-12-04 12:59:02 -05:00
Oleg E. Peil
c2dfc3fb6c
fix (plovasp tests): remove pytriqs...
prefix from imports
2018-12-04 12:54:29 -05:00
Oleg Peil
a304e0ed36
Fixed bugs in converter tests
2018-12-04 12:52:02 -05:00
Oleg Peil
d029aa8e3e
Added two tests to check conversion to h5 DFT input
2018-12-04 12:52:02 -05:00
Oleg Peil
04e1e86a4b
Added test of input of ion equiv groups
2018-12-04 12:52:02 -05:00
Oleg Peil
14f8b1d9e1
Fixed tests affected by recent changes
2018-12-04 12:52:02 -05:00
Gernot J. Kraberger
6ed84c078f
Add option to measure python test coverage
2018-09-06 15:09:30 +02:00
Gernot J. Kraberger
8f1011e389
change python build directory
...
so that we can use the real include in the tests
2018-09-06 13:48:24 +02:00
Manuel
ba0cfa9013
Add doc to VASP converter concerning block structure
2018-07-09 10:50:36 -04:00
Nils Wentzell
2468331dc1
Merge branch 'unstable'
2018-05-26 23:57:56 +02:00
Nils Wentzell
1bab92c721
Merge tag '1.5'
...
Release 1.5
2018-05-26 23:56:46 +02:00
Nils Wentzell
cd918159d1
Fix analyze_block_structure test
2018-05-26 23:50:45 +02:00
Manuel
60482613a1
Remove tail from test
2018-05-26 23:50:45 +02:00
Manuel
d0ea51a1f5
Add make_copies in BlockGf construction.
2018-05-02 16:07:51 -04:00
Manuel
07397ca42e
Merge remote-tracking branch 'gernot/analyze_block_structure_from_gf' into analyze_block_structure_from_gf
2018-05-02 11:40:38 -04:00
Nils Wentzell
72c7f57110
Fix #89 Adjustments after recent triqs/cthyb gf_struct typechange
...
-Adjust gf_struct keyword argument of CTHyb from dict : str -> indices
to list of pairs: [ [str, indices], ... ] in accordance with
recent cthyb/triqs changes
-Fix set_operator_structure in srvo3_Gloc.py test accordingly
-TODO: Adjust gf_struct appearences throughout dft_tools accordingly
2018-04-30 19:05:18 +02:00
Manuel
3cfca94b1f
Include kappa in transport test
2018-04-30 11:07:13 -04:00
Gernot J. Kraberger
f8731f1bfe
Fix test
...
the testing threshold has to be more generous than the
analyzing threshold
2018-04-03 17:11:59 +02:00
Gernot J. Kraberger
8d6d8b53c5
SumkDFT: analyze_block_structure_from_gf for Gf Re/Im Time/Freq
2018-03-19 11:09:31 +01:00
Gernot J. Kraberger
318c5a36e7
SumkDFT: adapt symm_deg_gf to work with the new deg_shells
2018-02-28 14:24:30 +01:00
Gernot J. Kraberger
69aa894586
analyze_block_structure_from_gf test
2018-02-28 14:24:30 +01:00
Gernot J. Kraberger
8ebb0c3c29
BlockStructure: finally make the test work
2018-02-28 14:24:30 +01:00
Gernot J. Kraberger
3dbc360173
BlockStructure: update test
2018-02-28 14:24:30 +01:00
Nils Wentzell
7599336e55
Fixed a bug in reading scale from POSCAR in PLOVasp
2018-02-23 10:30:16 +01:00
Nils Wentzell
78000328f1
[Tests] Remove spaces for string comparison due to different Osx Output format
2018-02-23 10:27:20 +01:00
Nils Wentzell
9731668cae
Fix #84 updating test ref file after bugfix 974aa08
2018-02-23 10:27:10 +01:00
Nils Wentzell
4dc6aa513b
[Tests] Remove spaces for string comparison due to different Osx Output format
2018-02-22 12:02:22 +01:00
Olivier Parcollet
a88ea9c469
Fix but 2 tests
...
- inpconf due to a silly string comparion issue
- vaspio ??
2018-01-22 17:49:04 -05:00