Skip to content

Commit

Permalink
Add module generator using metaprogramming
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 13, 2023
1 parent 569ac82 commit 30e7764
Show file tree
Hide file tree
Showing 60 changed files with 1,541 additions and 20,069 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
*.jl.cov
*.jl.mem
/docs/Manifest.toml
# /docs/build/
/docs/build/

# Jupyter Notebook
.ipynb_checkpoints
.ipynb_checkpoints/
.ipynb_checkpoints/*
*/.ipynb_checkpoints
*/.ipynb_checkpoints/
*/.ipynb_checkpoints/*
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

**An**aly**ti**cal soulutions of Schrödinger e**q**uations named by [@KB-satou](https://github.com/KB-satou) and [@ultimatile](https://github.com/ultimatile)

Self-contained, Well-Tested, Well-Documented Functions of Quantum Mechanical Models
Self-contained, Well-Tested, Well-Documented Functions for Quantum Mechanical Models

## Supported Systems
## Supported Models

- Infinite Potential Well (Particle in a box)
- Harmonic Oscillator
- Morse Potential
- Hydrogen Atom $^\infty\mathrm{H}$ ($m_\mathrm{p}\rightarrow\infty$)

## Future works
## Future Works

https://en.wikipedia.org/wiki/List_of_quantum-mechanical_systems_with_analytical_solutions
[List of quantum-mechanical systems with analytical solutions](https://en.wikipedia.org/wiki/List_of_quantum-mechanical_systems_with_analytical_solutions)
382 changes: 243 additions & 139 deletions develop.ipynb

Large diffs are not rendered by default.

446 changes: 0 additions & 446 deletions docs/HarmonicOscillator.html

This file was deleted.

1,267 changes: 0 additions & 1,267 deletions docs/HydrogenAtom.html

This file was deleted.

383 changes: 0 additions & 383 deletions docs/InfinitePotentialWell.html

This file was deleted.

739 changes: 0 additions & 739 deletions docs/MorsePotential.html

This file was deleted.

331 changes: 0 additions & 331 deletions docs/assets/documenter.js

This file was deleted.

Binary file removed docs/assets/logo.ico
Binary file not shown.
Loading

0 comments on commit 30e7764

Please sign in to comment.