/Users/mdipierro/fermiqcd/development/Libraries/mdp_topologies.h File Reference
Go to the source code of this file.
Functions |
void | torus_topology (int mu, int *x_dw, int *x, int *x_up, int ndim, int *nx) |
void | box_topology (int mu, int *x_dw, int *x, int *x_up, int ndim, int *nx) |
void | moebious_topolgy (int mu, int *x_dw, int *x, int *x_up, int ndim, int *nx) |
Detailed Description
- Version:
- 2009-12-21
- Author:
- Massimo Di Pierro <mdipierro@cs.depaul.edu>
Examples of lattice topologies
Licensed under GPL2 license Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
Function Documentation
void box_topology |
( |
int |
mu, |
|
|
int * |
x_dw, |
|
|
int * |
x, |
|
|
int * |
x_up, |
|
|
int |
ndim, |
|
|
int * |
nx | |
|
) |
| | |
void moebious_topolgy |
( |
int |
mu, |
|
|
int * |
x_dw, |
|
|
int * |
x, |
|
|
int * |
x_up, |
|
|
int |
ndim, |
|
|
int * |
nx | |
|
) |
| | |
void torus_topology |
( |
int |
mu, |
|
|
int * |
x_dw, |
|
|
int * |
x, |
|
|
int * |
x_up, |
|
|
int |
ndim, |
|
|
int * |
nx | |
|
) |
| | |