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: #63 make a class for truely complex simple harmonic oscillators #64

Conversation

cmp0xff
Copy link
Collaborator

@cmp0xff cmp0xff commented Jul 25, 2024

No description provided.

@cmp0xff cmp0xff added the enhancement New feature or request label Jul 25, 2024
@cmp0xff cmp0xff self-assigned this Jul 25, 2024
@cmp0xff cmp0xff linked an issue Jul 25, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jul 25, 2024

Coverage

Coverage Report (2718ef8, 3.10, ubuntu-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4211 98%
   free_particle.py310100% 
   harmonic_oscillator.py10688 92%
   pendulum.py5577 87%
hamilflow/models/discrete
   __init__.py00100% 
hamilflow/models/discrete/d0
   __init__.py00100% 
TOTAL2341693% 

Tests Skipped Failures Errors Time
105 0 💤 0 ❌ 0 🔥 2.976s ⏱️

Copy link
Contributor

Coverage

Coverage Report (afd59df, 3.12, macos-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4111 98%
   harmonic_oscillator.py8444 95%
   pendulum.py5577 87%
hamilflow/models/discrete
   __init__.py00100% 
hamilflow/models/discrete/d0
   __init__.py00100% 
   complex_harmonic_oscillator.py2955 83%
   free_particle.py3122 94%
TOTAL2401992% 

Tests Skipped Failures Errors Time
80 0 💤 0 ❌ 0 🔥 2.819s ⏱️

Copy link
Contributor

github-actions bot commented Jul 25, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-07-27 10:20 UTC

@cmp0xff cmp0xff enabled auto-merge (squash) July 27, 2024 10:07
Copy link
Member

@emptymalei emptymalei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmp0xff cmp0xff merged commit a783c4c into main Jul 27, 2024
8 checks passed
@cmp0xff cmp0xff deleted the feature/cmp0xff/63-make-a-class-for-truely-complex-simple-harmonic-oscillator branch July 27, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make a class for truely complex simple harmonic oscillator
2 participants