gms-bbg / gamess-issues

GAMESS issue tracking
7 stars 1 forks source link

RUNTYP=TRANSITN Problems #72

Open stewa668 opened 10 months ago

stewa668 commented 10 months ago

install.txt

There is quite a few problems with how transition calculations are done in GAMESS, and I essentially want to raise awareness of them and potentially provide some fixes for some of them.

I am supplying some personal modified source files that are relevant to these issues. Each change should be marked with C ZS: and a comment explaining the change if I felt it was important, some changes for pure printout reasons may not be commented.

Essentially, there were structural changes to how symmetries were treated inside these calculations, that breaks or limits functionality that were once usable. I imagine these changes occurred around when GAMESS implemented the ability to but symmetry info into inputs, instead of requiring one to reference an external document. (So, quite a long time ago.)

As I'll include commented code with string tags, I'll just put a potential problem list here for readability, but relevant areas of the source code should be tagged, commented, and maybe even fixed, though in a probably less than ideal way.

Inside of trnstn.src

Inside of trans.src

Inside of gugdrt.src

trans.txt trnstn.txt gugdrt.txt

Other than that, it might be nice to add functionality which lets users see the IORDER array, which is an array that gives the order of MOs as they are referenced in case vectors.

Sorry for the long post, but this has been an issue that has bugged me for a long time.