Dear All,
How can I have one set of orbitals for a doublet system using DFT method?
I used “UNRESTRICTED = false” key, but I got alpha and beta sets of orbitals with different energies.
And there is a strange result I got for the order of alpha MOs’ energies [a.u.], -0.4639 (HOMO) is more stable than -0.3556 (HOMO-1). How is possible?
End of Output:
Orbital Energies (a.u.)
Alpha MOs
– Occupied –
-0.3556 -0.4639
– Virtual –
-0.2592 -0.2578
Beta MOs
– Occupied –
-0.3931 -0.3556
– Virtual –
-0.2839 -0.2585
Input:
$molecule
2 2
Cu 4.805355 1.736522 4.318146
O 4.715676 4.133872 10.308799
N 6.511375 1.215674 3.420703
C
H
…
$end
$rem
jobtype = SP
method = B3LYP
basis = def2-SVP
thresh = 14
scf_convergence = 6
max_scf_cycles = 1000
gui = 2
sym_ignore = true
print_orbitals = false
UNRESTRICTED = false
$end