The following should work:
results = openmc.deplete.Results('depletion_results.h5')
nuclides = list(results[0].index_nuc.keys())
The following should work:
results = openmc.deplete.Results('depletion_results.h5')
nuclides = list(results[0].index_nuc.keys())