Skip to content

Commit a34ab11

Browse files
Rename and combine READMEs (#17)
* Rename and combine READMEs * Update solve-complex-pde-using-pinn-example/condensedMatterSystemUsingPINNs.m Co-authored-by: MiriamScharnke <[email protected]> * Update solve-complex-pde-using-pinn-example/README.md Co-authored-by: MiriamScharnke <[email protected]> --------- Co-authored-by: MiriamScharnke <[email protected]>
1 parent 592b294 commit a34ab11

11 files changed

Lines changed: 471 additions & 487 deletions

File tree

solve-complex-pde-using-pinn-example/README.md

Lines changed: 470 additions & 5 deletions
Large diffs are not rendered by default.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample.md

Lines changed: 0 additions & 481 deletions
This file was deleted.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample.m renamed to solve-complex-pde-using-pinn-example/condensedMatterSystemUsingPINNs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%[text] # Solve Complex Partial Differential Equation Using Physics-Informed Neural Network
1+
%[text] # Simulate Condensed Matter System Using Complex-Valued Physics-Informed Neural Network
22
%[text] This example shows how to train a physics-informed neural network to simulate the behavior of electrons inside a simplified 2-D condensed matter system.
33
%[text] Physical observables, such as temperature, angular momentum, or position, are real numbers. However, in quantum mechanics, the underlying quantity describing the state of a physical system, known as the wave function, is complex-valued. You can derive the real-valued physical observables from the complex-valued wave function. To model the behavior of the wave function, and therefore the behavior of the physical observables, in a quantum mechanical system, solve a complex-valued partial differential equation known as the Schrödinger equation.
44
%[text] The quantum mechanical state of electrons in crystals can be described in terms of this complex partial differential equation:

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_0.png renamed to solve-complex-pde-using-pinn-example/media/figure_0.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_1.png renamed to solve-complex-pde-using-pinn-example/media/figure_1.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_2.png renamed to solve-complex-pde-using-pinn-example/media/figure_2.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_3.png renamed to solve-complex-pde-using-pinn-example/media/figure_3.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_4.png renamed to solve-complex-pde-using-pinn-example/media/figure_4.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/figure_5.png renamed to solve-complex-pde-using-pinn-example/media/figure_5.png

File renamed without changes.

solve-complex-pde-using-pinn-example/SolveComplexPDEUsingPINNExample_media/image_0.png renamed to solve-complex-pde-using-pinn-example/media/image_0.png

File renamed without changes.

0 commit comments

Comments
 (0)