-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(harmonic-oscillator): separate the class of simple and dampe…
…d HO (#48) * refactor(harmonic-oscillator): sparate the class of simple and damped oscillator #34 * docs(harmonic-oscillator): reduce the docstrings of harmonic oscillators * fix(harmonic-oscillator): remove unused code in harmonic oscillator #34 * refactor(harmonic-oscillator): change type hint for type float or ndarray #34 * fix(harmonic-oscillator): use ArrayLike instead of union of float and ndarray #34 * fix(harmonic-oscillator): add initial phase to harmonic oscillator (simple) #34 * docs(harmonic-oscillator): adjust tutorials to include ations or equation of motion #49
- Loading branch information
1 parent
a00a99f
commit 08e0e08
Showing
3 changed files
with
170 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters