CaHe excited states

13 views
Skip to first unread message

alioua kamel

unread,
Mar 27, 2024, 6:35:10 AMMar 27
to molpro-user
Dear users
I plan to calculate the singlet-excited states as they are described in the attached file. Unfortunately, I receive the following error message: 'ORBITAL RECORD 2140.2 CORRESPONDS TO DIFFERENT GEOMETRY' at the first IC calculation of the excited states.
Can anyone help me? 
Thanks in advance.
CaHe_singlets

Peter Knowles

unread,
Mar 28, 2024, 4:43:22 AMMar 28
to alioua kamel, molpro-user
The problem occurs because of

do i=1,#energy
  emult(i)=energy(i)
enddo

which redefines the outer loop variable i, which is referenced in the geometry. This causes the hamiltonian evaluator to get confused. You can simply change i to j and it will work - or, more simply,

emult = energy

although emult doesn't get used, so maybe you intend something else.

Peter

On 27 Mar 2024, at 10:34, alioua kamel <kamel...@gmail.com> wrote:

External email to Cardiff University - Take care when replying/opening attachments or links.
Nid ebost mewnol o Brifysgol Caerdydd yw hwn - Cymerwch ofal wrth ateb/agor atodiadau neu ddolenni.


--
You received this message because you are subscribed to the Google Groups "molpro-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to molpro-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/molpro-user/CABf9xTEaPRwUTX%3DoGoQCMsVZbYJzf_LLajV_2bsnARW1wpqryQ%40mail.gmail.com.
<CaHe_singlets>

Reply all
Reply to author
Forward
0 new messages