DSQSS
1.1
|
#include <lattice.hpp>
Public メソッド | |
Lattice (const char *FNAME, Algorithm &A) | |
~Lattice () | |
void | read () |
void | initialize () |
Site & | S (int i) |
Interaction & | I (int i) |
int | countVertices () |
void | show_param (FILE *F) |
void | dump () |
Public 変数 | |
int | D |
int * | L |
double | BETA |
int | NCELL |
int | NSITE |
int | NINT |
int | NSTYPE |
int | NITYPE |
Private 変数 | |
Site * | site |
Interaction * | interaction |
XML::Block | X |
Algorithm & | ALG |
lattice.hpp の 13 行で定義されています。
~Lattice | ( | ) | [inline] |
lattice.hpp の 166 行で定義されています。
int countVertices | ( | ) | [inline] |
void dump | ( | ) | [inline] |
Interaction& I | ( | int | i | ) | [inline] |
void initialize | ( | ) |
void read | ( | ) |
void show_param | ( | FILE * | F | ) | [inline] |
lattice.hpp の 20 行で定義されています。
double BETA |
lattice.hpp の 26 行で定義されています。
int D |
lattice.hpp の 24 行で定義されています。
Interaction* interaction [private] |
lattice.hpp の 18 行で定義されています。
int* L |
lattice.hpp の 25 行で定義されています。
int NCELL |
lattice.hpp の 27 行で定義されています。
int NINT |
lattice.hpp の 29 行で定義されています。
int NITYPE |
lattice.hpp の 31 行で定義されています。
int NSITE |
lattice.hpp の 28 行で定義されています。
int NSTYPE |
lattice.hpp の 30 行で定義されています。
lattice.hpp の 17 行で定義されています。
XML::Block X [private] |
lattice.hpp の 19 行で定義されています。