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
ift
NIFTy
Commits
b2c5e03d
Commit
b2c5e03d
authored
Mar 06, 2020
by
Philipp Arras
Browse files
Fixup
parent
fec223f7
Pipeline
#70290
passed with stages
in 15 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty6/operators/energy_operators.py
View file @
b2c5e03d
...
...
@@ -133,7 +133,7 @@ class VariableCovarianceGaussianEnergy(EnergyOperator):
res1
=
x
[
self
.
_icov
].
log
().
sum
()
res
=
0.5
*
(
res0
-
res1
)
if
not
lin
:
return
res
return
Field
.
scalar
(
res
)
if
not
x
.
want_metric
:
return
res
mf
=
{
self
.
_r
:
x
.
val
[
self
.
_icov
],
self
.
_icov
:
.
5
*
x
.
val
[
self
.
_icov
]
**
(
-
2
)}
...
...
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