Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Laurell, Pontus Bengt Johan
dmrgpp
Commits
b33078cd
Commit
b33078cd
authored
Aug 27, 2019
by
Alvarez, Gonzalo
Browse files
observe: <gs|c'[j];c|gs> yields all i >= j only
parent
05f03ccb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Engine/Observer.h
View file @
b33078cd
...
...
@@ -176,7 +176,7 @@ public:
return
twopoint_
(
storage
,
m0
,
m1
,
fermionSign
,
braket
.
bra
(),
braket
.
ket
());
case
1
:
//first site given
for
(
site1
=
0
;
site1
<
sites
;
++
site1
)
for
(
site1
=
braket
.
site
(
0
)
;
site1
<
sites
;
++
site1
)
storage
(
braket
.
site
(
0
),
site1
)
=
twopoint_
.
calcCorrelation
(
braket
.
site
(
0
),
site1
,
braket
.
op
(
0
).
getCRS
(),
...
...
Write
Preview
Markdown
is supported
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