Justin Turney
Justin Turney
## Description Removes libint1 and erd integral engines from Psi4. ## Todos - [x] libint1 removed - [x] erd removed - [ ] fix fchk writer to not use erd...
Our Python abilities are realized in two parts: Boost Python wrapping of C++ code and Python source code for operator overloading. The Boost Python module is compiled in the objdir...
## Improvements The following are improvements to Ambit that were brought up during the Tensor discussion at Emory with Psi4 developers: - [ ] Batching blocks/slices to/from disk - [...
There are many features in the our cmake system that we do not use. They were copied over from Psi4. Need to go through and delete files/code we do not...
The C++ standard is adding an mdspan feature. We should support it. An experimental implementation of it can be found here https://github.com/kokkos/mdspan
Working to improve the error reporting that einsums generates.