quemb.molbe.ube.UBE.__init__

UBE.__init__(mf, fobj, scratch_dir=None, eri_file='eri_file.h5', lo_method='lowdin', compute_hf=True)

Initialize Unrestricted BE Object (ube🍠)

Note

Currently only supports embedding Hamiltonian construction for molecular systems In conjunction with molbe.misc.ube2fcidump, embedding Hamiltonians can be written for external use. See unrestricted branch for a work-in-progress full implmentation

Parameters:
  • mf (UHF) – pyscf meanfield UHF object

  • fobj (fragpart) – object that contains fragment information

  • eri_file (str, optional) – h5py file with ERIs

  • lo_method (str, optional) – Method for orbital localization. Supports ‘lowdin’, ‘boys’, and ‘wannier’, by default “lowdin”