Molcas Forum

Support and discussions for Molcas and OpenMolcas users and developers

You are not logged in.

Announcement

Welcome to the Molcas forum.

Please note: The forum's URL has changed. The new URL is: https://molcasforum.univie.ac.at. Please update your bookmarks!

You can choose an avatar and change the default style by going to "Profile" → "Personality" or "Display".

#1 2021-11-17 13:43:20

prakashprem
Member
Registered: 2021-10-25
Posts: 5

[SOLVED] Doing RASSCF after using EXPBAS issue

Dear MOLCAS community,

I was doing a RASSCF after using the EXPBAS module for my Dy system. Initially, I performed a RASSCF calculation with a small basis set, ANO-RCC-MB. I got my proper orbitals with it.
Then I performed a GATEWAY calculation with a larger basis set for Dy, ANO-RCC-VTZP.
Then I performed EXPBAS, in this manner as my input, by incorporating the relevant Runfiles and the INPORB-

 >>COPY P-Dy44.InpOrb  INPORB
 >>COPY P-Dy44.Runfil1 RUNFIL1
 >>COPY P-Dy44.Runfil2 RUNFIL2
  &EXPBAS

Finally, when I was doing a RASSCF for my now larger basis set with this input-

&RASSCF
    Spin
      6
    Inactive
      119
    LumOrb
    Nactel
      17 2 2
    Ras2
      7
    Ras1
      4
    Ras3
      5
    CIRoot
      11 11 1

I was getting this error-

                                            &RASSCF

                                   only a single process is used
                        available to each process: 10 GB of memory, 1 thread
()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()

 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Mismatch in start orbital file.                                      ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
  ERROR: Start orbital file name is
 INPORB
  That file is a valid orbital file.
  Version:                    3
  But some information does not match.
  In the file, nr of basis functions/symm is
   328
  but RUNFILE claims it is
   179
  Is it an old file left in workspace by mistake?
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Error during input preprocessing.                                    ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###     O.K reading after CIROOTS keyword.                                  ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
  Error exit 9930 from PROC_INP.
  Check previous messages in the output
  to find the reason.
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Input processing failed.                                             ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
  RASSCF Error: Proc_Inp failed unexpectedly.
  Check the output file for any previous messages
  that can help explain the failure.
  Here is a printing of the input file that
  was processed:
 &RASSCF
 Spin
 6
 Inactive
 119
 LumOrb
 Nactel
 17 2 2
 Ras2
 7
 Ras1
 4
 Ras3
 5
 CIRoot
 11 11 1
 End of Input
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    There were warnings during the execution                             ###
 ###    Please, check the output with care!                                  ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Location: AixCheck                                                   ###
 ###                                                                         ###
 ###                                                                         ###
 ###    Active unit: TRAINT , should have been closed!                       ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Location: AixCheck                                                   ###
 ###                                                                         ###
 ###                                                                         ###
 ###    Active unit: TEMP01 , should have been closed!                       ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Location: AixCheck                                                   ###
 ###                                                                         ###
 ###                                                                         ###
 ###    Active unit: TEMP02 , should have been closed!                       ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###############################################################################
 ###                                                                         ###
 ###                                                                         ###
 ###    Location: AixCheck                                                   ###
 ###                                                                         ###
 ###                                                                         ###
 ###    Active unit: JOBIPH , should have been closed!                       ###
 ###                                                                         ###
 ###                                                                         ###
 ###############################################################################
 ###############################################################################
--- Stop Module:  rasscf at Tue Nov 16 19:35:15 2021 /rc= _INPUT_ERROR_ ---
Non-zero return code - check program input/output
--- Stop Module:  auto at Tue Nov 16 19:35:22 2021 /rc= _INPUT_ERROR_ ---
--- Module auto spent 9 seconds

So, can anyone help me to overcome/tackle this issue? Also, if I am not doing anything properly in any of my previous steps to reach my goal, kindly let me know, what needs to be done correctly.

Thank You in Advance!
Prem

Offline

#2 2021-11-17 15:26:23

Ignacio
Administrator
From: Uppsala
Registered: 2015-11-03
Posts: 1,085

Re: [SOLVED] Doing RASSCF after using EXPBAS issue

Did you run GATEWAY with the large basis set before RASSCF? Did you run this calculation on a clean WorkDir?

Offline

#3 2021-11-17 15:52:31

prakashprem
Member
Registered: 2021-10-25
Posts: 5

Re: [SOLVED] Doing RASSCF after using EXPBAS issue

Thank you for the response.
I did run a GATEWAY with the larger basis set, but it was in the same WorkDir.
So, do I have to run the larger basis set one in a new WorkDir, run again a new EXPBAS, and later on the RASSCF with the extended one?

Offline

#4 2021-11-17 16:36:28

Ignacio
Administrator
From: Uppsala
Registered: 2015-11-03
Posts: 1,085

Re: [SOLVED] Doing RASSCF after using EXPBAS issue

You don't need to run EXPBAS again if you save what matters: the ExpOrb file

After that, it's better if your run GATEWAY and RASSCF in a new, clean WorkDir.

Offline

#5 2021-11-20 14:25:23

prakashprem
Member
Registered: 2021-10-25
Posts: 5

Re: [SOLVED] Doing RASSCF after using EXPBAS issue

It took a bit of time for me to figure out properly, the correct approach.
Now it's working fine as per the way you suggested.
Thank you for your valuable suggestions that helped me to tackle and overcome the problem.

Offline

Board footer

Powered by FluxBB 1.5.11

Last refresh: Today 19:46:36