Package: IsingSampler Type: Package Title: Sampling Methods and Distribution Functions for the Ising Model Version: 0.4.0 Authors@R: c( person("Sacha", "Epskamp", email = "mail@sachaepskamp.com",role = c("aut", "cre")), person("Jesse", "Boot", role = c("ctb")) ) Maintainer: Sacha Epskamp Description: Sample states from the Ising model and compute the probability of states. Sampling can be done for any number of nodes, but due to the intractability of the Ising model the distribution can only be computed up to roughly 10 nodes. The Blume-Capel model, an Ising model with an additional on-site quadratic (crystal-field) term, is also supported. License: GPL-2 Imports: plyr, magrittr, nnet, dplyr Depends: Rcpp (>= 0.10.4), R (>= 3.0.0) LinkingTo: Rcpp URL: https://github.com/SachaEpskamp/IsingSampler Repository: https://sachaepskamp.r-universe.dev Date/Publication: 2026-05-30 14:49:52 UTC RemoteUrl: https://github.com/sachaepskamp/isingsampler RemoteRef: HEAD RemoteSha: 7482a547dc79c73343d4768d911d2f6aec461f1b NeedsCompilation: yes Packaged: 2026-06-24 05:50:11 UTC; root Author: Sacha Epskamp [aut, cre], Jesse Boot [ctb]