Conversation
|
Tests simply run and make sure that the code written is executed without mistakes, but do not test the genuinity of the trexio file content. |
The workaround for this is to temporarily disable the trapping: Lines 621 to 633 in 2de90c3 |
oschuett
left a comment
There was a problem hiding this comment.
Just a few comments, generally LGTM.
Actually, with 1.14.5 this is not a problem anymore, so I don't need to disable the trapping. |
This PR enables support for writing TREXIO files from a SCF run.
TREXIO is a library that support interoperability between quantum chemistry codes, especially for programs implementing post-SCF methods such as QMC.
The PR adds an external library dependency, which itself depends on HDF5.
Currently, we only support writing trexio files, and not reading them (e.g. to restart a calculation previously run with a different code support trexio).