summaryrefslogtreecommitdiff
path: root/hadamard_mcmc.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-20 17:37:01 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-12-20 17:37:01 -0500
commit2cc44d8981e42bfe663e8e7dee8dbb7914a9482f (patch)
treecd62dc9831b9cbb515e6639482cab8490b91929d /hadamard_mcmc.hpp
parent714140771d28f1d1ca43f23cb7b84fe5f95ddcf2 (diff)
downloadcode-2cc44d8981e42bfe663e8e7dee8dbb7914a9482f.tar.gz
code-2cc44d8981e42bfe663e8e7dee8dbb7914a9482f.tar.bz2
code-2cc44d8981e42bfe663e8e7dee8dbb7914a9482f.zip
fixed it
Diffstat (limited to 'hadamard_mcmc.hpp')
-rw-r--r--hadamard_mcmc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadamard_mcmc.hpp b/hadamard_mcmc.hpp
index 145454b..eab9916 100644
--- a/hadamard_mcmc.hpp
+++ b/hadamard_mcmc.hpp
@@ -148,11 +148,11 @@ typedef enum {
class MCMC {
private:
- randutils::mt19937_rng rng;
Measurement& A;
double θ0;
public:
+ randutils::mt19937_rng rng;
double β;
double E;
Orthogonal M;