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
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.