Import LinearAlgebra in the appropriate context

This commit is contained in:
Nuwan Yapa 2024-04-26 15:44:19 -04:00
parent 13494df20b
commit dc28873bce
5 changed files with 11 additions and 10 deletions

View File

@ -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])

View File

@ -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,

View File

@ -1,3 +1,4 @@
using LinearAlgebra
using FastGaussQuadrature using FastGaussQuadrature
# Gaussian potentials in momentum space # Gaussian potentials in momentum space

View File

@ -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\")"
] ]
}, },

View File

@ -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,