Is it possible to instead of loading the job using pr.load() to access the output of the job use pyiron-hdf5-format to access the job? The goal would be that only a single converter has to be written and the same output mapping can be used for all pyiron jobs like LAMMPS, SPHInX and VASP. If there are quantities missing in the HDF5 files of one or the other job, then pyiron-hdf5-format should handle the conversion. In addition, using pyiron-hdf5-format should be faster as it does not require so many imports as pyiron_atomistics. In the long term the goal would be that both the GenericOutput and the pyiron table use pyiron-hdf5-format still that might take some more time.
Is it possible to instead of loading the job using
pr.load()
to access the output of the job use pyiron-hdf5-format to access the job? The goal would be that only a single converter has to be written and the same output mapping can be used for all pyiron jobs likeLAMMPS
,SPHInX
andVASP
. If there are quantities missing in the HDF5 files of one or the other job, then pyiron-hdf5-format should handle the conversion. In addition, using pyiron-hdf5-format should be faster as it does not require so many imports aspyiron_atomistics
. In the long term the goal would be that both the GenericOutput and the pyiron table use pyiron-hdf5-format still that might take some more time.