psi4.driver.extract_clusters¶
-
psi4.driver.
extract_clusters
(mol, ghost=True, cluster_size=0)[source]¶ Function to return all subclusters of the molecule mol of real size cluster_size and all other atoms ghosted if ghost equals true, all other atoms discarded if ghost is false. If cluster_size = 0, returns all possible combinations of cluster size.