-
LDA+U
-
2013-8-19 12:38
-
在平均场近似或者说是一般得LDA计算中,能带得自旋分裂是由一个称为Stoner 参数I来主导得,而且平均场近似中认为这个交换分裂能是小于带宽得,一般而言I得数值在LSDA中大概在1eV左右,这样即使对于某些氧化物如 NiO,FeO,MnO等即使能带发生交换分裂,整个体系依然是金属性得,试验观察到得这些氧化物实际上是绝缘体,主要 ...
-
14377 次阅读|没有评论
-
Adiabatic & vertical ionization energies
-
热度 1 2013-6-17 15:45
-
In a photoionization experiment, several different ionization energies can be measured, depending on the degree of vibrational excitation of the cations. In general, the following two types of ionization energies are considered: 1.Adiabatic ionization energy, E Ia The energy corresponding t ...
-
6637 次阅读|1 个评论 热度 1
-
How to specify the spin-multiplicity?
-
2013-5-18 21:32
-
在用gaussian时,如果分子的基态不是单重态,可以通过在title section里指定spin来计算其他组态如三重态的能量。 比如以下的计算指定氧原子为单重态 -------------------------- # hf/6-31G(d) Oxygen atom 0 1 O 0.0000 0.0000 0.0000 -------------------------- 而以下的输入则指定氧原子为三重态 -------------- ...
-
8512 次阅读|没有评论
-
awk-use skills-2
-
2013-5-4 10:03
-
awk行距,行号和计算 一. 行距: 1. 每行间加一个空行 awk '1; { print }' filname.ext #输出当前行,在输出一个空行 awk '1 { print } { print }' filname.ext awk '{ print } { print }' &nb ...
-
3733 次阅读|没有评论
本页有 6 篇博文因作者的隐私设置或未通过审核而隐藏