Age | Commit message (Expand) | Author |
2018-07-26 | now using const passing of object reference instead of pointers | Jaron Kent-Dobias |
2018-07-26 | many changes, including new spin spaces and groups and cleaning up core libra... | Jaron Kent-Dobias |
2018-07-26 | all the R_t have been objectified | Jaron Kent-Dobias |
2018-07-26 | a couple more removed files | Jaron Kent-Dobias |
2018-07-26 | removed some files that are now unused | Jaron Kent-Dobias |
2018-07-26 | everything compiles now, and fixed a major bug in the graph code | Jaron Kent-Dobias |
2018-07-26 | partially class-ified, ising and On work but potts and height do not | Jaron Kent-Dobias |
2018-07-25 | replaced more in-house objects with c++ std lib ones, performance increased | Jaron Kent-Dobias |
2018-07-25 | trying some new c++ things, starting with graph | Jaron Kent-Dobias |
2018-07-25 | fixed several warnings | Jaron Kent-Dobias |
2018-07-25 | got everyone recording data, and fixed huge bug in the updating of ReF and ImF | Jaron Kent-Dobias |
2018-07-24 | added clock model | Jaron Kent-Dobias |
2018-07-24 | removed c files that are no longer faster than the c++ ones | Jaron Kent-Dobias |
2018-07-24 | added preprocessor method for potts, and implemented dihedral for the c++ stuff | Jaron Kent-Dobias |
2018-07-24 | implemented updating the first fourier moment in wolff_finite, but also make ... | Jaron Kent-Dobias |
2018-07-23 | sped up orthogonal generation a bit | Jaron Kent-Dobias |
2018-07-23 | removed many unnecessary includes | Jaron Kent-Dobias |
2018-07-23 | implemented the discrete gaussian model for roughening | Jaron Kent-Dobias |
2018-07-22 | potts now fully functional | Jaron Kent-Dobias |
2018-07-21 | added visualization, and started potts | Jaron Kent-Dobias |
2018-07-21 | ising example now has a setting for drawing the state to the screen | Jaron Kent-Dobias |
2018-07-21 | made wolff-ising header files more pedogogical | Jaron Kent-Dobias |
2018-07-21 | simplified the way that measurements work | Jaron Kent-Dobias |
2018-07-20 | cos and sin calls for computing fourier term now precomputed | Jaron Kent-Dobias |
2018-07-20 | added ising example to cpp collection | Jaron Kent-Dobias |
2018-07-19 | efficient computation of the smallest fourier mode by doing a magnetization-s... | Jaron Kent-Dobias |
2018-07-19 | new mesaurement flag system, fftw only initialized once, all O(n) models now ... | Jaron Kent-Dobias |
2018-07-18 | some reorganization | Jaron Kent-Dobias |
2018-07-18 | - added support for computing spatial fourier transforms | Jaron Kent-Dobias |
2018-07-17 | working generator of rotations near the current state | Jaron Kent-Dobias |
2018-07-17 | made many changes to implement alternate reflection generators, this is broken | Jaron Kent-Dobias |
2018-07-11 | added utility for extracting correlation functions from raw timeseries | Jaron Kent-Dobias |
2018-07-10 | minor reorganizing | Jaron Kent-Dobias |
2018-07-09 | removed some references to the specific form of the magnetization for vector ... | Jaron Kent-Dobias |
2018-07-09 | wolff run from own function, called with types to run | Jaron Kent-Dobias |
2018-07-06 | split up some files | Jaron Kent-Dobias |
2018-07-06 | rewrote wolff in c++ with templates so that any system can be run with it | Jaron Kent-Dobias |
2018-07-01 | fixed both the system for determining bond energy and how global state is tra... | Jaron Kent-Dobias |
2018-06-29 | completely removed measurement during the simulation, opting to just save bin... | Jaron Kent-Dobias |
2018-06-28 | cleaned up the operation of the finite-group wolff code | Jaron Kent-Dobias |
2018-06-26 | began generalizing the potts code to work with all finite spin spaces | Jaron Kent-Dobias |
2018-04-23 | lots of changes | Jaron Kent-Dobias |
2018-03-27 | some optimizations | Jaron Kent-Dobias |
2018-03-20 | new system | Jaron Kent-Dobias |
2018-03-19 | changes | Jaron Kent-Dobias |
2018-03-01 | more cosmetic changes | Jaron Kent-Dobias |
2018-02-28 | changes to how field arguments are passed to the vector method | Jaron Kent-Dobias |
2018-02-28 | fixed major mistake in process, also got n-component version fully working | Jaron Kent-Dobias |
2018-02-12 | added support for measuring state decay rates and frequency of being in states | Jaron Kent-Dobias |
2018-02-04 | moved measurement tools to own file | Jaron Kent-Dobias |