Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CT-INT-FGOTH
QMC_Master
Commits
e96ce55b
Commit
e96ce55b
authored
Jun 13, 2013
by
fgoth
Browse files
Add three new observables to the master
SplusSminus SpinSpinCorrelation_kspace ChargeChargeCorrelation_kspace.
parent
4a8bbcf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
SDL_QMC_Master/qmc_master.cpp
View file @
e96ce55b
...
...
@@ -132,6 +132,9 @@ static const ObservableProperties propertycache[] =
{
"KondoCloud_X"
,
true
,
FUNCTION
,
false
,
true
},
{
"DiagonalGreensfunction_kspace"
,
true
,
VECTORFUNCTION
,
true
,
false
},
{
"OffDiagonalGreensfunction_kspace"
,
true
,
VECTORFUNCTION
,
true
,
false
},
{
"SplusSminus"
,
true
,
VECTORFUNCTION
,
true
,
false
},
{
"SpinSpinCorrelation_kspace"
,
true
,
VECTORFUNCTION
,
true
,
false
},
{
"ChargeChargeCorrelation_kspace"
,
true
,
VECTORFUNCTION
,
true
,
false
},
};
static
const
unsigned
int
nr_of_known_observables
=
sizeof
(
propertycache
)
/
sizeof
(
ObservableProperties
);
...
...
common/errordata.h
View file @
e96ce55b
...
...
@@ -88,11 +88,11 @@ public:
error
.
resize
(
error_
.
size
()
);
error
=
error_
;
}
std
::
valarray
<
Scalar
>
get_mean
(
void
)
std
::
valarray
<
Scalar
>
get_mean
(
void
)
const
{
return
mean
;
}
std
::
valarray
<
Scalar
>
get_error
(
void
)
std
::
valarray
<
Scalar
>
get_error
(
void
)
const
{
return
error
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment