Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xQML
xQML
Commits
0e2ec732
Commit
0e2ec732
authored
Feb 01, 2019
by
Matthieu Tristram
Browse files
Correct typos in comments
parent
f72036fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xqml/estimators.py
xqml/estimators.py
+3
-3
No files found.
xqml/estimators.py
View file @
0e2ec732
...
...
@@ -147,7 +147,7 @@ def El(invCAA, invCBB, Pl):
def
CrossWindowFunction
(
El
,
Pl
):
"""
Compute mode-mixi
g
n matrix (Tegmark's window matrix)
Compute mode-mixin
g
matrix (Tegmark's window matrix)
Wll = Trace[invCAA.Pl.invCBB.Pl] = Trace[El.Pl]
Parameters
...
...
@@ -182,7 +182,7 @@ def CrossWindowFunction(El, Pl):
def
CrossWindowFunctionLong
(
invCAA
,
invCBB
,
Pl
):
"""
Compute mode-mixi
g
n matrix (Tegmark's window matrix)
Compute mode-mixin
g
matrix (Tegmark's window matrix)
Wll = Trace[invCAA.Pl.invCBB.Pl] = Trace[El.Pl]
Parameters
...
...
@@ -438,4 +438,4 @@ if __name__ == "__main__":
import
doctest
if
np
.
__version__
>=
"1.14.0"
:
np
.
set_printoptions
(
legacy
=
"1.13"
)
doctest
.
testmod
()
\ No newline at end of file
doctest
.
testmod
()
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