1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 5 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added info about Eigen in READ More... 3 months ago
Updated the info in README.md about the Visual Studio version and c++ standards. Fixed some compiling issues with compilers with std > 17. More... 3 months ago
Got rid of a compile warning More... 3 months ago
Switched to VS 2026 More... 4 months ago
Replaced 'unsigned int' from tensors implementation with size_t More... over 1 year ago
Moved a variable in RestrictedCCSD to be private and exposed it with a Get function instead More... almost 2 years ago
Added some noexcept specifiers More... almost 2 years ago
Replaced typedefs with using and used perfect forwarding for hashing More... almost 2 years ago
Minor improvements to Chart class More... about 2 years ago
Dropped Orbital.cpp (empty source file) and some other minor changes More... about 2 years ago
Some more cleanup More... about 2 years ago
More code cleanup More... about 2 years ago
More code cleanup More... about 2 years ago
Default type for Vector3D More... about 2 years ago
Code cleanup More... about 2 years ago
Some code cleanup More... about 2 years ago
Some code cleanup More... about 2 years ago
Simplified some tuples usage for integrals repository, also arranged a bit class members More... about 2 years ago
Minor More... over 2 years ago
Minor changes More... over 2 years ago
Double factorial also with a template function More... over 2 years ago
Replaced factorial implementation with a template function More... over 2 years ago
Enabled AVX2 More... almost 3 years ago
Turned on openmp on x64 release, for Eigen More... almost 3 years ago
Added the Coefficients class that allow among others to get the Clebsch-Gordan coefficients (basically copied from the KKR project) More... about 3 years ago
Trying to keep CodeFactor happy More... about 3 years ago
Replaced some std::map with std::unordered_map More... about 3 years ago
Some minor optimizations in computing the gaussian integrals More... about 3 years ago
Minor changes More... about 3 years ago
Minor improvements, added the method to save a basis set (not used, should be used only for tests) More... about 3 years ago