aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-10-11 19:05:35 +0000
committerGravatar Peter McGoron 2023-10-11 19:05:35 +0000
commitb731627c6221cd88dafb1e7c0d54f85c5e2c316b (patch)
tree16bea88be89ca61122390f9090860bcfe0d3c824 /index.html
parentculling spherical waves from atoms (diff)
add buttons to clear atoms and waves
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/index.html b/index.html
index 4116771..3bf1d25 100644
--- a/index.html
+++ b/index.html
@@ -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>