Пример #1
0
int ConfigData::readBinaryConfig(std::string fconfigname){
	int ERR = A->bread(fconfigname);

        std::complex<double> poll=calcPoll();
        std::complex<double> plaq=calcPlaq();

	if(verbose){
		std::cout << "Configfile " << fconfigname << " read (old binary format)." << std::endl << std::endl;
		std::cout << "Checks:" << std::endl;
		std::cout << "Polyakov loop: calculated=" << poll << std::endl;
		std::cout << "Plaquettes: calculated=" << plaq << std::endl << std::endl;
	}
	return ERR;
}