10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00

Merge branch 'TBE' into QUEST#3

This commit is contained in:
Mickaël Véril 2020-02-29 15:06:37 +01:00
commit 7441257b01

View File

@ -197,7 +197,7 @@ class dataFileBase(object):
####################### ####################### ######################################## ############# ####### ################### ############## ####################### ####################### ######################################## ############# ####### ################### ##############
# Number Spin Symm Number Spin Symm type E_{:5s} %T1 f is unsafe\n""".format(self.GetFileType().name.lower())) # Number Spin Symm Number Spin Symm type E_{:5s} %T1 f is unsafe\n""".format(self.GetFileType().name.lower()))
for ex in self.excitations: for ex in self.excitations:
mystr=" {:7s} {:6s} {:9s} {:7s} {:5s} {:12s} {:39s} {:13s} {:14s} {:12s}{}\n".format( mystr=" {:7s} {:6s} {:9s} {:7s} {:5s} {:12s} {:39s} {:13s} {:14s} {:11s}{}\n".format(
str(ex.initial.number), str(ex.initial.number),
str(ex.initial.multiplicity), str(ex.initial.multiplicity),
ex.initial.symetry, ex.initial.symetry,