index
:
code
master
Code for tiling Aztec diamonds.
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-10
Added free energy calculation, and fixed some small mistakes in the library.
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
2022-10-06
Read number of measurements as float to allow scientific notation.
Jaron Kent-Dobias
2022-10-06
Modified to save data for all vertices, not just one sublattice.
Jaron Kent-Dobias
2022-10-04
Output data to file that can be updated.
Jaron Kent-Dobias
2022-10-04
Added cheap parallelization.
Jaron Kent-Dobias
2022-10-04
Refactored base code and added new utility to measure the order paremeter.
Jaron Kent-Dobias
2022-09-30
Added routine to try perturbations until a large one is found.
Jaron Kent-Dobias
2022-09-30
Slightly changed what is output.
Jaron Kent-Dobias
2022-09-30
Save a lot of time by using the built-in update method.
Jaron Kent-Dobias
2022-09-30
Changed rbmp to use blossom algorithm.
Jaron Kent-Dobias
2022-09-29
Added compile_flags.txt for IDE settings.
Jaron Kent-Dobias
2022-09-29
Working implementation of the hungarian algorithm.
Jaron Kent-Dobias
2022-09-17
Changes to how the propogation happens.
Jaron Kent-Dobias
2022-09-16
Turned on cheap parallelization for belief propagation.
Jaron Kent-Dobias
2022-09-16
Added getopt interface.
Jaron Kent-Dobias
2022-09-16
Returned to initializing to zero.
Jaron Kent-Dobias
2022-09-14
Small fixes.
Jaron Kent-Dobias
2022-09-14
Readded threshold-based stopping conditions.
Jaron Kent-Dobias
2022-09-14
Small refactor.
Jaron Kent-Dobias
2022-09-14
Small simplification.
Jaron Kent-Dobias
2022-09-14
Some cleanup and removal of convergence metric.
Jaron Kent-Dobias
2022-09-14
Some simplifying refactoring.
Jaron Kent-Dobias
2022-09-13
Some code simplification.
Jaron Kent-Dobias
2022-09-13
Initial commit.
Jaron Kent-Dobias