diff --git a/tool/dsqss/lattice.py b/tool/dsqss/lattice.py index c3e64200..c4b35e3d 100644 --- a/tool/dsqss/lattice.py +++ b/tool/dsqss/lattice.py @@ -53,7 +53,7 @@ def __init__(self, int_id, int_type, nbody, site_indices, edge_flag, direction): self.vtype = -1 def __str__(self): - s = "{0} {1} {2}".format(self.id, self.itype, self.nbody) + s = "{0} {1} {2}".format(self.id, self.itype_org, self.nbody) edgeflag = 1 if self.edge >= 0 else 0 for site in self.sites: s += " {0}".format(site)