Skip to content
Snippets Groups Projects
Commit c62343c3 authored by Luca Gravina's avatar Luca Gravina
Browse files

dynamical HS

parent 6bae84c4
No related branches found
No related tags found
No related merge requests found
Showing
with 2539 additions and 305 deletions
This diff is collapsed.
File deleted
File added
No preview for this file type
......@@ -93,7 +93,8 @@ class Kerr():
self.Loe = Qobj(blocks_list[1], dims = supopdims)
self.Leo = Qobj(blocks_list[2], dims = supopdims)
self.Loo = Qobj(blocks_list[3], dims = supopdims)
self.symm = {'ee':self.iee, 'oo':self.ioo, 'oe':self.ioe, 'eo':self.ieo}
self.symm = {'ee':self.iee, 'oo':self.ioo, 'oe':self.ioe, 'eo':self.ieo}
self.Lsymm = {'ee':self.Lee, 'oo':self.Loo, 'oe':self.Loe, 'eo':self.Leo}
elif self.num_blocks == 2:
self.ie = range(bl_indices[0],bl_indices[1])
......
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