Connor Briggs
Connor Briggs
Working on some bug fixes.
Need a way to call einsums from python.
Adding some tests and fixing the bugs I find.
The decomposition test case has some uninitialized values. Here's valgrind. I cancelled it early, since I wasn't trying to test Decomposition. ``` ==58846== Conditional jump or move depends on uninitialised...
When building the docs, Doxygen throws warnings about parameters that are documented but not there, and missing parameters. Looking at the comments, the parameters are documented. Doxygen just seems to...
The Debugging section was lacking anything useful, so here's a bit on how to debug Psi4 with gdb, since it may not be entirely obvious to all users. ## Description...
Psi4 doesn't seem to be initializing global variables in a way that can be accessed by plugins. One example is `psi::outfile`. Steps to recreate: - Create a new plugin. Tested...
Make Einsums work with Python.
I was trying to build on my home machine, and hip and cuda weren't playing nice. I figured it out though.
Adding some more things to the documentation, like a changelog.