Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(model): #59 make a class for linear motion #60

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

cmp0xff
Copy link
Collaborator

@cmp0xff cmp0xff commented Jul 22, 2024

No description provided.

@cmp0xff cmp0xff self-assigned this Jul 22, 2024
@cmp0xff cmp0xff linked an issue Jul 22, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jul 22, 2024

Coverage

Coverage Report (531ac08, 3.10, ubuntu-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4111 98%
   harmonic_oscillator.py8344 95%
   pendulum.py5577 87%
hamilflow/models/discrete
   __init__.py00100% 
hamilflow/models/discrete/d0
   __init__.py00100% 
   free_particle.py280100% 
TOTAL2071294% 

Tests Skipped Failures Errors Time
67 0 💤 0 ❌ 0 🔥 3.663s ⏱️

Copy link
Contributor

github-actions bot commented Jul 22, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-07-23 06:03 UTC

@cmp0xff cmp0xff merged commit ac1a678 into main Jul 23, 2024
8 checks passed
@cmp0xff cmp0xff deleted the feature/cmp0xff/59-make-a-class-for-linear-motion branch July 23, 2024 06:02
cmp0xff added a commit that referenced this pull request Jul 24, 2024
* feat: #59 free particle

* chore(poetry): #59 🔒
cmp0xff added a commit that referenced this pull request Aug 4, 2024
* feat: #36 work in progress

* fix: #36 frequency and fourier

* feat: #36 Use axis instead of transpose

* feat: #36 add 0-dimensional complex harmonic oscillator

* fix: #36 1-dimensional harmonic oscillator circle

* feat: #36 docs, example, etc.

* fix: #36 solution to the travelling waves

* feat(model): #59 make a class for linear motion (#60)

* feat: #59 free particle

* chore(poetry): #59 🔒

* feat(comment): #61 reuse the class HarmonicOscillatorSystem to support complex cases (#62)

* feat(comment): #61 #58 (comment)

* feat: #59 improve exception messages

* chore(typo): #61

* feat(comment): #36 #58 (comment)

* chore(typing): #36

* feat: #63 make real oscillators real again

* feat: #63 make complex oscillators finally complex

* chore: #63 typing, import

* feat(refactor): #63 private communication with @emptymalei

* chore: #63 typing, import

* chore(typing): #63

* feat: #36 migrate to the same place (private communication with @emptymalei)

* feat(pytest): #36

* doc(tutorial): #36 work in progress

* fix: #63 edge cases

* chore: #36 propagate 2718ef8

* chore(typing): #69

* fix(typing): #69

* doc(model): #71 tutorial for the complex oscillator

* chore(poetry): #71 docs versions

* doc(comment): #36 #58 (comment)

* fix: #36 even degrees of freedom

* doc(model): #36 tutorial

* chore(cd): #71 fix NameError: name 'system_specs' is not defined

* fix(comment): #71 @emptymalei #72 (review)

* fix(comment): #36 @emptymalei #72 (review)

* doc(comment): #36 @emptymalei #58 (comment)

Co-authored-by: LM <[email protected]>

* doc(comment): #36 @emptymalei #58 (comment)

Co-authored-by: LM <[email protected]>

* doc(comment): #36 @emptymalei #58 (comment)

* chore(typing): #36 simplify

---------

Co-authored-by: LM <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a class for linear motion
2 participants