forked from etmc/tmLQCD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
356 changed files
with
12,902 additions
and
698 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
|
||
/******************************************************************************* | ||
/*********************************************************************** | ||
* $Id$ | ||
* | ||
* Action of a Dirac operator D (Wilson or twisted) on a given spinor field | ||
* Copyright (C) 2001 Martin Luescher | ||
* original code | ||
* changed and extended 2007,2008 Carsten Urbach | ||
* | ||
* Blue Gene version Copyright (C) 2006 Carsten Urbach | ||
* Block Dirac operator Copyright (C) 2008 Carsten Urbach | ||
* | ||
* The externally accessible function is | ||
* This file is part of tmLQCD. | ||
* | ||
* void D_psi(spinor * const P, spinor * const Q) | ||
* Computes D*Q and stores the result in P | ||
* tmLQCD is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* tmLQCD is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with tmLQCD. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* Action of a Dirac operator D (Wilson or twisted) on a given spinor field | ||
* | ||
* original code by | ||
* Martin Luescher <[email protected]> | ||
* various versions including a block version. | ||
* | ||
*******************************************************************************/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
/************************************************************** | ||
* $Id$ * | ||
* * | ||
* This file contains operators for twisted mass Wilson QCD * | ||
* to construct a multiplication with a non-degenerate * | ||
* flavour matrix * | ||
* * | ||
* see notes of R. Frezzoti and T. Chiarappa for more details * | ||
* Author: Karl Jansen * | ||
* [email protected] * | ||
* * | ||
* Adapted by Thomas Chiarappa <[email protected]> * | ||
* * | ||
**************************************************************/ | ||
/*********************************************************************** | ||
* $Id$ | ||
* | ||
* Copyright (C) 2006,2007,2008 Karl Jansen, Thomas Chiarappa, | ||
* Carsten Urbach | ||
* | ||
* This file is part of tmLQCD. | ||
* | ||
* tmLQCD is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* tmLQCD is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with tmLQCD. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* This file contains operators for twisted mass Wilson QCD | ||
* to construct a multiplication with a non-degenerate | ||
* flavour matrix | ||
* | ||
* | ||
***********************************************************************/ | ||
|
||
#ifdef HAVE_CONFIG_H | ||
# include<config.h> | ||
|
@@ -23,7 +36,6 @@ | |
#include "Hopping_Matrix.h" | ||
#include "phmc.h" | ||
#include "gamma.h" | ||
/* in piu` */ | ||
#include "linsolve.h" | ||
#include "linalg_eo.h" | ||
#include "Nondegenerate_Matrix.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.