You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These breakages happen because Lt has two completely different internal representations (self.R vs self.lt_dict) that are chosen base on the constructor (.spinor = True vs .spinor = False), and most of the methods pick between them.
These breakages happen because
Lt
has two completely different internal representations (self.R
vsself.lt_dict
) that are chosen base on the constructor (.spinor = True
vs.spinor = False
), and most of the methods pick between them.My recommendation would be to eliminate the spinor representation entirely, and just convert to
lt_dict
at construction.The text was updated successfully, but these errors were encountered: