Closed mnottoli closed 1 year ago
@mfherbst It is not urgent, you can check this once you are back from your travel. I will also run the psi4 tests to make sure that everything works.
Psi4-ddX tests are passing.
Hi Michael, thanks for the great work. I pushed a review commit. All the tests and the python tests are passing on my notebook. I also ran the psi4-ddX tests and those are passing as well.
The error system presented some issues, some of which would have been a problem in the future:
The error system has been reworked to fix the issues:
1) New code for the error handling has been added:
2) The error is now correctly propagated, if a subroutine returns an error, then the caller code takes care of updating the error message and returning.
3) The errors have been decoupled from the other data structures.