Esempio 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.qpoints.parse()
Esempio n. 2
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.qpoints.parse()