Skip to content

Commit

Permalink
complete assn3_3
Browse files Browse the repository at this point in the history
  • Loading branch information
bud-primordium committed Oct 12, 2024
1 parent db3627f commit d958c7c
Show file tree
Hide file tree
Showing 17 changed files with 1,999 additions and 1 deletion.
Binary file modified Assignment_3/Assignment_3.pdf
Binary file not shown.
5 changes: 4 additions & 1 deletion Assignment_3/Problem_3/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name = "SchrödingerSolver"
uuid = "44c901a1-9596-43aa-b2cd-6fc2ac4d38fa"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Binary file added Assignment_3/Problem_3/figs/choice_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/choice_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/choice_4_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/plot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/plot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/plot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assignment_3/Problem_3/figs/plot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
302 changes: 302 additions & 0 deletions Assignment_3/Problem_3/problem_3.tex

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Assignment_3/Problem_3/src/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using Pkg
Pkg.precompile()
using PackageCompiler

# 生成通用 64 位 CPU 架构的应用
create_app("./project", "SchrodingerSolver";
cpu_target="x86-64", force=true)

# 构建可执行文件
build_executable("SchrodingerSolver")
Loading

0 comments on commit d958c7c

Please sign in to comment.