rreho / yambopy

Python scripts to manage and postprocess quantum espresso and yambo calculation.
Other
0 stars 0 forks source link

XML classes only work for version 6.7 and 7.0 #3

Open stevenbos123 opened 4 months ago

stevenbos123 commented 4 months ago

`if self.qe_version=='6.7' or self.qe_version=='7.0': ...

else: `

This should be changed to more general version support using templates for specific versions