We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a73e6 commit d69af4dCopy full SHA for d69af4d
src/triqs/Triqs.jl
@@ -5,8 +5,8 @@ using BrillouinZoneMeshes
5
6
export from_triqs
7
8
-import GreenFunc.MeshArray
9
-import GreenFunc.MeshGrids
+# import GreenFunc.MeshArray
+# import GreenFunc.MeshGrids
10
# import ..BrillouinZoneMeshes
11
12
using PythonCall
@@ -95,7 +95,7 @@ end
95
96
Convert a Green's function object from triqs to a MeshArray.
97
"""
98
-function MeshArray(objSrc::Py)
+function GreenFunc.MeshArray(objSrc::Py)
99
# println(objSrc)
100
@assert _check_Gf(objSrc, pyimport("triqs.gf")) "Not a Green's function object"
101
innerstate = pyconvert(Tuple, objSrc.target_shape)
0 commit comments