Skip to content
Snippets Groups Projects
Commit a01474b5 authored by Koerber, Lukas (FWIN-C) - 108045's avatar Koerber, Lukas (FWIN-C) - 108045
Browse files

Add dtype = complex to UniaxialAnistropyOperator()

parent 4dedc1d3
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ class UniAxialAnisotropyOperator(LinearOperator):
self.sparse_mat = self.make_sparse_mat()
self.shape = self.sparse_mat.shape
self.dtype = np.complex128
def make_sparse_mat(self):
......
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