Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting GAMESS output with multistate calculation #39

Closed
4 tasks done
neelravi opened this issue Oct 23, 2024 · 1 comment
Closed
4 tasks done

Converting GAMESS output with multistate calculation #39

neelravi opened this issue Oct 23, 2024 · 1 comment
Assignees

Comments

@neelravi
Copy link
Contributor

neelravi commented Oct 23, 2024

When a Gamess output with multiple states is provided to trexio convert-from command, it fails with the following error:

trexio.Error: Inconsistent number of determinants
Exception ignored in: <function File.__del__ at 0x7bc5523298b0>
Traceback (most recent call last):
  File ".local/lib/python3.9/site-packages/trexio.py", line 209, in __del__
    _close(self.pytrexio_s)
  File ".local/lib/python3.9/site-packages/trexio.py", line 264, in _close
    raise Error(rc)
trexio.Error: Inconsistent number of determinants

The file is attached to reproduce this message.
test_gamess.txt

The possible solution is

  • to create multiple trexio files for each state
  • copy the common data groups to every trexio file
  • update the state_id of each trexio file
  • update / copy the determinants and/or CSF information corresponding to each state

I am working on a pull request that achieves this. Let me know if this approach is optimal.

@q-posev
Copy link
Member

q-posev commented Dec 19, 2024

Fixed in #53

@q-posev q-posev closed this as completed Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants