feat: quantum harmonic oscillator#1182
Conversation
|
Thank you for this PR, which will now be reviewed. Please If you want to bring attention to this PR, please write a message on this |
|
@bjoernkjoshanssen This looks good - would need to pass the linters before we could merge though. Would also recommend putting it in ./PhyslibAlpha/QuantumMechanics/HarmonicOscillator.lean |
Thanks! Does each linter run need approval to be started? Would be nice if that was automatic. |
|
@bjoernkjoshanssen It does for first-time contributors. In future PRs it will run automatically. It is also possible to run them locally (which is usually easier) details here: https://github.com/leanprover-community/physlib/blob/master/scripts/PhyslibAlpha/README.md |
Ah, makes sense. |
|
(I got a linter error that |
| @@ -0,0 +1,405 @@ | |||
| module | |||
| /- Copyright 2026 Bjørn Kjos-Hanssen. -/ | |||
There was a problem hiding this comment.
To help with the linters a bit: take a look at other PhysLib files for an example copyright statement
I put this in "Physlib Alpha" since I haven't studied the overall fit with Physlib yet.