diff --git a/qeschema/documents.py b/qeschema/documents.py index 281b599..96ffd0a 100644 --- a/qeschema/documents.py +++ b/qeschema/documents.py @@ -615,7 +615,7 @@ def get_k_points(self): :return: nested list with k_points """ - path = './/output//k_point' + path = './/output//ks_energies/k_point' return [self.schema.find(path).decode(e)['$'] for e in self.findall(path)] @requires_xml_data