Import LinearAlgebra in the appropriate context
This commit is contained in:
parent
13494df20b
commit
dc28873bce
|
|
@ -1,4 +1,4 @@
|
||||||
using Plots, LinearAlgebra
|
using Plots
|
||||||
include("p_space.jl")
|
include("p_space.jl")
|
||||||
|
|
||||||
berggren_mesh = get_mesh([0, 0.4 - 0.15im, 0.8, 6], [128, 128, 128])
|
berggren_mesh = get_mesh([0, 0.4 - 0.15im, 0.8, 6], [128, 128, 128])
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"using Plots, LinearAlgebra\n",
|
"using Plots\n",
|
||||||
"include(\"p_space.jl\")"
|
"include(\"p_space.jl\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -84,15 +84,15 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.9.0",
|
"display_name": "Julia 1.10.2",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.9"
|
"name": "julia-1.10"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"file_extension": ".jl",
|
"file_extension": ".jl",
|
||||||
"mimetype": "application/julia",
|
"mimetype": "application/julia",
|
||||||
"name": "julia",
|
"name": "julia",
|
||||||
"version": "1.9.0"
|
"version": "1.10.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
using LinearAlgebra
|
||||||
using FastGaussQuadrature
|
using FastGaussQuadrature
|
||||||
|
|
||||||
# Gaussian potentials in momentum space
|
# Gaussian potentials in momentum space
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"using Plots, LinearAlgebra\n",
|
"using Plots\n",
|
||||||
"include(\"p_space.jl\")"
|
"include(\"p_space.jl\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"using Plots, LinearAlgebra\n",
|
"using Plots\n",
|
||||||
"include(\"p_space.jl\")"
|
"include(\"p_space.jl\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -53,15 +53,15 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Julia 1.9.0",
|
"display_name": "Julia 1.10.2",
|
||||||
"language": "julia",
|
"language": "julia",
|
||||||
"name": "julia-1.9"
|
"name": "julia-1.10"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"file_extension": ".jl",
|
"file_extension": ".jl",
|
||||||
"mimetype": "application/julia",
|
"mimetype": "application/julia",
|
||||||
"name": "julia",
|
"name": "julia",
|
||||||
"version": "1.9.0"
|
"version": "1.10.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue