-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add python variant of resonant circuit #498
Add python variant of resonant circuit #498
Conversation
…tutorials into add-lc-circuit-python
It's to some degree an open question where we want to go from here: I added adaptive time stepping and use time interpolation in this PR. This is similar to what I did in #500. From my perspective the resonant circuit is even a bit simpler and might help to illustrate advanced time stepping techniques quite well. |
I ported the fix for the markdownlint CI check. This is now only failing for autopep8. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's still missing here: We need a requirement.txt
and update this case to use venv
(see #547). Either I or @NiklasVin will take care of this.
Co-authored-by: Benjamin Rodenberg <[email protected]>
I did a quick round of checks for the newly added |
@MakisH Everything should be fine now. Could you please review this PR again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can run the tutorial (but don't know what results to check if I only run Python-Python).
The files looks very clean and ready to merge.
…tutorials into add-lc-circuit-python
Add a python version of the tutorial provided via #480. Uses a black-box time stepper with time interpolation and substeps for high accuracy.
Planning to merge #480 first.