From 97476c1a1f6e875b75582208fe6053792f6bdd21 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 10 Jun 2020 12:48:43 -0400 Subject: [PATCH] Replace remaing occurances of SrVO3.h5 with SrVO3.ref.h5 --- test/python/sigma_from_file.py | 2 +- test/python/srvo3_Gloc.py | 2 +- test/python/srvo3_transp.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/python/sigma_from_file.py b/test/python/sigma_from_file.py index 48d45f77..7096e14d 100644 --- a/test/python/sigma_from_file.py +++ b/test/python/sigma_from_file.py @@ -40,7 +40,7 @@ for name, s in Sigma_hdf: np.savetxt('Sigma_' + name + '.dat', mesh_a_data) # Read self energy from txt files -SK = SumkDFTTools(hdf_file = 'SrVO3.h5', use_dft_blocks = True) +SK = SumkDFTTools(hdf_file = 'SrVO3.ref.h5', use_dft_blocks = True) # the order in the orig SrVO3 file is not assured, hence order it here a_list = sorted([a for a,al in SK.gf_struct_solver[0].items()]) diff --git a/test/python/srvo3_Gloc.py b/test/python/srvo3_Gloc.py index 71dd525d..8daa5fed 100644 --- a/test/python/srvo3_Gloc.py +++ b/test/python/srvo3_Gloc.py @@ -31,7 +31,7 @@ from triqs.utility.h5diff import h5diff beta = 40 # Init the SumK class -SK=SumkDFT(hdf_file='SrVO3.h5',use_dft_blocks=True) +SK=SumkDFT(hdf_file='SrVO3.ref.h5',use_dft_blocks=True) num_orbitals = SK.corr_shells[0]['dim'] l = SK.corr_shells[0]['l'] diff --git a/test/python/srvo3_transp.py b/test/python/srvo3_transp.py index ef828eb1..d8b6356a 100644 --- a/test/python/srvo3_transp.py +++ b/test/python/srvo3_transp.py @@ -32,7 +32,7 @@ Converter = Wien2kConverter(filename='SrVO3', repacking=True) Converter.convert_dft_input() Converter.convert_transport_input() -SK = SumkDFTTools(hdf_file='SrVO3.h5', use_dft_blocks=True) +SK = SumkDFTTools(hdf_file='SrVO3.ref.h5', use_dft_blocks=True) with HDFArchive('SrVO3_Sigma.h5', 'a') as ar: Sigma = ar['dmft_transp_input']['Sigma_w']