Skip to content
Snippets Groups Projects
Commit 2bc560a9 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

remove unused property 'symmetric'

parent 8301906c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -80,10 +80,6 @@ class LaplaceOperator(EndomorphicOperator): ...@@ -80,10 +80,6 @@ class LaplaceOperator(EndomorphicOperator):
def unitary(self): def unitary(self):
return False return False
@property
def symmetric(self):
return False
@property @property
def self_adjoint(self): def self_adjoint(self):
return False return False
......
...@@ -44,10 +44,6 @@ class SmoothnessOperator(EndomorphicOperator): ...@@ -44,10 +44,6 @@ class SmoothnessOperator(EndomorphicOperator):
def unitary(self): def unitary(self):
return False return False
@property
def symmetric(self):
return False
@property @property
def self_adjoint(self): def self_adjoint(self):
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment