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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
b0de760d
Commit
b0de760d
authored
Jul 08, 2017
by
Theo Steininger
Browse files
Added projection_field property to ProjectionOperator.
parent
2a7ee176
Pipeline
#14512
passed with stages
in 11 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/operators/projection_operator/projection_operator.py
View file @
b0de760d
...
...
@@ -163,3 +163,9 @@ class ProjectionOperator(EndomorphicOperator):
@
property
def
self_adjoint
(
self
):
return
True
# ---Added properties and methods---
@
property
def
projection_field
(
self
):
return
self
.
_projection_field
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