index
:
code
master
Gradient descent and Langevin dynamics on complex p-spin models.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
p-spin.hpp
Age
Commit message (
Collapse
)
Author
2023-04-04
Standarized include.
Jaron Kent-Dobias
2023-04-04
Changed 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-23
Fixed some problems with changing the Real type, and went back to geometric ↵
Jaron Kent-Dobias
increases in fit.
2021-11-09
Moved some repeated code into the pSpinModel class.
Jaron Kent-Dobias
2021-11-09
Fixed bug in mixed-spin energy evalutaion.
Jaron Kent-Dobias
2021-11-09
Generalized code to easily allow mixed p-spins.
Jaron Kent-Dobias
2021-11-09
Generalized energy function to multiple tensor arguments in anticipation of ↵
Jaron Kent-Dobias
the mixed p-spin.
2021-11-06
Finished Levenburg-Marquardt for Stokes lines.
Jaron Kent-Dobias
2021-11-05
Lots of progress towards Hessian implementation.
Jaron Kent-Dobias
2021-11-05
Work on Stokes lines, and new method involving parametric fits.
Jaron Kent-Dobias
2021-03-01
Work to find beyond-threshold points.
Jaron Kent-Dobias
2021-02-25
Many changes.
Jaron Kent-Dobias
2021-02-17
Rearranged some functions among files, and wrote the normalize function to ↵
Jaron Kent-Dobias
take generic Eigen expressions.
2021-02-17
Algorithmic tweaks to rope relaxation now suceeds in finding Stokes lines ↵
Jaron Kent-Dobias
relatively quickly.
2021-01-15
Moved function to more appropriate header.
Jaron Kent-Dobias
2021-01-15
More changes.
Jaron Kent-Dobias
2021-01-15
Converted more of library to templates accepting generic Scalar types and p
Jaron Kent-Dobias
2021-01-14
Tiny formatting change.
Jaron Kent-Dobias
2021-01-14
Updated W and dW to use correct constrained gradient.
Jaron Kent-Dobias
2021-01-08
Fixed some bugs, and made the simulation catch errors correctly.
Jaron Kent-Dobias
2021-01-07
Cleaned up includes.
Jaron Kent-Dobias
2021-01-07
Implemented some lazy optimizations and C++17isms.
Jaron Kent-Dobias
2021-01-05
Small clean-up.
Jaron Kent-Dobias
2021-01-05
A 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-05
Refactor in preparation to resume using the stereographic library for ↵
Jaron Kent-Dobias
Newton's method.