Manuel
Manuel
Has there been any progress? Fytch's idea seems _outstanding_.
Is this getting merged? It's uncompilable as is
in ginac/CMakeLists.txt, replace python with python2. I made a pull request for this.
Update: Now everything is in the /fel directory I also added a matrix type in Types/Matrix. The lorentz transform classes depend on it.
I could be wrong, but if the pointer type is going to be a template parameter why would we not remove the polymorphism altogether? Going from `std::shared_ptr` to simply a...
Yes, if heffte doesnt have some other restrictions. It would also be nice if the boxes could be picked to exclude ghost cells, but I dont know if that would...
The command you linked does not specify `-DCMAKE_BUILD_TYPE=Release`, making it default to Debug, and hence the huge binary.
You can use it as a library like this: ```cpp #include struct A{ std::string x; }; #include "cppparser.h" #include #include namespace fs = std::filesystem; int main(){ CppParser parser; const auto...