Skip to content
Snippets Groups Projects
Commit b0de760d authored by Theo Steininger's avatar Theo Steininger
Browse files

Added projection_field property to ProjectionOperator.

parent 2a7ee176
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment