Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DedalusProject/dedalus
/ imag
Method
imag
dedalus/core/field.py:337–341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
335
336
@property
337
def
imag(self):
338
if
self.is_real:
339
return
0
340
else
:
341
return
(self - np.conj(self)) / 2j
342
343
344
class
Current(Operand):
Callers
1
libration.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected