tutorials
tutorials copied to clipboard
WIP: Add python version of resonant circuit
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.
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.
I did a quick round of checks for the newly added requirements.txt and modified ./run.sh script and everything works. Thanks for adding @NiklasVin !
@MakisH Everything should be fine now. Could you please review this PR again?