Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
c4e49cf0
Commit
c4e49cf0
authored
Jul 13, 2018
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed calls to align wfs in BOSampleStepper.C
parent
04369910
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
BOSampleStepper.C
src/BOSampleStepper.C
+5
-7
No files found.
src/BOSampleStepper.C
View file @
c4e49cf0
...
...
@@ -564,7 +564,7 @@ void BOSampleStepper::step(int niter)
}
else
if
(
iter
==
1
)
{
s_
.
wfv
->
align
(
s_
.
wf
);
s_
.
wfv
->
sd
(
ispin
,
ikp
)
->
align
(
*
s_
.
wf
.
sd
(
ispin
,
ikp
)
);
for
(
int
i
=
0
;
i
<
len
;
i
++
)
{
const
double
x
=
c
[
i
];
...
...
@@ -580,8 +580,7 @@ void BOSampleStepper::step(int niter)
else
{
// align wf with wfmm before extrapolation
// s_.wf.align(*wfmm);
wfmm
->
align
(
s_
.
wf
);
s_
.
wf
.
sd
(
ispin
,
ikp
)
->
align
(
*
wfmm
->
sd
(
ispin
,
ikp
));
// extrapolate
for
(
int
i
=
0
;
i
<
len
;
i
++
)
...
...
@@ -635,7 +634,7 @@ void BOSampleStepper::step(int niter)
}
else
if
(
iter
==
1
)
{
//s_.wfv->align(s_.wf
);
s_
.
wfv
->
sd
(
ispin
,
ikp
)
->
align
(
*
s_
.
wf
.
sd
(
ispin
,
ikp
)
);
for
(
int
i
=
0
;
i
<
len
;
i
++
)
{
const
double
x
=
c
[
i
];
...
...
@@ -651,8 +650,7 @@ void BOSampleStepper::step(int niter)
else
{
// align wf with wfmm before extrapolation
// s_.wf.align(*wfmm);
// wfmm->align(s_.wf);
s_
.
wf
.
sd
(
ispin
,
ikp
)
->
align
(
*
wfmm
->
sd
(
ispin
,
ikp
));
// extrapolate
for
(
int
i
=
0
;
i
<
len
;
i
++
)
...
...
@@ -707,7 +705,7 @@ void BOSampleStepper::step(int niter)
else
{
tmap
[
"align"
].
start
();
s_
.
wfv
->
align
(
s_
.
wf
);
s_
.
wfv
->
sd
(
ispin
,
ikp
)
->
align
(
*
s_
.
wf
.
sd
(
ispin
,
ikp
)
);
tmap
[
"align"
].
stop
();
// linear extrapolation
...
...
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