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