summaryrefslogtreecommitdiff
path: root/p-spin.hpp
AgeCommit message (Collapse)Author
2023-04-04Standarized include.Jaron Kent-Dobias
2023-04-04Changed constructor specialization to use concepts.Jaron Kent-Dobias
Formally, the constructor for pSpinModel specialized using a partially evaluated template, a syntax that did not compile in g++. Changed to use a new method from concepts.
2021-11-23Fixed some problems with changing the Real type, and went back to geometric ↵Jaron Kent-Dobias
increases in fit.
2021-11-09Moved some repeated code into the pSpinModel class.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-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-03-01Work to find beyond-threshold points.Jaron Kent-Dobias
2021-02-25Many changes.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-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-14Tiny formatting change.Jaron Kent-Dobias
2021-01-14Updated W and dW to use correct constrained gradient.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-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-05Refactor in preparation to resume using the stereographic library for ↵Jaron Kent-Dobias
Newton's method.