Skip to content

Commit

Permalink
Merge pull request #2 from thuytr18/Eigensolver
Browse files Browse the repository at this point in the history
Tutorial Exited States Methods
  • Loading branch information
thuytr18 authored Oct 25, 2024
2 parents 809e7ab + 420cfd7 commit be974d7
Show file tree
Hide file tree
Showing 32 changed files with 3,969 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: '1.3.450'

# Install TinyTeX
- name: Install TinyTeX
run: |
conda run -n blogqa quarto install tinytex
# Compile Quarto site and check for compiling errors
- name: Check if Quarto site compiles
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/quarto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: '1.3.450'

# Install TinyTeX
- name: Install TinyTeX
run: |
conda run -n blogqa quarto install tinytex
# Commit changes to gh-pages branch
- name: Switch to gh-pages branch
Expand Down
Binary file added Researches/Eigensolver/Approximation.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 Researches/Eigensolver/Approximation_2D.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,196 changes: 1,196 additions & 0 deletions Researches/Eigensolver/Eigensolver.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit be974d7

Please sign in to comment.