mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 05:43:40 +01:00
correct include in ising2d test.
triqs include goes FIRST. (for C++14 mode in clang, e.g.).
This commit is contained in:
parent
09bf713dc8
commit
5172f342be
@ -1,12 +1,11 @@
|
||||
#include <boost/python.hpp>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <triqs/mc_tools/random_generator.hpp>
|
||||
#include <triqs/mc_tools/mc_generic.hpp>
|
||||
#include <triqs/utility/callbacks.hpp>
|
||||
#include <triqs/arrays.hpp>
|
||||
#include <triqs/statistics.hpp>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
//#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK
|
||||
// H = -J \sum_<ij> s_i s_j - h \sum_i s_i
|
||||
// theoretical T_c = 2/log(1+sqrt(2)) for J = 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user