summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-09Testing implementation of the 2 + 4 spin.Jaron Kent-Dobias
2021-11-09Fixed bug in mixed-spin energy evalutaion.Jaron Kent-Dobias
2021-11-09Generalized code to easily allow mixed p-spins.Jaron Kent-Dobias
2021-11-09Generalized energy function to multiple tensor arguments in anticipation of ↵Jaron Kent-Dobias
the mixed p-spin.
2021-11-08Removed a lot more old code, including old Rope class.Jaron Kent-Dobias
2021-11-08Removed some unused files.Jaron Kent-Dobias
2021-11-08Working minimization.Jaron Kent-Dobias
2021-11-08Progress towards minimizer for real models.Jaron Kent-Dobias
2021-11-08Better method for finding saddles.Jaron Kent-Dobias
2021-11-06Finished Levenburg-Marquardt for Stokes lines.Jaron Kent-Dobias
2021-11-05Lots of progress towards Hessian implementation.Jaron Kent-Dobias
2021-11-05Work on Stokes lines, and new method involving parametric fits.Jaron Kent-Dobias
2021-10-11Updated pcg-cpp.Jaron Kent-Dobias
2021-06-11Implemented planting.Jaron Kent-Dobias
2021-03-01Work to find beyond-threshold points.Jaron Kent-Dobias
2021-02-25More changes.Jaron Kent-Dobias
2021-02-25Many changes.Jaron Kent-Dobias
2021-02-24Work on Stokes lines.Jaron Kent-Dobias
2021-02-18Converted variation calculation to be direction-specific.Jaron Kent-Dobias
2021-02-18More Stokes tweaks.Jaron Kent-Dobias
2021-02-17A little bit of refactoring in the Rope class.Jaron Kent-Dobias
2021-02-17Rearranged some functions among files, and wrote the normalize function to ↵Jaron Kent-Dobias
take generic Eigen expressions.
2021-02-17Algorithmic tweaks to rope relaxation now suceeds in finding Stokes lines ↵Jaron Kent-Dobias
relatively quickly.
2021-02-17Got the variation calculation fixed and working.Jaron Kent-Dobias
2021-02-16Progress towards a working Stokes line finder.Jaron Kent-Dobias
2021-02-12Revert "Added code to try and find critical points at very large a."Jaron Kent-Dobias
This reverts commit 388449d66164fe8b5595cf11dbc0f3aa116ef36d.
2021-02-11Draft code for finding Stokes lines via relaxing ropes.Jaron Kent-Dobias
2021-02-11Added code to try and find critical points at very large a.Jaron Kent-Dobias
2021-01-15Moved function to more appropriate header.Jaron Kent-Dobias
2021-01-15More changes.Jaron Kent-Dobias
2021-01-15Converted more of library to templates accepting generic Scalar types and pJaron Kent-Dobias
2021-01-15Removed unnecessary include.Jaron Kent-Dobias
2021-01-14Tiny formatting change.Jaron Kent-Dobias
2021-01-14Catch errors in the J-perturbing loop and save entire vectors, not just ↵Jaron Kent-Dobias
their norm difference.
2021-01-14Updated W and dW to use correct constrained gradient.Jaron Kent-Dobias
2021-01-12Changed code to now find nearby saddles and perturb J.Jaron Kent-Dobias
2021-01-08Fixed some bugs, and made the simulation catch errors correctly.Jaron Kent-Dobias
2021-01-07Cleaned up includes.Jaron Kent-Dobias
2021-01-07Implemented some lazy optimizations and C++17isms.Jaron Kent-Dobias
2021-01-07Reformatted a funny line.Jaron Kent-Dobias
2021-01-07Ignore data files in this directory.Jaron Kent-Dobias
2021-01-06Report stall to cerr instead of cout.Jaron Kent-Dobias
2021-01-06Made many sane default arguments to the saddle finding functions.Jaron Kent-Dobias
2021-01-06Cleaned up code and removed unused portions.Jaron Kent-Dobias
2021-01-06Got Newton's method working well.Jaron Kent-Dobias
2021-01-06Better saddle-finding algorithm. Cristoffel symbols still need fixing.Jaron Kent-Dobias
2021-01-06Lots of work, and fixed bug stemming from choice of matrix algorithm.Jaron Kent-Dobias
2021-01-05Small clean-up.Jaron Kent-Dobias
2021-01-05A lot of work, and fixed a huge bug regarding the meaning of .dot in the ↵Jaron Kent-Dobias
Eigen library for complex vectors.
2021-01-05New function to create random vectors.Jaron Kent-Dobias