Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
quarkNumberSusceptibility_Wilson.h
Go to the documentation of this file.
1
14
#ifndef QUARKNUMBERSUSCEPTIBILITY_WILSON_INCLUDED
15
#define QUARKNUMBERSUSCEPTIBILITY_WILSON_INCLUDED
16
17
#include "
fprop.h
"
18
#include "
noiseVector_Z2.h
"
19
20
#include "
bridgeIO.h
"
21
using
Bridge::vout
;
22
24
35
class
QuarkNumberSusceptibility_Wilson
36
{
37
protected
:
38
Bridge::VerboseLevel
m_vl
;
39
40
private
:
41
Fopr
*
m_fopr
;
42
Fprop
*
m_fprop
;
43
NoiseVector
*
m_nv
;
44
45
int
m_Nnoise
;
46
47
public
:
48
QuarkNumberSusceptibility_Wilson
(
Fopr
*fopr,
Fprop
*fprop,
NoiseVector
*nv)
49
:
m_vl
(
CommonParameters
::Vlevel()),
50
m_fopr
(fopr),
m_fprop
(fprop),
m_nv
(nv) {}
51
52
void
set_parameters
(
const
Parameters
& params);
53
void
set_parameters
(
const
int
Nnoise);
54
55
void
set_parameter_verboselevel
(
const
Bridge::VerboseLevel
vl
) {
m_vl
=
vl
; }
56
58
double
measure
();
59
};
60
#endif
src
Measurements
Fermion
quarkNumberSusceptibility_Wilson.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1