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

Implement ORCA 5 import #219

Closed
stestoll opened this issue Jul 14, 2021 · 7 comments · Fixed by #229
Closed

Implement ORCA 5 import #219

stestoll opened this issue Jul 14, 2021 · 7 comments · Fixed by #229
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@stestoll
Copy link
Member

ORCA 5 discontinues the binary .prop property file and introduces a new text-based file format. This needs to be implemented in orca2easyspin.

@stestoll stestoll added the enhancement New feature or request label Jul 14, 2021
@stestoll stestoll self-assigned this Jul 14, 2021
@stestoll stestoll added this to the 6.0 milestone Aug 17, 2021
@stestoll
Copy link
Member Author

stestoll commented Oct 3, 2021

The problem with the new property file (called job_property.txt for a calculation called job), has a series of peculiarities/bugs. For ORCA 5.0.1, I ran into the following

  • Under EPRNMR_GTensor, the g tensor is missing. (Eigenvectors and eigenvalues are present).
  • Under EPRNMR_QTensor, the tensor stored is the hyperfine tensor, not the quadrupole tensor.
  • Under EPRNMR_QTensor, the principal values are not from the Q tensor, but from the EFG tensor.

The main output file appears to be more reliable in this regard.

@stestoll
Copy link
Member Author

stestoll commented Oct 3, 2021

See post on ORCA forum.

@stestoll stestoll mentioned this issue Feb 8, 2022
5 tasks
@stestoll stestoll changed the title Implement ORCA 5 property file import Implement ORCA 5 import Feb 10, 2022
@stestoll stestoll linked a pull request Feb 24, 2022 that will close this issue
5 tasks
@iowachem
Copy link

Is this issue fixed in the easyspin version 5.2.35?

@stestoll
Copy link
Member Author

No, only in 6.0.

@dinarabdullin
Copy link

dinarabdullin commented Oct 25, 2023

Dear Stefan,
I still get this issue when I use "_property.txt" file, even with the newest Orca (5.0.4) and EasySpin (6.0.0-dev53) versions. Here is the error message:
"
eulang: Rotation matrix is not orthogonal within 1e-6.
Error using orca2easyspin_proptxt
EPRNMR_QTensor is not supported.
Error in orca2easyspin
"

However, orca2easyspin works fine with the "main" output file (.out) of Orca!

Kind regards,
Dinar

@cetait
Copy link
Collaborator

cetait commented Oct 25, 2023

See issue #230, using orca2easyspin with the ORCA output file instead of the property text file should work.

@dinarabdullin
Copy link

Thank you Claudia, I just found it myself too:) It would be useful to update the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

4 participants