Author Topic: RHF mos as UHF guess  (Read 6976 times)

acapobia

  • Full Member
  • ***
  • Posts: 27
  • Karma: +0/-0
RHF mos as UHF guess
« on: December 05, 2013, 03:15:59 PM »
Hi all,

I wonder if it is possible (TM 6.3) to use converged RHF MOs as a guess for UHF. Suppose you have a set of converged MOs for a neutral closed shell molecule.  Supposing at  first that no symmetry changes are involved, is it possible to use the above mos as a guess for a DSCF (DFT) computation of the same molecule in its singly ionized doublet state obtained by removing or adding an electron?

Sorry if this is a duplicate post, but I wasn't able to find anything relevant.

Arnim

  • Developers
  • Sr. Member
  • *
  • Posts: 253
  • Karma: +0/-0
Re: RHF mos as UHF guess
« Reply #1 on: December 05, 2013, 06:59:41 PM »
Hi!

Yes, that is indeed possible. Here is a short HOWTO.

First, create alpha and beta like this:
cp mos alpha
cp mos beta
In alpha change $scfmo to $uhfmo_alpha .
In beta $scfmo to $uhfmo_beta .

In control change
$scfmo   file=mos
$closed shells
 a       1-21                                   ( 2 )
to
$uhfmo_alpha   file=alpha
$uhfmo_beta   file=beta
$uhf
$alpha shells
 a       1-21                                   ( 1 )
$beta shells
 a       1-21                                   ( 1 )

Now, you have just created an UHF contrl from an RHF control.
Restarting dscf should give the same energy as before.
To charge the system just put electrons in the specific shell, e.g.:
$alpha shells
 a       1-22                                   ( 1 )

Cheers,

Arnim


acapobia

  • Full Member
  • ***
  • Posts: 27
  • Karma: +0/-0
Re: RHF mos as UHF guess
« Reply #2 on: December 06, 2013, 03:39:34 PM »
It worked fine, thanks.
Now a much more sophisticated related question. Suppose that something like Jahn Teller effects are involved in going from the neutral to the ionic species, so that a reduced symmetry is obtained by ionizing the system;  suppose, further, you know the correct occupation scheme for the new reduced symmetry. Is there a way to recover the original RHF guess, for the UHF computation ?




Arnim

  • Developers
  • Sr. Member
  • *
  • Posts: 253
  • Karma: +0/-0
Re: RHF mos as UHF guess
« Reply #3 on: December 09, 2013, 01:34:02 PM »
I am not sure, if I understand what you want to do. But the 'use' option in define can transform mos from one symmetry to another.