summaryrefslogtreecommitdiff
path: root/lib/wolff.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-22 23:19:28 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-22 23:19:28 -0400
commit888ccdcd25f958f7d80a2d47d0d83252456897d1 (patch)
tree822dd9f51eb18348d74375dff173a03681c44cce /lib/wolff.h
parent9db6ee734df8477a2529f56e4a6f4b1784bf941b (diff)
downloadc++-888ccdcd25f958f7d80a2d47d0d83252456897d1.tar.gz
c++-888ccdcd25f958f7d80a2d47d0d83252456897d1.tar.bz2
c++-888ccdcd25f958f7d80a2d47d0d83252456897d1.zip
simplified bond probabilities
Diffstat (limited to 'lib/wolff.h')
-rw-r--r--lib/wolff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wolff.h b/lib/wolff.h
index d3bc412..4270f33 100644
--- a/lib/wolff.h
+++ b/lib/wolff.h
@@ -36,7 +36,5 @@ cluster_t *flip_cluster(const graph_t *g, const double *ps, bool *x,
graph_t *graph_add_ext(const graph_t *g);
-double *get_bond_probs(double T, double H, ising_state_t *s);
-
uint32_t wolff_step(double T, double H, ising_state_t *s, gsl_rng *r,
double *ps);