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
Currently, the TEI class is heavily dependent on Psi4, requiring significant modifications to interface with other programs (ex. PySCF). For the sanity of future devs/users, it will be useful to create separate TEI subclasses for each program (i.e. TEIFull -> TEIFullPsi4), and then call each TEI subclass specifically within the corresponding function.
Check to make sure that even if Psi4 isn't installed, the user can still run with other programs.