Dear Mohamed,
it is difficult to answer without seeing any output files.
Best regards,
Trond
I wanted to obtain the orbital radius of the 6s¹ state in a gold atom in the absence of all electrons below the 6s orbital.
First case:
As a first step, I performed a calculation for a gold atom. I adjusted the occupancy to keep only one electron in the atom.
What do you mean by that ? In the output file Au_Au.out(1st case) you give the following occupation
*SCF .CLOSED SHE 40 38 .OPEN SHELL 1 1/2,0
so you end up doing a HF calculation with 78 electrons in closed shells and a single electron in an open shell. Note that DIRAC does not do open-shell HF, rather AOC HF,
see https://www.diracprogram.org/doc/release-25/tutorials/open_shell_scf/aoc.html#aoc
Looking a the Mulliken population analysis in the output we see that the HOMO is indeed 6s
* Electronic eigenvalue no. 21: -0.2177519800139 (Occupation : f = 0.5000) s 1/2; 1/2 ============================================================================================ * Gross populations greater than 0.01000 Gross Total | L Ag Au s -------------------------------------- alpha 1.0000 | 1.0000 beta 0.0000 | 0.0000
This calculation gives
Total energy : -19037.871907602974
ert
Since the DIRAC program would place this electron in the 1s orbital,
No, when doing AOC HF, orbitals are ordered by energy, starting with closed shells and ending with open shells, so you do get 6s half occupied.
Looking in the output file "Au_Au(1e- in the 6s orbital).out(1st case)" you have specified
**WAVE FUNCTION .SCF .REORDER MO'S 21,1..20 *SCF #.CLOSED SHE # 40 38 .OPEN SHELL 1 1/2,0 .OVLSEL
This means that you are calculating a one-electron gold atom. You are apparently starting from the orbitals obtained in the previous calculation since I find
* REACMO: Coefficients read from CHECKPOINT - Total energy: -19037.8719076028647
and do reorder them. From Mulliken population analysis we find
* Electronic eigenvalue no. 1: -24.654160810810 (Occupation : f = 0.5000) s 1/2; 1/2 ============================================================================================ * Gross populations greater than 0.01000 Gross Total | L Ag Au s -------------------------------------- alpha 0.9998 | 0.9997 beta 0.0002 | 0.0000
This calculation gives
Total energy : -3432.796909938835
Looking in the output file "Au_Au(1e- in the 6s orbital).out(2nd case)" you have specified
**WAVE FUNCTION .SCF .REORDER MO'S 21,1..20 *SCF #.CLOSED SHE # 40 38 .OPEN SHELL 1 1/2,0 .OVLSEL
so the same as before, but now I find
REACMO: Coefficients read from CHECKPOINT - Total energy: -3432.79690993896111
so now you are reordering the orbitals obtained in the in the output file "Au_Au(1e- in the 6s orbital).out(1st case)" and you get
* Electronic eigenvalue no. 1: -91.186084973548 (Occupation : f = 0.5000) s 1/2; 1/2 ============================================================================================ * Gross populations greater than 0.01000 Gross Total | L Ag Au s -------------------------------------- alpha 0.9984 | 0.9976 beta 0.0016 | 0.0000
as well as
Total energy : -91.531949642097928
Finally there is the output file "Au_Au(1e- in the 1s orbital).out(2nd case)". Here you specify
**WAVE FUNCTION .SCF #.REORDER MO'S #21,1..20 # *SCF #.CLOSED SHE # 40 38 .OPEN SHELL 1 1/2,0
so here you simply calculate a one-electron system starting from
scratch and get
* Electronic eigenvalue no. 1: -3418.6476725318 (Occupation : f = 0.5000) s 1/2; 1/2 ============================================================================================ * Gross populations greater than 0.01000 Gross Total | L Ag Au s B3uAu _small B2uAu _small B1uAu _small ----------------------------------------------------------------------------------- alpha 0.9391 | 0.9087 0.0000 0.0000 0.0304 beta 0.0609 | 0.0000 0.0304 0.0304 0.0000
I performed a "reordering based on filling priority" to place the electron in the 6s orbital instead.
Second case:
As a first step, I performed a calculation for a hydrogen-like gold atom (a gold nucleus with one electron), then I performed a "reordering based on filling priority" to place the electron in the 6s orbital instead of 1s.
I initially thought these two procedures were equivalent, but the calculations showed otherwise—as if the "fingerprint" of the removed electrons in the first case had influenced the result.
My question is: Which problem is DIRAC solving in the first case? I mean, what is the difference analytically, at the level of Hamiltonian, between the two cases ?
I fear that my overall conclusion is that you seem somewhat confused with respect to theory. What do you really want to calculate ?
A 6s-orbital of a one-electron gold atom or in a neutral gold atom ?
All the best,
--
You received this message because you are subscribed to the Google Groups "dirac-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dirac-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dirac-users/e5a4903f-54c2-4e56-b52a-2ade3b37702fn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dirac-users/54373c59-2f3b-4def-b80a-355663f38ad6n%40googlegroups.com.