36 {
"help", 0, 0, 0}, {NULL, 0, NULL, 0}};
42 c = getopt_long(argc, argv,
"h", long_options, &option_index);
85 montecarlo::progression(temp, L, cycles, outfile, burn_in_time);
int main(int argc, char **argv)
The main function.
void usage(std::string filename)
A function that displays how to use the program and quits.
void progression(double T, int L, int cycles, int value, const std::string filename, int burn_in_time=BURN_IN_TIME)
Write the expected values for each Monte Carlo cycles to file.