============================================================ Simple Wilson solver - Ver.0.1 Hideo Matsufuru 24 Apr 2009 (C) Copyright Hideo Matsufuru 2009-2013. ============================================================ This is a simple Wilson quark solver for single processor. Just the least components are included. This version is not parallelized. The gamma matrices are in Dirac representation. CG algorithm is implemented for the linear solver. To use, first ungzip the configuration file, which is read from the program. The file solv_wilson.cpp can be compiled with g++ and just be run. The same result as solv.log should be come out. [24 Apr 2009] About the license: This program is licensed under the Eclipse Public License. You may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/eclipse-1.0.php [19 Sep 2013]