Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
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".Pages: 1
Hi all,
After RASSCF calculation, I am going to generate the .lus file using GRID_IT program.
I don't want to use the "ALL" keyword due to its large output file (around 5GB in my case).
Instead, I use "Select" Keyword.
&GRID_IT
FILEORB = $Project.RasOrb
select = 1:50-300
However, it went wrong.
The output file says:
Too many Grids requested
I want to know what is the limit number of orbitals of "select" keyword?
I can sucessfully generate the .lus file if I select 40 orbitals.
Or is there any way to calculate grids of many orbitals in a single .lus file?
Thanks.
Best,
MH.
Last edited by MHHsieh (2019-05-21 16:33:13)
Offline
making grid files with enormous amount of orbitals is not a good idea.
The files are too big. And not all programs which display lus files can handle so long lists..
Increase MAXGRID (set by default to 100) in grid.fh and recompile
Offline
Pages: 1