25//==================================================== Standard library
26#include <iostream>
27#include <fstream>
28#include <ctime>
29#include <cmath>
30#include <numeric>
31#include <string>
32#include <vector>
33#include <exception>
34#include <complex>
35#include <algorithm>
36#include <iomanip>
37#include <utility>
38
39//==================================================== Do not use the following flags for the included files - this causes a lot of warnings that have nothing to do with ProSHADE
50//==================================================== Do not use the following flags for the included files - this causes a lot of warnings that have nothing to do with ProSHADE