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")
berggren_mesh = get_mesh([0, 0.4 - 0.15im, 0.8, 6], [128, 128, 128])

View File

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

View File

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

View File

@ -6,7 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"using Plots, LinearAlgebra\n",
"using Plots\n",
"include(\"p_space.jl\")"
]
},

View File

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