Dear Lucas and all Qwalk users,
I have a question of how to calculate the first excitation energy for a molecule, in this case CH4. I have done the calculation in the following way:
1. Changed the following parameters from the .slater file
***
ORBITALS {
....
NMO 4
...
}
STATES {
#Spin up orbitals
1 2 3 4
#Spin down orbitals
1 2 3 4
}
***
to the following:
***
ORBITALS {
....
NMO 5
...
}
STATES {
#Spin up orbitals
1 2 3 5
#Spin down orbitals
1 2 3 4
}
***
By doing this, I am able to obtain the total energy for the modified state vector.
2. Then, I made a difference of the energies between the value based on the original state vector and the one from the new state vector, delta_E. I think this delta_E is the first excitation energy for CH4.
Here, I think this is the excitation energy of the singlet, but how can I calculate the first excitation energy for the triplet? Can I just do it by computing the following state vectors?
***
ORBITALS {
....
NMO 5
...
}
STATES {
#Spin up orbitals
1 2 3 5 5
#Spin down orbitals
1 2 3
}
***
Thanks,
Lesheng Li