index
:
code
master
Code for tiling Aztec diamonds.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uniform.cpp
Age
Commit message (
Expand
)
Author
2022-10-19
Ran clang-format.
HEAD
master
Jaron Kent-Dobias
2022-10-11
Refactoring.
Jaron Kent-Dobias
2022-10-10
Some refactoring, and example code for comparing low-T probabilities to zero-T.
Jaron Kent-Dobias
2022-10-10
Merged Graph and AztecDiamond classes.
Jaron Kent-Dobias
2022-10-10
Stopped precomputing the faces to save a lot of memory and waste almost no time.
Jaron Kent-Dobias
2022-10-10
Added computation of the partition function.
Jaron Kent-Dobias
2022-10-10
Enabled cheap parallelization.
Jaron Kent-Dobias
2022-10-10
Output data in style used previously.
Jaron Kent-Dobias
2022-10-10
Changed weight structure to a stack.
Jaron Kent-Dobias
2022-10-10
A little more refactoring.
Jaron Kent-Dobias
2022-10-10
Some refactoring.
Jaron Kent-Dobias
2022-10-10
Now finds edge probabilities for Boltzmann distributed random edges.
Jaron Kent-Dobias
2022-10-10
Finished implementing the Propp algorithm for edge probabilities.
Jaron Kent-Dobias
2022-10-10
Started implementation of Propp algorithm.
Jaron Kent-Dobias