3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-06 12:30:00 +02:00

removed SrVO3 now SrVO3.ref.h5 and changed the test

This commit is contained in:
Alexander Hampel 2020-06-10 18:17:16 +02:00
parent 8e9fbc5dc0
commit f4112b3cca
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@ import triqs.utility.mpi as mpi
from triqs.utility.comparison_tests import *
from triqs.utility.h5diff import h5diff
SK = SumkDFTTools(hdf_file = 'SrVO3.h5')
SK = SumkDFTTools(hdf_file = 'SrVO3.ref.h5')
dm = SK.density_matrix(method = 'using_gf', beta = 40)
dm_pc = SK.partial_charges(beta=40,with_Sigma=False,with_dc=False)