37 struct option long_options[] = {{
"help", 0, 0, 0}, {NULL, 0, NULL, 0}};
43 c = getopt_long(argc, argv,
"h", long_options, &option_index);
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 pd_estimate(double T, int L, int cycles, const std::string filename, int burn_in_time=BURN_IN_TIME)
Estimate the probability distribution for the energy.