You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm taking this issue from another thread, see #139.
The Matrix Element File from Gaussian 16 seems to be a replacement (to some extent) for the old formatted checkpoint file. See https://gaussian.com/interfacing/ It seems the matrix element file is binary ("unformatted") and architecture dependent, which makes it challenging, still it contains a lot of interesting data. Here are some potentially useful links to parse binary data in Python:
SCM has developed a pure python reader for its RKF files, which are binary files written by FORTRAN code. These are still a bit different from Gaussian unformatted files, but similar tricks may potentially work. See the _autodetect method in https://www.scm.com/doc/plams/_modules/scm/plams/tools/kftools.html
I'm taking this issue from another thread, see #139.
The Matrix Element File from Gaussian 16 seems to be a replacement (to some extent) for the old formatted checkpoint file. See https://gaussian.com/interfacing/ It seems the matrix element file is binary ("unformatted") and architecture dependent, which makes it challenging, still it contains a lot of interesting data. Here are some potentially useful links to parse binary data in Python:
_autodetect
method in https://www.scm.com/doc/plams/_modules/scm/plams/tools/kftools.htmlThe text was updated successfully, but these errors were encountered: