diff options
| author | 2023-10-11 19:05:35 +0000 | |
|---|---|---|
| committer | 2023-10-11 19:05:35 +0000 | |
| commit | b731627c6221cd88dafb1e7c0d54f85c5e2c316b (patch) | |
| tree | 16bea88be89ca61122390f9090860bcfe0d3c824 /index.html | |
| parent | culling spherical waves from atoms (diff) | |
add buttons to clear atoms and waves
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -6,10 +6,21 @@ <meta charset="utf-8"> </head> <body> -This page and the associated code is GNU GPL v3.0 or later. This page is + <script src="scattering.js"></script> +<p>Plane wave scattering simulation by Peter McGoron</p> +<p>This page and the associated code is GNU GPL v3.0 or later. This page is distributed <b>WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</b> See the GNU -GPL for more details. - <script src="scattering.js"></script> +GPL for more details. <a href="https://software.mcgoron.com/peter/scattering.js">Code</a></p> +<p>Things to try: +<ul> +<li>Send a wave at an angle to the lattice.</li> +<li>Send a bunch of waves to the lattice at once.</li> +<li>Send a bunch of waves to the lattice, but slowly. </li> +</ul> +For each case, what do the wavefronts look like? +</p> +<button id="clear_waves">Clear waves</button> +<button id="clear_atoms">Clear atoms</button> </body> </html> |
