tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

WIP: Add python version of resonant circuit

Open BenjaminRodenberg opened this issue 1 year ago • 2 comments

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.

BenjaminRodenberg avatar Mar 22 '24 16:03 BenjaminRodenberg

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.

BenjaminRodenberg avatar Jun 17 '24 12:06 BenjaminRodenberg

I ported the fix for the markdownlint CI check. This is now only failing for autopep8.

MakisH avatar Jun 27 '24 06:06 MakisH

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 !

BenjaminRodenberg avatar Aug 29 '24 14:08 BenjaminRodenberg

@MakisH Everything should be fine now. Could you please review this PR again?

NiklasVin avatar Aug 30 '24 09:08 NiklasVin