Ejemplo n.º 1
0
 def parse(self):
     """ Parses the configuration file and stores the values in qe dictionary
         Initializes structure as well"""
     #(self.header, self.namelists, self.cards, self.attach) = self.parser.parse()
     QESInput.parse(self)
     self.structure.parseInput(self)
     self.kpoints.parse()