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,
In both asc2job.f and job2asc.f in Tools/job2asc/, it's found that
nName=4*2*mxOrb
should be
nName=LENIN8*mxOrb
This error exists in all the molcas 8.x revisions, which may result in the number of configurations and number of roots being zero.
Offline
Thank you. Next time please use the "Issues" tab in https://gitlab.com/Molcas/OpenMolcas
Note that job2asc and asc2job are largely untested and unmaintained, and not guaranteed to work. If you want to extract information from RASSCF wavefunctions it's recommended to use the .rasscf.h5 files (you need to compile with HDF5 support).
Offline
zorkov,
thanks for spotting a bug. indeed, LEN of element INput size was extended from *4 as in old versions, but the tools were never updated. I'll fix it.
Offline
Pages: 1