quemb.molbe.chemfrag.PurelyStructureFragmented.from_mole

classmethod PurelyStructureFragmented.from_mole(mol, n_BE, *, treat_H_different=True, bonds_atoms=None, vdW_radius=None)

Construct a PurelyStructureFragmented from a pyscf.gto.mole.Mole.

Parameters:
  • mol (Mole) – The Molecule to extract the connectivity data from.

  • n_BE (int) – The coordination sphere to consider.

  • treat_H_different (bool) – If True, we treat hydrogen atoms differently from heavy atoms.

Return type:

Self