and two-dimensional harmonic oscillator:
This approch is totally unsupervised, meaning the network acts like a numerical solver of differential equations. The loss function is defined in the following form:
The wavefunctions discovered by the networks are presented below:
While the codes are written specifically for the harmonic oscillator problem, they can be modified for any potential or any other differential equation in the form of eigenvalue problem.
Dependencies:
- Original PINN Paper: [https://doi.org/10.48550/arXiv.2203.00451]
- Official Software Implementation: [https://github.com/henry1jin/quantumNN/tree/main]
- Reference for 2D Problem: [https://github.com/pmaczuga/pinn-notebooks]