def X2C(mol, *args): return x2c.UHF(mol, *args)
def X2C(mol, *args): '''X2C UHF (in testing)''' return x2c.UHF(mol, *args)