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
9f4d98fd
Commit
9f4d98fd
authored
May 02, 2020
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove tabs in ExchangeOperator.C
parent
3be61852
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ExchangeOperator.C
src/ExchangeOperator.C
+3
-3
No files found.
src/ExchangeOperator.C
View file @
9f4d98fd
...
@@ -293,7 +293,7 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref,
...
@@ -293,7 +293,7 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref,
DoubleMatrix
cref_proxy
(
wf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
DoubleMatrix
cref_proxy
(
wf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
DoubleMatrix
dcref_proxy
(
dwf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
DoubleMatrix
dcref_proxy
(
dwf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
int
nb
=
c_proxy
.
nb
();
int
nb
=
c_proxy
.
nb
();
DoubleMatrix
matproj1
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
DoubleMatrix
matproj1
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
DoubleMatrix
matproj2
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
DoubleMatrix
matproj2
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
DoubleMatrix
matenergy
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
DoubleMatrix
matenergy
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
...
@@ -325,8 +325,8 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref,
...
@@ -325,8 +325,8 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref,
ComplexMatrix
&
dc
(
dwf
.
sd
(
ispin
,
ikp
)
->
c
());
ComplexMatrix
&
dc
(
dwf
.
sd
(
ispin
,
ikp
)
->
c
());
ComplexMatrix
&
cref
(
wf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
ComplexMatrix
&
cref
(
wf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
ComplexMatrix
&
dcref
(
dwf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
ComplexMatrix
&
dcref
(
dwf_ref
.
sd
(
ispin
,
ikp
)
->
c
());
int
nb
=
c
.
nb
();
int
nb
=
c
.
nb
();
ComplexMatrix
matproj1
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
ComplexMatrix
matproj1
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
ComplexMatrix
matproj2
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
ComplexMatrix
matproj2
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
ComplexMatrix
matenergy
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
ComplexMatrix
matenergy
(
ctxt
,
nst
,
nst
,
nb
,
nb
);
...
...
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